Searched defs:tensor_c (Results 1 – 5 of 5) sorted by relevance
| /third_party/mindspore/mindspore-src/source/tests/ut/python/pipeline/parse/ |
| D | test_outermost_net_pass_non_tensor_inputs.py | 58 def construct(self, tuple_a, tensor_a, list_b, tensor_b, tensor_c, dict_c): argument 90 def construct(self, tensor_a, tuple_a, list_b, tensor_b, tensor_c, dict_c): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/ |
| D | rec_cost.cc | 718 …int64_t tensor_c = static_cast<int64_t>(node.tensor_parm.tensor_shape.shape_c * node.tensor_parm.t… in GetOptimalStr() local 884 …int64_t tensor_c = static_cast<int64_t>(op.arguments[0].tensor_shape.shape_c * op.arguments[0].ten… in GetOptimalStr() local 967 …int64_t tensor_c = static_cast<int64_t>(op.arguments[0].tensor_shape.shape_c * op.arguments[0].ten… in GetOptimalStr() local
|
| /third_party/mindspore/mindspore-src/source/tests/ut/python/model/ |
| D | test_mix_precision.py | 211 def construct(self, tensor_c, **kwargs): argument
|
| /third_party/mindspore/mindspore-src/source/tests/st/construct_input/ |
| D | test_outermost_input.py | 106 def construct(self, tuple_a, tensor_a, list_b, tensor_b, tensor_c, dict_c): argument 127 def construct(self, tensor_a, tuple_a, list_b, tensor_b, tensor_c, dict_c): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/ |
| D | tensor_util.cc | 161 TensorC *tensor_c = input->ConvertToTensorC(); in GenerateInTensorC() local
|