Searched defs:model (Results 451 - 475 of 784) sorted by relevance

<<11121314151617181920>>

/frameworks/ml/nn/runtime/test/specs/V1_0/
H A Ddepthwise_conv2d_float_large_2_weights_as_inputs.mod.py17 model = Model() variable
27 model = model.Operation("DEPTHWISE_CONV_2D", variable
H A Ddepthwise_conv2d_float_large_weights_as_inputs.mod.py17 model = Model() variable
27 model = model.Operation("DEPTHWISE_CONV_2D", variable
H A Ddepthwise_conv2d_float_weights_as_inputs.mod.py17 model = Model() variable
27 model = model.Operation("DEPTHWISE_CONV_2D", variable
H A Ddepthwise_conv2d_quant8.mod.py17 model = Model() variable
27 model = model.Operation("DEPTHWISE_CONV_2D", variable
H A Ddepthwise_conv2d_quant8_2.mod.py17 model = Model() variable
27 model = model.Operation("DEPTHWISE_CONV_2D", variable
H A Ddepthwise_conv2d_quant8_large.mod.py17 model = Model() variable
27 model = model.Operation("DEPTHWISE_CONV_2D", variable
H A Ddepthwise_conv2d_quant8_large_weights_as_inputs.mod.py17 model = Model() variable
27 model = model.Operation("DEPTHWISE_CONV_2D", variable
H A Ddepthwise_conv2d_quant8_weights_as_inputs.mod.py17 model = Model() variable
27 model = model.Operation("DEPTHWISE_CONV_2D", variable
H A Dembedding_lookup.mod.py28 model = Model() variable
32 model = model.Operation("EMBEDDING_LOOKUP", index, value).To(output) variable
H A Dhashtable_lookup_float.mod.py27 model = Model() variable
34 model = model.Operation("HASHTABLE_LOOKUP", lookup, key, value).To([output, hits]) variable
H A Dhashtable_lookup_quant8.mod.py27 model = Model() variable
34 model = model.Operation("HASHTABLE_LOOKUP", lookup, key, value).To([output, hits]) variable
H A Dl2_pool_float_large.mod.py17 model = Model() variable
26 model = model.Operation("L2_POOL_2D", i1, pad0, pad0, pad0, pad0, variable
H A Dlogistic_float_2.mod.py17 # model
18 model = Model() variable
29 model = model.Operation("LOGISTIC", i0).To(output) variable
H A Dlogistic_quant8_2.mod.py17 # model
18 model = Model() variable
29 model = model.Operation("LOGISTIC", i0).To(output) variable
H A Dlsh_projection.mod.py21 model = Model() variable
29 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight, variable
H A Dlsh_projection_2.mod.py21 model = Model() variable
29 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight, variable
H A Dlsh_projection_weights_as_inputs.mod.py21 model = Model() variable
28 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight, type_param).To(output) variable
H A Drelu1_float_2.mod.py17 # model
18 model = Model() variable
29 model = model.Operation("RELU1", i0).To(output) variable
H A Drelu1_quant8_2.mod.py17 # model
18 model = Model() variable
29 model = model.Operation("RELU1", i0).To(output) variable
H A Drelu6_float_2.mod.py17 # model
18 model = Model() variable
29 model = model.Operation("RELU6", i0).To(output) variable
H A Drelu6_quant8_2.mod.py17 # model
18 model = Model() variable
29 model = model.Operation("RELU6", i0).To(output) variable
H A Drelu_float_2.mod.py17 # model
18 model = Model() variable
29 model = model.Operation("RELU", i0).To(output) variable
H A Drelu_quant8_2.mod.py17 # model
18 model = Model() variable
29 model = model.Operation("RELU", i0).To(output) variable
H A Drnn_state.mod.py21 model = Model() variable
34 model = model.Operation("RNN", input, weights, recurrent_weights, bias, hidden_state_in, variable
H A Dsvdf_state.mod.py22 model = Model() variable
34 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, variable

Completed in 115 milliseconds

<<11121314151617181920>>