Searched defs:model (Results 251 - 275 of 784) sorted by relevance

<<11121314151617181920>>

/frameworks/ml/nn/runtime/test/specs/V1_0/
H A Dconv_float_large_weights_as_inputs.mod.py17 model = Model() variable
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable
H A Dconv_float_weights_as_inputs.mod.py17 model = Model() variable
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable
H A Dconv_quant8.mod.py18 model = Model() variable
30 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, variable
H A Dconv_quant8_channels.mod.py17 model = Model() variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable
H A Dconv_quant8_channels_weights_as_inputs.mod.py17 model = Model() variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable
H A Dconv_quant8_large.mod.py17 model = Model() variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable
H A Dconv_quant8_large_weights_as_inputs.mod.py17 model = Model() variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable
H A Dconv_quant8_overflow.mod.py17 model = Model() variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable
H A Dconv_quant8_overflow_weights_as_inputs.mod.py17 model = Model() variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable
H A Dconv_quant8_weights_as_inputs.mod.py17 model = Model() variable
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable
H A Dfully_connected_float.mod.py17 model = Model() variable
23 model = model.Operation("FULLY_CONNECTED", in0, weights, bias, act).To(out0) variable
H A Dfully_connected_float_2.mod.py17 model = Model() variable
48 model = model.Operation("FULLY_CONNECTED", in0, weights, bias, act_relu).To(out0) variable
H A Dfully_connected_float_3.mod.py17 model = Model() variable
23 model = model.Operation("FULLY_CONNECTED", in0, weights, bias, act).To(out0) variable
H A Dfully_connected_float_large.mod.py17 model = Model() variable
23 model = model.Operation("FULLY_CONNECTED", in0, weights, bias, act).To(out0) variable
H A Dfully_connected_float_large_weights_as_inputs.mod.py17 model = Model() variable
23 model = model.Operation("FULLY_CONNECTED", in0, weights, bias, act).To(out0) variable
H A Dfully_connected_float_weights_as_inputs.mod.py17 model = Model() variable
23 model = model.Operation("FULLY_CONNECTED", in0, weights, bias, act).To(out0) variable
H A Dfully_connected_quant8.mod.py17 model = Model() variable
23 model = model.Operation("FULLY_CONNECTED", in0, weights, bias, act).To(out0) variable
H A Dfully_connected_quant8_2.mod.py17 model = Model() variable
26 model = model.Operation("FULLY_CONNECTED", in0, weights, bias, act_relu).To(out0) variable
H A Dfully_connected_quant8_large.mod.py17 model = Model() variable
23 model = model.Operation("FULLY_CONNECTED", in0, weights, bias, act).To(out0) variable
H A Dfully_connected_quant8_large_weights_as_inputs.mod.py17 model = Model() variable
23 model = model.Operation("FULLY_CONNECTED", in0, weights, bias, act).To(out0) variable
H A Dfully_connected_quant8_weights_as_inputs.mod.py17 model = Model() variable
23 model = model.Operation("FULLY_CONNECTED", in0, weights, bias, act).To(out0) variable
H A Dl2_pool_float.mod.py17 model = Model() variable
23 model = model.Operation("L2_POOL_2D", i1, pad0, pad0, pad0, pad0, cons1, cons1, cons1, cons1, act).To(i3) variable
H A Dl2_pool_float_2.mod.py17 # model
18 model = Model() variable
24 model = model.Operation("L2_POOL_2D", i1, pad_same, cons2, cons2, cons2, cons2, act_none).To(i3) variable
H A Dlocal_response_norm_float_1.mod.py0 model = Model()
9 model = model.Operation("LOCAL_RESPONSE_NORMALIZATION", i1, radius, bias, alpha, beta).To(output) variable
1 model = Model() variable
H A Dlocal_response_norm_float_2.mod.py0 model = Model()
9 model = model.Operation("LOCAL_RESPONSE_NORMALIZATION", i1, radius, bias, alpha, beta).To(output) variable
1 model = Model() variable

Completed in 150 milliseconds

<<11121314151617181920>>