Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/tests/ut/python/pipeline/parse/
Dtest_outermost_net_pass_non_tensor_inputs.py58 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/
Drec_cost.cc718 …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/
Dtest_mix_precision.py211 def construct(self, tensor_c, **kwargs): argument
/third_party/mindspore/mindspore-src/source/tests/st/construct_input/
Dtest_outermost_input.py106 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/
Dtensor_util.cc161 TensorC *tensor_c = input->ConvertToTensorC(); in GenerateInTensorC() local