Searched refs:SubModelOutputSetType (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/runtime/ |
D | ExecutionPlan.h | 50 typedef std::set<std::pair<uint32_t, uint32_t>> SubModelOutputSetType; typedef 69 const SubModelOutputSetType& getTempsAsSubModelOutputs() const { in getTempsAsSubModelOutputs() 134 SubModelOutputSetType mTempsAsSubModelOutputs;
|
D | ExecutionPlan.cpp | 456 auto logRemapSet = [&logRemapEntry](const char* name, const SubModelOutputSetType& set) { in logSubModel()
|
/frameworks/ml/nn/runtime/test/ |
D | TestPartitioning.cpp | 696 using SubModelOutputSetType = ExecutionStep::SubModelOutputSetType; typedef in __anon83dd480d0111::PartitioningTest 1135 const SubModelOutputSetType& tempsAsSubModelOutputs, in compare() 1167 const SubModelOutputSetType& step, const SubModelOutputSetType& model) { in compareSubModelOutputSets() 1168 SubModelOutputSetType modelTransformed; in compareSubModelOutputSets() 1171 [&inputsAndOutputsModelToStep](const SubModelOutputSetType::value_type& val) { in compareSubModelOutputSets() 1236 SubModelOutputSetType{{opnd2, b0Opnd2}}, // tempsAsSubModelOutputs in TEST_F() 1258 SubModelOutputSetType{}, // tempsAsSubModelOutputs in TEST_F() 1314 SubModelOutputSetType{}, // tempsAsSubModelOutputs in TEST_F() 1333 SubModelOutputSetType{{opnd3, b1Opnd3}}, // tempsAsSubModelOutputs in TEST_F() 1356 SubModelOutputSetType{}, // tempsAsSubModelOutputs in TEST_F() [all …]
|