Jelajahi Sumber

Update openvino.js (#660)

Lutz Roeder 5 tahun lalu
induk
melakukan
131380cecd
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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;