Searched defs:OperandType (Results 1 – 6 of 6) sorted by relevance
48 struct OperandType { struct52 ANeuralNetworksOperandType operandType; argument56 OperandType(const OperandType& other) in OperandType() argument85 OperandType(Type type, std::vector<uint32_t> dimensions, float scale, int32_t zeroPoint, in OperandType() argument89 OperandType(Type type, std::vector<uint32_t> dimensions, ExtraParams&& extraParams) in OperandType() argument
126 struct OperandType { struct127 ANeuralNetworksOperandType operandType; argument131 OperandType(const OperandType& other) in OperandType() argument159 OperandType(Type type, std::vector<uint32_t> data, SymmPerChannelQuantParams&& channelQuant) in OperandType() argument172 void updateDimensions(std::vector<uint32_t> ndim) { in updateDimensions()
36 enum class OperandType { enum
33 #### OperandType subsubsection
21 enum OperandType { enum
42 using OperandType = test_wrapper::OperandType; typedef