Home
last modified time | relevance | path

Searched refs:origOperandIndexToSlicedIndex (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1265 std::map<uint32_t, uint32_t> origOperandIndexToSlicedIndex; in initializeSlice() local
1290 origOperandIndexToSlicedIndex[input] = slicedOperandIndex; in initializeSlice()
1421 origOperandIndexToSlicedIndex[origInputIndex] = slicedIndex; in initializeSlice()
1440 origOperandIndexToSlicedIndex[output] = slicedIndex; in initializeSlice()
1463 [&origOperandIndexToSlicedIndex, &slicedOperands](uint32_t origOperandIndex) { in initializeSlice()
1465 origOperandIndexToSlicedIndex.at(origOperandIndex); in initializeSlice()
1490 CHECK(origOperandIndexToSlicedIndex.count(origOperandIndex) == 0); in initializeSlice()
1491 origOperandIndexToSlicedIndex[origOperandIndex] = slicedOperandIndex; in initializeSlice()