Home
last modified time | relevance | path

Searched refs:forTest_hasSubModelOutputsOfUnknownSize (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionPlan.h223 bool forTest_hasSubModelOutputsOfUnknownSize() const;
DExecutionPlan.cpp752 bool ExecutionPlan::forTest_hasSubModelOutputsOfUnknownSize() const { in forTest_hasSubModelOutputsOfUnknownSize() function in android::nn::ExecutionPlan
/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp955 cNoFallback.getExecutionPlan().forTest_hasSubModelOutputsOfUnknownSize()) { in TEST_P()
DTestPartitioning.cpp1017 ASSERT_TRUE(cPWithoutFallback.getExecutionPlan().forTest_hasSubModelOutputsOfUnknownSize()); in TEST_F()