Skip to content

Commit

Permalink
Update openvino.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Sep 10, 2024
1 parent 258431a commit ed4c2c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/openvino.js
Original file line number Diff line number Diff line change
Expand Up @@ -786,13 +786,15 @@ openvino.TensorType = class {
case 'f4e2m1': this.dataType = 'float4e2m1'; break;
case 'f8e4m3': this.dataType = 'float8e4m3'; break;
case 'f8e5m2': this.dataType = 'float8e5m2'; break;
case 'f8e8m0': this.dataType = 'float8e8m0'; break;
case 'f16': this.dataType = 'float16'; break;
case 'f32': this.dataType = 'float32'; break;
case 'f64': this.dataType = 'float64'; break;
case 'fp16': this.dataType = 'float16'; break;
case 'fp32': this.dataType = 'float32'; break;
case 'fp64': this.dataType = 'float64'; break;
case 'bf16': this.dataType = 'bfloat16'; break;
case 'nf4': this.dataType = 'nfloat4'; break;
case 'i4': this.dataType = 'int4'; break;
case 'i8': this.dataType = 'int8'; break;
case 'i16': this.dataType = 'int16'; break;
Expand Down

0 comments on commit ed4c2c0

Please sign in to comment.