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() function87 OperandType(Type type, std::vector<uint32_t> dimensions, ExtraParams&& extraParams) in OperandType() function
109 struct OperandType { struct110 ANeuralNetworksOperandType operandType; argument114 OperandType(const OperandType& other) in OperandType() argument142 OperandType(Type type, std::vector<uint32_t> data, SymmPerChannelQuantParams&& channelQuant) in OperandType() argument
33 #### OperandType subsubsection
21 enum OperandType { enum