Searched refs:RemapVectorType (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestPartitioning.cpp | 929 using RemapVectorType = ExecutionStep::RemapVectorType; typedef in __anon83dd480d0111::PartitioningTest 1392 std::shared_ptr<Device> device, const RemapVectorType& modelInputs, in compare() 1393 const RemapVectorType& modelOutputs, const RemapVectorType& tempsAsStepModelInputs, in compare() 1395 const RemapVectorType& outputsAsStepModelInputs) { in compare() 1417 const RemapVectorType& step, RemapVectorType model) { in compareRemapVectors() 1419 [&inputsAndOutputsModelToStep](const RemapVectorType::value_type& val) { in compareRemapVectors() 1497 RemapVectorType{{opnd0, b0Opnd0}, {opnd1, b0Opnd1}}, // modelInputs in TEST_F() 1498 RemapVectorType{}, // modelOutputs in TEST_F() 1499 RemapVectorType{}, // tempsAsStepModelInputs in TEST_F() 1501 RemapVectorType{})); // outputsAsStepModelInputs; in TEST_F() [all …]
|
/frameworks/ml/nn/runtime/ |
D | ExecutionPlan.h | 111 typedef std::vector<std::pair<uint32_t, uint32_t>> RemapVectorType; typedef 123 const RemapVectorType& getModelInputs() const { return mModelInputs; } in getModelInputs() 124 const RemapVectorType& getModelOutputs() const { return mModelOutputs; } in getModelOutputs() 125 const RemapVectorType& getTempsAsStepModelInputs() const { return mTempsAsStepModelInputs; } in getTempsAsStepModelInputs() 129 const RemapVectorType& getOutputsAsStepModelInputs() const { return mOutputsAsStepModelInputs; } in getOutputsAsStepModelInputs() 196 RemapVectorType mStepModelInputs; 207 RemapVectorType mStepModelOutputs; 210 RemapVectorType mModelInputs; 213 RemapVectorType mModelOutputs; 216 RemapVectorType mTempsAsStepModelInputs; [all …]
|
D | ExecutionPlan.cpp | 443 auto logRemapVector = [&logRemapEntry](const char* name, const RemapVectorType& map) { in logStepModel()
|