HomeSort by relevance Sort by last modified time
    Searched refs:Model (Results 176 - 200 of 961) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/ml/nn/runtime/test/specs/
conv_float_channels.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
conv_float_channels_weights_as_inputs.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
conv_float_large.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
conv_float_large_weights_as_inputs.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
conv_float_weights_as_inputs.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
conv_quant8.mod.py 18 model = Model() variable
30 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, variable
conv_quant8_channels.mod.py 17 model = Model() variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable
conv_quant8_channels_weights_as_inputs.mod.py 17 model = Model() variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable
conv_quant8_large.mod.py 17 model = Model() variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable
conv_quant8_large_weights_as_inputs.mod.py 17 model = Model() variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable
conv_quant8_overflow.mod.py 17 model = Model() variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable
conv_quant8_overflow_weights_as_inputs.mod.py 17 model = Model() variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) variable
conv_quant8_weights_as_inputs.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
depthwise_conv2d_float.mod.py 17 model = Model() variable
27 model = model.Operation("DEPTHWISE_CONV_2D", variable
depthwise_conv2d_float_large.mod.py 17 model = Model() variable
27 model = model.Operation("DEPTHWISE_CONV_2D", variable
depthwise_conv2d_float_large_2.mod.py 17 model = Model() variable
27 model = model.Operation("DEPTHWISE_CONV_2D", variable
depthwise_conv2d_quant8.mod.py 17 model = Model() variable
27 model = model.Operation("DEPTHWISE_CONV_2D", variable
depthwise_conv2d_quant8_large.mod.py 17 model = Model() variable
27 model = model.Operation("DEPTHWISE_CONV_2D", variable
l2_pool_float.mod.py 17 model = Model() variable
23 model = model.Operation("L2_POOL_2D", i1, pad0, pad0, pad0, pad0, cons1, cons1, cons1, cons1, act).To(i3) variable
l2_pool_float_large.mod.py 17 model = Model() variable
26 model = model.Operation("L2_POOL_2D", i1, pad0, pad0, pad0, pad0, variable
lsh_projection.mod.py 21 model = Model() variable
29 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight, variable
lsh_projection_2.mod.py 21 model = Model() variable
29 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight, variable
lsh_projection_weights_as_inputs.mod.py 21 model = Model() variable
28 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight, type_param).To(output) variable
max_pool_float_1.mod.py 17 # model
18 model = Model() variable
24 model = model.Operation("MAX_POOL_2D", i1, pad0, pad0, pad0, pad0, cons1, cons1, cons1, cons1, act).To(i3) variable
max_pool_quant8_1.mod.py 17 # model
18 model = Model() variable
24 model = model.Operation("MAX_POOL_2D", i1, pad0, pad0, pad0, pad0, cons1, cons1, cons1, cons1, act).To(i3) variable

Completed in 950 milliseconds

1 2 3 4 5 6 78 91011>>