Searched refs:input_z (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/ |
D | fused_mul_add.py | 23 input_x, input_y, input_z = self.inputs 26 result = graph_builder.emit('Add', [mul_res, input_z])
|
/third_party/mindspore/tests/st/auto_monad/ |
D | test_auto_monad_gpu.py | 518 input_z = Tensor(50, dtype=ms.int32) 521 out = net(input_x, input_y, input_z) 545 input_z = Tensor(50, dtype=ms.int32) 548 out = net(input_x, input_y, input_z)
|
/third_party/mindspore/tests/ut/python/pipeline/infer/ |
D | test_auto_monad.py | 361 def __init__(self, input_z): argument 363 self.input = input_z
|
/third_party/mindspore/mindspore/ops/operations/ |
D | _quant_ops.py | 1622 def infer_shape(self, input_x, input_y, input_z): argument 1629 def infer_dtype(self, input_x, input_y, input_z): argument 1659 def infer_shape(self, input_x, input_y, input_z): argument 1666 def infer_dtype(self, input_x, input_y, input_z): argument
|
/third_party/mindspore/config/ |
D | op_info.config | 497 … false, "param_type": "required", "shape": "all"}, {"index": 2, "name": "input_z", "need_compile":… 498 … false, "param_type": "required", "shape": "all"}, {"index": 2, "name": "input_z", "need_compile":…
|