Home
last modified time | relevance | path

Searched refs:identifyInputsAndOutputs (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/frameworks/ml/nn/runtime/test/
DTestWrapper.cpp40 mModel.identifyInputsAndOutputs({mIn}, {mOut}); in TEST_F()
51 mModel.identifyInputsAndOutputs({}, {}); in TEST_F()
59 mModel.identifyInputsAndOutputs({mIn}, {mOut}); in TEST_F()
DTestTrivialModel.cpp70 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()
DTestPartitioning.cpp758 model.identifyInputsAndOutputs({ opnd0, opnd1, opnd3 }, { opnd4 }); in TEST_F()
815 modelB0.identifyInputsAndOutputs({ b0Opnd0, b0Opnd1 }, { b0Opnd2 }); in TEST_F()
841 modelB1.identifyInputsAndOutputs({ b1Opnd3, b1Opnd2 }, { b1Opnd4 }); in TEST_F()
888 model.identifyInputsAndOutputs({ opnd0, opnd1, opnd6 }, { opnd4, opnd8 }); in TEST_F()
907 model0.identifyInputsAndOutputs({ m0Opnd0, m0Opnd1 }, { m0Opnd2, m0Opnd3 }); in TEST_F()
932 model1.identifyInputsAndOutputs({ m1Opnd0, m1Opnd3, m1Opnd2 }, { m1Opnd4, m1Opnd5 }); in TEST_F()
957 model2.identifyInputsAndOutputs({ m2Opnd6, m2Opnd3, m2Opnd5 }, { m2Opnd8 }); in TEST_F()
981 model.identifyInputsAndOutputs({ opnd0, opnd1, opnd3 }, { opnd4 }); in TEST_F()
1029 model.identifyInputsAndOutputs({ opnd0, opnd1 }, { opnd2, opnd3 }); in TEST_F()
1056 model0.identifyInputsAndOutputs({ m0Opnd0, m0Opnd1 }, { m0Opnd2 }); in TEST_F()
[all …]
/frameworks/ml/nn/runtime/test/generated/models/
Drelu_float_2.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu6_float_2.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Dl2_normalization_2.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu1_float_2.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu6_quant8_2.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu_quant8_2.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Dtanh.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Dlogistic_float_2.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Dfloor.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu6_quant8_1.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu6_float_1.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Dl2_normalization.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu_float_1.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu_quant8_1.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Dlogistic_float_1.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu1_float_1.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu1_quant8_1.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Dl2_normalization_large.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu1_quant8_2.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Dl2_normalization_relaxed.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu1_float_2_relaxed.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu_float_2_relaxed.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()

12345678910>>...15