/packages/modules/NeuralNetworks/runtime/test/specs/experimental/ |
D | densify_1.mod.py | 12 denseOut = Output("denseOut", "TENSOR_FLOAT32", "{3, 4}") variable 15 d1ArrIndices).To(denseOut) 21 output0 = {denseOut: # output 0 26 denseOut: ("TENSOR_QUANT8_SYMM", 2.0) 31 denseOut: ("TENSOR_QUANT8_ASYMM", 0.5, 4) 36 denseOut: ("TENSOR_QUANT8_ASYMM_SIGNED", 2.5, -9) 41 denseOut: ("TENSOR_QUANT16_SYMM", 3.0) 46 denseOut: ("TENSOR_QUANT16_ASYMM", 2.0, 4)
|
D | densify_5.mod.py | 14 denseOut = Output("denseOut", "TENSOR_FLOAT32", "{3, 2, 4}") variable 17 d1ArrIndices, d2ArrSegments, d2ArrIndices).To(denseOut) 23 output0 = {denseOut: # output 0 29 denseOut: ("TENSOR_QUANT8_SYMM", 3.0) 34 denseOut: ("TENSOR_QUANT8_ASYMM", 2.25, 3) 39 denseOut: ("TENSOR_QUANT8_ASYMM_SIGNED", 2.875, -4) 44 denseOut: ("TENSOR_QUANT16_SYMM", 3.25) 49 denseOut: ("TENSOR_QUANT16_ASYMM", 6.0, 14)
|
D | densify_4.mod.py | 14 denseOut = Output("denseOut", "TENSOR_FLOAT32", "{3, 2, 2}") variable 17 d1ArrIndices, d2ArrSegments, d2ArrIndices).To(denseOut) 23 output0 = {denseOut: # output 0 28 denseOut: ("TENSOR_QUANT8_SYMM", 4.375) 33 denseOut: ("TENSOR_QUANT8_ASYMM", 3.5, 5) 38 denseOut: ("TENSOR_QUANT8_ASYMM_SIGNED", 2.0, -3) 43 denseOut: ("TENSOR_QUANT16_SYMM", 3.25) 48 denseOut: ("TENSOR_QUANT16_ASYMM", 1.625, 10)
|
D | densify_6.mod.py | 16 denseOut = Output("denseOut", "TENSOR_FLOAT32", "{4, 4}") variable 20 d3ArrIndices).To(denseOut) 26 output0 = {denseOut: # output 0 31 denseOut: ("TENSOR_QUANT8_SYMM", 2.125) 36 denseOut: ("TENSOR_QUANT8_ASYMM", 4.5, 2) 41 denseOut: ("TENSOR_QUANT8_ASYMM_SIGNED", 2.5, 24) 46 denseOut: ("TENSOR_QUANT16_SYMM", 3.0) 51 denseOut: ("TENSOR_QUANT16_ASYMM", 2.3, 8)
|
D | densify_3.mod.py | 16 denseOut = Output("denseOut", "TENSOR_FLOAT32", "{4, 8}") variable 20 d3ArrIndices).To(denseOut) 26 output0 = {denseOut: # output 0 32 denseOut: ("TENSOR_QUANT8_SYMM", 7.0) 37 denseOut: ("TENSOR_QUANT8_ASYMM", 2.25, 3) 42 denseOut: ("TENSOR_QUANT8_ASYMM_SIGNED", 2.5, -4) 47 denseOut: ("TENSOR_QUANT16_SYMM", 3.125) 52 denseOut: ("TENSOR_QUANT16_ASYMM", 6.0, 1)
|
D | densify_2.mod.py | 16 denseOut = Output("denseOut", "TENSOR_FLOAT32", "{4, 4}") variable 20 d3ArrIndices).To(denseOut) 26 output0 = {denseOut: # output 0 31 denseOut: ("TENSOR_QUANT8_SYMM", 7.0) 36 denseOut: ("TENSOR_QUANT8_ASYMM", 0.5, 3) 41 denseOut: ("TENSOR_QUANT8_ASYMM_SIGNED", 1.5, -5) 46 denseOut: ("TENSOR_QUANT16_SYMM", 6.0) 51 denseOut: ("TENSOR_QUANT16_ASYMM", 2.0, 3)
|
D | densify_8.mod.py | 16 denseOut = Output("denseOut", "TENSOR_FLOAT32", "{10, 21}") variable 20 d3ArrIndices).To(denseOut) 31 output0 = {denseOut: # output 0 36 denseOut: ("TENSOR_QUANT8_SYMM", 3.0) 41 denseOut: ("TENSOR_QUANT8_ASYMM", 2.25, 3) 46 denseOut: ("TENSOR_QUANT8_ASYMM_SIGNED", 2.875, -4) 51 denseOut: ("TENSOR_QUANT16_SYMM", 3.25) 56 denseOut: ("TENSOR_QUANT16_ASYMM", 6.0, 14)
|
D | densify_7.mod.py | 16 denseOut = Output("denseOut", "TENSOR_FLOAT32", "{10, 21}") variable 20 d3ArrIndices).To(denseOut) 30 output0 = {denseOut: # output 0 35 denseOut: ("TENSOR_QUANT8_SYMM", 2.0) 40 denseOut: ("TENSOR_QUANT8_ASYMM", 0.5, 4) 45 denseOut: ("TENSOR_QUANT8_ASYMM_SIGNED", 2.5, -9) 50 denseOut: ("TENSOR_QUANT16_SYMM", 3.0) 55 denseOut: ("TENSOR_QUANT16_ASYMM", 2.0, 4)
|
D | densify_bool8_2.mod.py | 14 denseOut = Output("denseOut", "TENSOR_BOOL8", "{3, 2, 4}") variable 17 d1ArrIndices, d2ArrSegments, d2ArrIndices).To(denseOut) 23 output0 = {denseOut: # output 0
|
D | densify_bool8_1.mod.py | 16 denseOut = Output("denseOut", "TENSOR_BOOL8", "{4, 4}") variable 20 d3ArrIndices).To(denseOut) 26 output0 = {denseOut: # output 0
|