Home
last modified time | relevance | path

Searched defs:quant_shape (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dparam_info.h130 std::vector<int64_t> quant_shape() const { return quant_shape_; } in quant_shape() function
131 void set_quant_shape(const std::vector<int64_t> &quant_shape) { quant_shape_ = quant_shape; } in set_quant_shape()