Searched refs:origOperandIndexToSlicedIndex (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NeuralNetworks/common/ |
D | MetaModel.cpp | 242 Slice* slice, std::map<uint32_t, uint32_t>* origOperandIndexToSlicedIndex, in processOperations() argument 265 (*origOperandIndexToSlicedIndex)[output] = slicedIndex; in processOperations() 287 [&origOperandIndexToSlicedIndex, &slicedOperands](uint32_t origOperandIndex) { in processOperations() 289 origOperandIndexToSlicedIndex->at(origOperandIndex); in processOperations() 312 CHECK_EQ(origOperandIndexToSlicedIndex->count(origOperandIndex), size_t(0)); in processOperations() 313 (*origOperandIndexToSlicedIndex)[origOperandIndex] = slicedOperandIndex; in processOperations() 404 std::map<uint32_t, uint32_t> origOperandIndexToSlicedIndex; in makeSlice() local 428 origOperandIndexToSlicedIndex[input] = slicedOperandIndex; in makeSlice() 455 origOperandIndexToSlicedIndex[origInputIndex] = slicedIndex; in makeSlice() 463 processOperations(&slice, &origOperandIndexToSlicedIndex, &origOperandToSlicedInputOperandIndex, in makeSlice()
|
/packages/modules/NeuralNetworks/common/include/ |
D | MetaModel.h | 125 Slice* slice, std::map<uint32_t, uint32_t>* origOperandIndexToSlicedIndex,
|