Home
last modified time | relevance | path

Searched defs:modelInputIndexes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestIntrospectionControl.cpp1266 void addReluOperation(WrapperModel* model, std::vector<uint32_t>* modelInputIndexes, in addReluOperation()
1281 std::vector<uint32_t> modelInputIndexes, modelOutputIndexes; in createReluModel() local
1288 std::vector<uint32_t>* modelInputIndexes, in addWhileOperation()
1318 std::vector<uint32_t> modelInputIndexes, modelOutputIndexes; in createReluStaticWhileModel() local
1375 std::vector<uint32_t> modelInputIndexes, modelOutputIndexes; in createStaticWhileDynamicWhileModel() local
/aosp_15_r20/cts/tests/tests/neuralnetworks/java_test/jni/
H A Dandroid_neuralnetworks_cts_ModelAssetTest.cpp211 uint32_t modelInputIndexes[] = {0}; in createAndCompileAddModel() local