Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h184 struct LocationAndShape { struct
190 std::optional<LocationAndShape> lookup(SourceOperandIndex sourceOperandIndex, argument
DExecutionPlan.cpp383 std::optional<DynamicTemporaries::LocationAndShape> DynamicTemporaries::lookup( in lookup()
395 return LocationAndShape{mStepIndexToMemory.at(temp.stepIndex).get(), temp.offset, in lookup()
398 return LocationAndShape{nullptr, ~uint32_t(0), &temp.dimensions, temp.paddedLength}; in lookup()