Searched refs:origOperandIndexToSlicedIndex (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NeuralNetworks/common/ |
D | MetaModel.cpp | 243 Slice* slice, std::map<uint32_t, uint32_t>* origOperandIndexToSlicedIndex, in processOperations() argument 266 (*origOperandIndexToSlicedIndex)[output] = slicedIndex; in processOperations() 288 [&origOperandIndexToSlicedIndex, &slicedOperands](uint32_t origOperandIndex) { in processOperations() 290 origOperandIndexToSlicedIndex->at(origOperandIndex); in processOperations() 313 CHECK_EQ(origOperandIndexToSlicedIndex->count(origOperandIndex), size_t(0)); in processOperations() 314 (*origOperandIndexToSlicedIndex)[origOperandIndex] = slicedOperandIndex; in processOperations() 414 std::map<uint32_t, uint32_t> origOperandIndexToSlicedIndex; in makeSlice() local 438 origOperandIndexToSlicedIndex[input] = slicedOperandIndex; in makeSlice() 465 origOperandIndexToSlicedIndex[origInputIndex] = slicedIndex; in makeSlice() 473 processOperations(&slice, &origOperandIndexToSlicedIndex, &origOperandToSlicedInputOperandIndex, in makeSlice()
|
/packages/modules/NeuralNetworks/common/include/ |
D | MetaModel.h | 128 Slice* slice, std::map<uint32_t, uint32_t>* origOperandIndexToSlicedIndex,
|