Searched refs:RemapVectorType (Results 1 – 3 of 3) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestPartitioning.cpp | 997 using RemapVectorType = ExecutionStep::RemapVectorType; typedef in __anon135c357f0111::PartitioningTest 1538 std::shared_ptr<Device> device, const RemapVectorType& modelInputs, in compare() 1539 const RemapVectorType& modelOutputs, const RemapVectorType& tempsAsStepModelInputs, in compare() 1541 const RemapVectorType& outputsAsStepModelInputs, in compare() 1566 const RemapVectorType& step, RemapVectorType model) { in compareRemapVectors() 1568 [&inputsAndOutputsModelToStep](const RemapVectorType::value_type& val) { in compareRemapVectors() 1649 RemapVectorType{{opnd0, b0Opnd0}, {opnd1, b0Opnd1}}, // modelInputs in TEST_F() 1650 RemapVectorType{}, // modelOutputs in TEST_F() 1651 RemapVectorType{}, // tempsAsStepModelInputs in TEST_F() 1653 RemapVectorType{}, // outputsAsStepModelInputs in TEST_F() [all …]
|
/packages/modules/NeuralNetworks/runtime/ |
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() 249 const RemapVectorType& getTempsAsStepModelInputs() const { return mTempsAsStepModelInputs; } in getTempsAsStepModelInputs() 253 const RemapVectorType& getOutputsAsStepModelInputs() const { return mOutputsAsStepModelInputs; } in getOutputsAsStepModelInputs() 340 RemapVectorType mStepModelInputs; 352 RemapVectorType mStepModelOutputs; 355 RemapVectorType mModelInputs; [all …]
|
D | ExecutionPlan.cpp | 748 auto logRemapVector = [&logRemapEntry](const char* name, const RemapVectorType& map) { in logStepModel()
|