Searched defs:batch_mean_shape (Results 1 – 1 of 1) sorted by relevance
/third_party/mindspore/mindspore/ops/operations/ |
D | _quant_ops.py | 1095 …def infer_shape(self, d_batch_mean_shape, d_batch_std_shape, x_shape, batch_mean_shape, batch_std_… argument 1271 …shape(self, x_shape, beta_shape, gamma_shape, batch_std_shape, running_std_shape, batch_mean_shape, argument 1321 batch_std_shape, batch_mean_shape, argument 1395 …def infer_shape(self, d_batch_mean_shape, d_batch_std_shape, x_shape, batch_mean_shape, batch_std_… argument 1440 …hape(self, x_shape, beta_shape, gamma_shape, batch_std_shape, running_std_shape, batch_mean_shape): argument 1470 batch_mean_shape, running_std_shape): argument
|