Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h200 struct InternalLocationAndShape { struct
208 std::map<SourceOperandIndex, InternalLocationAndShape> mSourceOperandToTemporary; argument
DExecutionPlan.cpp298 sourceOperandIndex, InternalLocationAndShape{stepIndex, 0, initialDimensions, in declare()
317 InternalLocationAndShape& temp = mSourceOperandToTemporary.at(sourceOperandIndex); in redeclare()
347 InternalLocationAndShape& temp = mSourceOperandToTemporary.at(sourceOperandIndex); in allocate()
388 const InternalLocationAndShape& temp = it->second; in lookup()