| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_frontend_func_impl/ |
| D | select.cc | 71 const tensor::TensorPtr &result_tensor) { in SelectInnerInferValue() 118 auto result_tensor = std::make_shared<tensor::Tensor>(type_id, x_shape); in InferValue() local
|
| D | eye.cc | 44 auto result_tensor = std::make_shared<tensor::Tensor>(dtype_id, out_shape); in InferValue() local
|
| D | abs.cc | 58 auto result_tensor = std::make_shared<tensor::Tensor>(dtype, x_shape); in InferValue() local
|
| D | neg.cc | 73 auto result_tensor = std::make_shared<tensor::Tensor>(dtype, shape); // same shape and dtype in InferValue() local
|
| D | greater.cc | 72 auto result_tensor = std::make_shared<tensor::Tensor>(kNumberTypeBool, x1_shape); in InferValue() local
|
| D | less_equal.cc | 70 auto result_tensor = std::make_shared<tensor::Tensor>(kNumberTypeBool, x1_shape); in InferValue() local
|
| D | sub.cc | 78 auto result_tensor = x1_shape.size() != 0 ? std::make_shared<tensor::Tensor>(dtype, x1_shape) in InferValue() local
|
| D | minimum.cc | 70 auto result_tensor = std::make_shared<tensor::Tensor>(dtype, x1_shape); in InferValue() local
|
| D | less.cc | 72 auto result_tensor = std::make_shared<tensor::Tensor>(kNumberTypeBool, x1_shape); in InferValue() local
|
| D | greater_equal.cc | 72 auto result_tensor = std::make_shared<tensor::Tensor>(kNumberTypeBool, x1_shape); in InferValue() local
|
| D | add.cc | 79 auto result_tensor = x1_shape.size() != 0 ? std::make_shared<tensor::Tensor>(dtype, x1_shape) in InferValue() local
|
| D | equal.cc | 92 auto result_tensor = std::make_shared<tensor::Tensor>(kNumberTypeBool, x1_shape); in InferValue() local
|
| D | not_equal.cc | 92 auto result_tensor = std::make_shared<tensor::Tensor>(kNumberTypeBool, x1_shape); in InferValue() local
|
| D | mul.cc | 91 …auto result_tensor = std::make_shared<tensor::Tensor>(dtype, (x1_shape.empty() ? x2_shape : x1_sha… in InferValue() local
|
| D | real_div.cc | 103 auto result_tensor = std::make_shared<tensor::Tensor>(type_id, x_shape); in InferValue() local
|
| D | div.cc | 103 auto result_tensor = std::make_shared<tensor::Tensor>(type_id, x_shape); in InferValue() local
|
| D | range.cc | 137 auto result_tensor = it->second(type, input_args); in CalRangeOutTensor() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/ |
| D | reciprocal.cc | 87 auto result_tensor = std::make_shared<tensor::Tensor>(dtype, shape); in InferValue() local
|
| D | log.cc | 112 …auto result_tensor = std::make_shared<tensor::Tensor>(GetOutputTypeId(dtype), shape); // same sha… in InferValue() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ |
| D | eps.cc | 82 auto result_tensor = std::make_shared<tensor::Tensor>(dtype, shape->shape()); in EpsInferValue() local
|
| D | div_no_nan.cc | 99 auto result_tensor = std::make_shared<tensor::Tensor>(type_id, result_shape->shape()); in DivNoNanInferValue() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/model/ |
| D | op_node.cc | 354 …tensor::TensorPtr result_tensor = std::make_shared<tensor::Tensor>(this->type, this->shape, tensor… in InferValue() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/ |
| D | image_utils.cc | 1548 std::shared_ptr<CVTensor> result_tensor; in Posterize() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/ |
| D | graph_build.cc | 1325 auto result_tensor = tensor_type(o->GetPyObject(), dtype_bool); in DoCompare() local
|