Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/include/
H A DNeuralNetworksWrapperExtensions.h48 struct OperandType { struct
52 ANeuralNetworksOperandType operandType; argument
56 OperandType(const OperandType& other) in OperandType() function
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
H A DNeuralNetworksWrapper.h126 struct OperandType { struct
127 ANeuralNetworksOperandType operandType; argument
131 OperandType(const OperandType& other) in OperandType() function
159 OperandType(Type type, std::vector<uint32_t> data, SymmPerChannelQuantParams&& channelQuant) in OperandType() argument
172 void updateDimensions(std::vector<uint32_t> ndim) { in updateDimensions()
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/
H A DOperandType.aidl36 enum OperandType { enum
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/
H A DOperandType.aidl36 enum OperandType { enum
/aosp12/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
H A DOperandType.aidl30 enum OperandType { enum
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DOperandTypes.h36 enum class OperandType { enum
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/
H A DREADME.md33 #### OperandType subsubsection
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
H A DModel.proto21 enum OperandType { enum
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestGpuNnapi.cpp42 using OperandType = test_wrapper::OperandType; typedef