Searched refs:identifyInputsAndOutputs (Results 1 – 25 of 156) sorted by relevance
1234567
/frameworks/ml/nn/runtime/test/ |
D | TestTrivialModel.cpp | 70 model->identifyInputsAndOutputs({a, b}, {c}); in CreateAddTwoTensorModel() 91 model->identifyInputsAndOutputs({c, a}, {d}); in CreateAddThreeTensorModel() 172 modelBroadcastAdd2.identifyInputsAndOutputs({a, b}, {c}); in TEST_F() 204 modelBroadcastMul2.identifyInputsAndOutputs({a, b}, {c}); in TEST_F()
|
D | TestPartitioning.cpp | 646 model.identifyInputsAndOutputs({ opnd0, opnd1, opnd3 }, { opnd4 }); in TEST_F() 687 modelB0.identifyInputsAndOutputs({ b0Opnd0, b0Opnd1 }, { b0Opnd2 }); in TEST_F() 711 modelB1.identifyInputsAndOutputs({ b1Opnd3, b1Opnd2 }, { b1Opnd4 }); in TEST_F() 756 model.identifyInputsAndOutputs({ opnd0, opnd1, opnd6 }, { opnd4, opnd8 }); in TEST_F() 775 model0.identifyInputsAndOutputs({ m0Opnd0, m0Opnd1 }, { m0Opnd2, m0Opnd3 }); in TEST_F() 798 model1.identifyInputsAndOutputs({ m1Opnd0, m1Opnd3, m1Opnd2 }, { m1Opnd4, m1Opnd5 }); in TEST_F() 821 model2.identifyInputsAndOutputs({ m2Opnd6, m2Opnd3, m2Opnd5 }, { m2Opnd8 }); in TEST_F()
|
/frameworks/ml/nn/runtime/test/generated/models/ |
D | logistic_float_1.model.cpp | 10 model->identifyInputsAndOutputs( in CreateModel()
|
D | relu1_float_2.model.cpp | 10 model->identifyInputsAndOutputs( in CreateModel()
|
D | relu6_float_1.model.cpp | 10 model->identifyInputsAndOutputs( in CreateModel()
|
D | floor.model.cpp | 10 model->identifyInputsAndOutputs( in CreateModel()
|
D | relu_float_1.model.cpp | 10 model->identifyInputsAndOutputs( in CreateModel()
|
D | relu_quant8_1.model.cpp | 10 model->identifyInputsAndOutputs( in CreateModel()
|
D | relu6_float_2.model.cpp | 10 model->identifyInputsAndOutputs( in CreateModel()
|
D | l2_normalization.model.cpp | 10 model->identifyInputsAndOutputs( in CreateModel()
|
D | logistic_float_2.model.cpp | 10 model->identifyInputsAndOutputs( in CreateModel()
|
D | tanh.model.cpp | 10 model->identifyInputsAndOutputs( in CreateModel()
|
D | relu1_quant8_2.model.cpp | 10 model->identifyInputsAndOutputs( in CreateModel()
|
D | relu1_float_1.model.cpp | 10 model->identifyInputsAndOutputs( in CreateModel()
|
D | relu_float_2.model.cpp | 10 model->identifyInputsAndOutputs( in CreateModel()
|
D | relu_quant8_2.model.cpp | 10 model->identifyInputsAndOutputs( in CreateModel()
|
D | relu1_quant8_1.model.cpp | 10 model->identifyInputsAndOutputs( in CreateModel()
|
D | relu6_quant8_1.model.cpp | 10 model->identifyInputsAndOutputs( in CreateModel()
|
D | relu6_quant8_2.model.cpp | 10 model->identifyInputsAndOutputs( in CreateModel()
|
D | l2_normalization_large.model.cpp | 10 model->identifyInputsAndOutputs( in CreateModel()
|
D | logistic_quant8_2.model.cpp | 11 model->identifyInputsAndOutputs( in CreateModel()
|
D | dequantize.model.cpp | 11 model->identifyInputsAndOutputs( in CreateModel()
|
D | logistic_quant8_1.model.cpp | 11 model->identifyInputsAndOutputs( in CreateModel()
|
D | embedding_lookup.model.cpp | 12 model->identifyInputsAndOutputs( in CreateModel()
|
D | reshape_quant8_weights_as_inputs.model.cpp | 13 model->identifyInputsAndOutputs( in CreateModel()
|
1234567