Home
last modified time | relevance | path

Searched defs:StepRole (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionPlan.h563 using StepRole = std::tuple<uint32_t, IOType, uint32_t>; variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioning.cpp176 using StepRole = ::android::nn::StepRole; typedef