Searched defs:OperandType (Results 1 – 4 of 4) sorted by relevance
46 struct OperandType { struct50 ANeuralNetworksOperandType operandType; argument54 OperandType(const OperandType& other) in OperandType() argument83 OperandType(Type type, std::vector<uint32_t> dimensions, float scale, int32_t zeroPoint, in OperandType() argument87 OperandType(Type type, std::vector<uint32_t> dimensions, ExtraParams&& extraParams) in OperandType() function
110 struct OperandType { struct111 ANeuralNetworksOperandType operandType; argument115 OperandType(const OperandType& other) in OperandType() argument143 OperandType(Type type, std::vector<uint32_t> data, SymmPerChannelQuantParams&& channelQuant) in OperandType() argument
33 #### OperandType subsubsection
21 enum OperandType { enum