jacob-valdez
commited on
Commit
·
8bbaf9b
1
Parent(s):
a30c0c2
Update README.md
Browse files
README.md
CHANGED
@@ -62,13 +62,13 @@ display(interpreter.get_output_details())
|
|
62 |
'shape_signature': array([], dtype=int32),
|
63 |
'sparsity_parameters': {}}]
|
64 |
[{'dtype': numpy.int32,
|
65 |
-
'index':
|
66 |
'name': 'Identity',
|
67 |
'quantization': (0.0, 0),
|
68 |
'quantization_parameters': {'quantized_dimension': 0,
|
69 |
'scales': array([], dtype=float32),
|
70 |
'zero_points': array([], dtype=int32)},
|
71 |
-
'shape': array([], dtype=int32),
|
72 |
-
'shape_signature': array([], dtype=int32),
|
73 |
'sparsity_parameters': {}}]
|
74 |
```
|
|
|
62 |
'shape_signature': array([], dtype=int32),
|
63 |
'sparsity_parameters': {}}]
|
64 |
[{'dtype': numpy.int32,
|
65 |
+
'index': 3113,
|
66 |
'name': 'Identity',
|
67 |
'quantization': (0.0, 0),
|
68 |
'quantization_parameters': {'quantized_dimension': 0,
|
69 |
'scales': array([], dtype=float32),
|
70 |
'zero_points': array([], dtype=int32)},
|
71 |
+
'shape': array([1], dtype=int32),
|
72 |
+
'shape_signature': array([1], dtype=int32),
|
73 |
'sparsity_parameters': {}}]
|
74 |
```
|