Home
last modified time | relevance | path

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

1234567

/frameworks/ml/nn/runtime/test/
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.cpp646 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/
Dlogistic_float_1.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu1_float_2.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu6_float_1.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Dfloor.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu_float_1.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu_quant8_1.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu6_float_2.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Dl2_normalization.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Dlogistic_float_2.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Dtanh.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu1_quant8_2.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu1_float_1.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu_float_2.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu_quant8_2.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu1_quant8_1.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu6_quant8_1.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Drelu6_quant8_2.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Dl2_normalization_large.model.cpp10 model->identifyInputsAndOutputs( in CreateModel()
Dlogistic_quant8_2.model.cpp11 model->identifyInputsAndOutputs( in CreateModel()
Ddequantize.model.cpp11 model->identifyInputsAndOutputs( in CreateModel()
Dlogistic_quant8_1.model.cpp11 model->identifyInputsAndOutputs( in CreateModel()
Dembedding_lookup.model.cpp12 model->identifyInputsAndOutputs( in CreateModel()
Dreshape_quant8_weights_as_inputs.model.cpp13 model->identifyInputsAndOutputs( in CreateModel()

1234567