Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapperExtensions.h46 struct OperandType { struct
50 ANeuralNetworksOperandType operandType; argument
54 OperandType(const OperandType& other) in OperandType() argument
83 OperandType(Type type, std::vector<uint32_t> dimensions, float scale, int32_t zeroPoint, in OperandType() argument
87 OperandType(Type type, std::vector<uint32_t> dimensions, ExtraParams&& extraParams) in OperandType() function
DNeuralNetworksWrapper.h110 struct OperandType { struct
111 ANeuralNetworksOperandType operandType; argument
115 OperandType(const OperandType& other) in OperandType() argument
143 OperandType(Type type, std::vector<uint32_t> data, SymmPerChannelQuantParams&& channelQuant) in OperandType() argument
/frameworks/ml/nn/tools/test_generator/
DREADME.md33 #### OperandType subsubsection
/frameworks/ml/nn/runtime/test/android_fuzzing/
DModel.proto21 enum OperandType { enum