Searched defs:OperandTypeParams (Results 1 – 1 of 1) sorted by relevance
32 struct OperandTypeParams { struct33 Type type;34 std::vector<uint32_t> shape;35 float scale;36 int32_t zeroPoint;38 OperandTypeParams(Type type, std::vector<uint32_t> shape, float scale, int32_t zeroPoint) in OperandTypeParams() function