/frameworks/ml/nn/runtime/test/specs/V1_0/ |
depthwise_conv2d_float_large_weights_as_inputs.mod.py | 17 model = Model() variable 27 model = model.Operation("DEPTHWISE_CONV_2D", variable
|
depthwise_conv2d_float_weights_as_inputs.mod.py | 17 model = Model() variable 27 model = model.Operation("DEPTHWISE_CONV_2D", variable
|
depthwise_conv2d_quant8_large_weights_as_inputs.mod.py | 17 model = Model() variable 27 model = model.Operation("DEPTHWISE_CONV_2D", variable
|
depthwise_conv2d_quant8_weights_as_inputs.mod.py | 17 model = Model() variable 27 model = model.Operation("DEPTHWISE_CONV_2D", variable
|
logistic_float_2.mod.py | 17 # model 18 model = Model() variable 29 model = model.Operation("LOGISTIC", i0).To(output) variable
|
relu1_float_2.mod.py | 17 # model 18 model = Model() variable 29 model = model.Operation("RELU1", i0).To(output) variable
|
relu1_quant8_2.mod.py | 17 # model 18 model = Model() variable 29 model = model.Operation("RELU1", i0).To(output) variable
|
relu6_float_2.mod.py | 17 # model 18 model = Model() variable 29 model = model.Operation("RELU6", i0).To(output) variable
|
relu6_quant8_2.mod.py | 17 # model 18 model = Model() variable 29 model = model.Operation("RELU6", i0).To(output) variable
|
/frameworks/ml/nn/runtime/test/specs/V1_1/ |
conv_1_h3_w2_SAME_relaxed.mod.py | 17 model = Model() variable 26 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3) variable 27 model = model.RelaxedExecution(True) variable
|
conv_1_h3_w2_VALID_relaxed.mod.py | 17 model = Model() variable 26 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3) variable 27 model = model.RelaxedExecution(True) variable
|
conv_3_h3_w2_SAME_relaxed.mod.py | 17 model = Model() variable 26 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3) variable 27 model = model.RelaxedExecution(True) variable
|
conv_3_h3_w2_VALID_relaxed.mod.py | 17 model = Model() variable 26 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3) variable 27 model = model.RelaxedExecution(True) variable
|
conv_float_channels_relaxed.mod.py | 17 model = Model() variable 28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable 29 model = model.RelaxedExecution(True) variable
|
conv_float_channels_weights_as_inputs_relaxed.mod.py | 17 model = Model() variable 28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable 29 model = model.RelaxedExecution(True) variable
|
conv_float_large_relaxed.mod.py | 17 model = Model() variable 28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable 29 model = model.RelaxedExecution(True) variable
|
conv_float_large_weights_as_inputs_relaxed.mod.py | 17 model = Model() variable 28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable 29 model = model.RelaxedExecution(True) variable
|
conv_float_relaxed.mod.py | 17 model = Model() variable 28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable 29 model = model.RelaxedExecution(True) variable
|
conv_float_weights_as_inputs_relaxed.mod.py | 17 model = Model() variable 28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable 29 model = model.RelaxedExecution(True) variable
|
depthwise_conv2d_float_2_relaxed.mod.py | 17 model = Model() variable 27 model = model.Operation("DEPTHWISE_CONV_2D", variable 32 model = model.RelaxedExecution(True) variable
|
depthwise_conv2d_float_large_2_relaxed.mod.py | 17 model = Model() variable 27 model = model.Operation("DEPTHWISE_CONV_2D", variable 32 model = model.RelaxedExecution(True) variable
|
depthwise_conv2d_float_large_2_weights_as_inputs_relaxed.mod.py | 17 model = Model() variable 27 model = model.Operation("DEPTHWISE_CONV_2D", variable 32 model = model.RelaxedExecution(True) variable
|
depthwise_conv2d_float_large_relaxed.mod.py | 17 model = Model() variable 27 model = model.Operation("DEPTHWISE_CONV_2D", variable 32 model = model.RelaxedExecution(True) variable
|
depthwise_conv2d_float_large_weights_as_inputs_relaxed.mod.py | 17 model = Model() variable 27 model = model.Operation("DEPTHWISE_CONV_2D", variable 32 model = model.RelaxedExecution(True) variable
|
depthwise_conv2d_float_relaxed.mod.py | 17 model = Model() variable 27 model = model.Operation("DEPTHWISE_CONV_2D", variable 32 model = model.RelaxedExecution(True) variable
|