Explorar el Código

Update openvino.js (#660)

Lutz Roeder hace 5 años
padre
commit
131380cecd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;