Home
last modified time | relevance | path

Searched defs:IOType (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/common/include/nnapi/
DValidation.h68 enum class IOType { INPUT, OUTPUT }; enum
/packages/modules/NeuralNetworks/runtime/
DMemory.cpp51 bool validate(const CompilationBuilder*, IOType, uint32_t, const ANeuralNetworksOperandType*, in validate() argument
74 bool validate(const CompilationBuilder* compilation, IOType, uint32_t, in validate() argument
DExecutionPlan.cpp2053 index, [&alignment, &padding](const auto* preparedModel, IOType, uint32_t) { in getMemoryPreferenceOfSourceOperand() argument
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp166 using IOType = ::android::nn::IOType; typedef