Searched defs:quant_shape (Results 1 – 1 of 1) sorted by relevance
130 std::vector<int64_t> quant_shape() const { return quant_shape_; } in quant_shape() function131 void set_quant_shape(const std::vector<int64_t> &quant_shape) { quant_shape_ = quant_shape; } in set_quant_shape()