Searched refs:RemapVectorType (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/runtime/ |
H A D | ExecutionPlan.h | 233 typedef std::vector<std::pair<uint32_t, uint32_t>> RemapVectorType; typedef 245 const RemapVectorType& getStepModelInputs() const { return mStepModelInputs; } in getStepModelInputs() 246 const RemapVectorType& getStepModelOutputs() const { return mStepModelOutputs; } in getStepModelOutputs() 247 const RemapVectorType& getModelInputs() const { return mModelInputs; } in getModelInputs() 248 const RemapVectorType& getModelOutputs() const { return mModelOutputs; } in getModelOutputs() 340 RemapVectorType mStepModelInputs; 352 RemapVectorType mStepModelOutputs; 355 RemapVectorType mModelInputs; 358 RemapVectorType mModelOutputs; 361 RemapVectorType mTempsAsStepModelInputs; [all …]
|
H A D | ExecutionPlan.cpp | 708 auto logRemapVector = [&logRemapEntry](const char* name, const RemapVectorType& map) { in logStepModel()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestPartitioning.cpp | 996 using RemapVectorType = ExecutionStep::RemapVectorType; typedef in __anon63efd43f0110::PartitioningTest 1538 const RemapVectorType& modelOutputs, const RemapVectorType& tempsAsStepModelInputs, in compare() 1540 const RemapVectorType& outputsAsStepModelInputs, in compare() 1565 const RemapVectorType& step, RemapVectorType model) { in compareRemapVectors() 1672 RemapVectorType{{opnd4, b1Opnd4}}, // modelOutputs in TEST_F() 1673 RemapVectorType{{opnd2, b1Opnd2}}, // tempsAsStepModelInputs in TEST_F() 1737 RemapVectorType{}, // tempsAsStepModelInputs in TEST_F() 1739 RemapVectorType{}, // outputsAsStepModelInputs in TEST_F() 1895 RemapVectorType{}, // tempsAsStepModelInputs in TEST_F() 2035 RemapVectorType{}, // tempsAsStepModelInputs in TEST_F() [all …]
|