Searched defs:quant_max_shape (Results 1 – 1 of 1) sorted by relevance
| /third_party/mindspore/mindspore/ops/operations/ |
| D | _quant_ops.py | 226 def infer_shape(self, input_x_shape, alpha_shape, quant_max_shape): argument 267 def infer_shape(self, dout_shape, x_shape, alpha_shape, quant_max_shape): argument 298 def infer_shape(self, dout_shape, x_shape, alpha_shape, quant_max_shape): argument 383 def infer_shape(self, input_x_shape, alpha_shape, quant_max_shape): argument 432 def infer_shape(self, dout_shape, x_shape, alpha_shape, quant_max_shape): argument 463 def infer_shape(self, dout_shape, x_shape, alpha_shape, quant_max_shape): argument
|