入力テンソルの dtype 取得
tflite_input_type hid, idx, var_type
(プラグイン / モジュール : hsptflite.dll)
dtype を正規化した整数で返します: 0 = float32 1 = uint8 2 = int32 3 = int64 4 = float16 5 = int8 6 = bool 7 = string 99 = unknown
| プラグイン / モジュール | hsptflite.dll |
| バージョン | 1.0 |
| 作成日 | 2026-04-15 |
| 著作者 | IronHSP / hsptflite |
| URL | https://github.com/inovia/IronHSP |
| 備考 | hsptflite.dll は Google 公式の Tensorflow Lite C API
(tensorflowlite_c.dll) を動的リンクして、HSP から .tflite モデルを ロード / 推論できるようにする薄いラッパプラグインです。 MediaPipe の .tflite モデル (palm detection / hand landmarker / pose / face など) を HSP から直接動かすための基盤として設計 されています。高レベル API は iron_mediapipe.hsp を参照。 v1 の API は「Interpreter 16 並列」「任意 dtype のバイナリ直 I/O」 という最小構成です。前処理 (resize / normalize) と後処理 (anchor decode / NMS) はアプリ側または iron_mediapipe.hsp 側で 実装します。 |
| タイプ | 拡張命令 |
| グループ | hsptflite (TensorFlow Lite) |
| 対応環境 |
|
| hs ファイル | hsphelp\hsptflite.hs |