ソースを参照

Update openvino.js (#660)

Lutz Roeder 5 年 前
コミット
131380cecd
1 ファイル変更1 行追加0 行削除
  1. 1 0
      source/openvino.js

+ 1 - 0
source/openvino.js

@@ -930,6 +930,7 @@ openvino.TensorType = class {
             case 'fp16':    this._dataType = 'float16'; break;
             case 'f32':     this._dataType = 'float32'; break;
             case 'fp32':    this._dataType = 'float32'; break;
+            case 'bf16':    this._dataType = 'bfloat16'; break;
             case 'i8':      this._dataType = 'int8'; break;
             case 'i16':     this._dataType = 'int16'; break;
             case 'i32':     this._dataType = 'int32'; break;