Home
last modified time | relevance | path

Searched defs:result_tensor (Results 1 – 24 of 24) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_frontend_func_impl/
Dselect.cc71 const tensor::TensorPtr &result_tensor) { in SelectInnerInferValue()
118 auto result_tensor = std::make_shared<tensor::Tensor>(type_id, x_shape); in InferValue() local
Deye.cc44 auto result_tensor = std::make_shared<tensor::Tensor>(dtype_id, out_shape); in InferValue() local
Dabs.cc58 auto result_tensor = std::make_shared<tensor::Tensor>(dtype, x_shape); in InferValue() local
Dneg.cc73 auto result_tensor = std::make_shared<tensor::Tensor>(dtype, shape); // same shape and dtype in InferValue() local
Dgreater.cc72 auto result_tensor = std::make_shared<tensor::Tensor>(kNumberTypeBool, x1_shape); in InferValue() local
Dless_equal.cc70 auto result_tensor = std::make_shared<tensor::Tensor>(kNumberTypeBool, x1_shape); in InferValue() local
Dsub.cc78 auto result_tensor = x1_shape.size() != 0 ? std::make_shared<tensor::Tensor>(dtype, x1_shape) in InferValue() local
Dminimum.cc70 auto result_tensor = std::make_shared<tensor::Tensor>(dtype, x1_shape); in InferValue() local
Dless.cc72 auto result_tensor = std::make_shared<tensor::Tensor>(kNumberTypeBool, x1_shape); in InferValue() local
Dgreater_equal.cc72 auto result_tensor = std::make_shared<tensor::Tensor>(kNumberTypeBool, x1_shape); in InferValue() local
Dadd.cc79 auto result_tensor = x1_shape.size() != 0 ? std::make_shared<tensor::Tensor>(dtype, x1_shape) in InferValue() local
Dequal.cc92 auto result_tensor = std::make_shared<tensor::Tensor>(kNumberTypeBool, x1_shape); in InferValue() local
Dnot_equal.cc92 auto result_tensor = std::make_shared<tensor::Tensor>(kNumberTypeBool, x1_shape); in InferValue() local
Dmul.cc91 …auto result_tensor = std::make_shared<tensor::Tensor>(dtype, (x1_shape.empty() ? x2_shape : x1_sha… in InferValue() local
Dreal_div.cc103 auto result_tensor = std::make_shared<tensor::Tensor>(type_id, x_shape); in InferValue() local
Ddiv.cc103 auto result_tensor = std::make_shared<tensor::Tensor>(type_id, x_shape); in InferValue() local
Drange.cc137 auto result_tensor = it->second(type, input_args); in CalRangeOutTensor() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dreciprocal.cc87 auto result_tensor = std::make_shared<tensor::Tensor>(dtype, shape); in InferValue() local
Dlog.cc112 …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/
Deps.cc82 auto result_tensor = std::make_shared<tensor::Tensor>(dtype, shape->shape()); in EpsInferValue() local
Ddiv_no_nan.cc99 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/
Dop_node.cc354 …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/
Dimage_utils.cc1548 std::shared_ptr<CVTensor> result_tensor; in Posterize() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dgraph_build.cc1325 auto result_tensor = tensor_type(o->GetPyObject(), dtype_bool); in DoCompare() local