Home
last modified time | relevance | path

Searched defs:OperandType (Results 1 – 6 of 6) sorted by relevance

/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapperExtensions.h48 struct OperandType { struct
52 ANeuralNetworksOperandType operandType; argument
56 OperandType(const OperandType& other) in OperandType() argument
85 OperandType(Type type, std::vector<uint32_t> dimensions, float scale, int32_t zeroPoint, in OperandType() argument
89 OperandType(Type type, std::vector<uint32_t> dimensions, ExtraParams&& extraParams) in OperandType() argument
DNeuralNetworksWrapper.h126 struct OperandType { struct
127 ANeuralNetworksOperandType operandType; argument
131 OperandType(const OperandType& other) in OperandType() argument
159 OperandType(Type type, std::vector<uint32_t> data, SymmPerChannelQuantParams&& channelQuant) in OperandType() argument
172 void updateDimensions(std::vector<uint32_t> ndim) { in updateDimensions()
/packages/modules/NeuralNetworks/common/include/nnapi/
DOperandTypes.h36 enum class OperandType { enum
/packages/modules/NeuralNetworks/tools/test_generator/
DREADME.md33 #### OperandType subsubsection
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DModel.proto21 enum OperandType { enum
/packages/modules/NeuralNetworks/runtime/test/
DTestGpuNnapi.cpp42 using OperandType = test_wrapper::OperandType; typedef