Home
last modified time | relevance | path

Searched defs:output_type (Results 1 – 25 of 199) sorted by relevance

12345678

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dto_tensor_ir.cc24 ToTensorOperation::ToTensorOperation(const std::string &output_type) { in ToTensorOperation()
29 ToTensorOperation::ToTensorOperation(const DataType &output_type) { output_type_ = output_type; } in ToTensorOperation()
55 std::string output_type = op_params["output_type"]; in from_json() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/
Dto_tensor_op.h30 explicit ToTensorOp(const DataType::Type &output_type) : output_type_(output_type) {} in ToTensorOp()
32 explicit ToTensorOp(const std::string &output_type) : output_type_(DataType(output_type)) {} in ToTensorOp()
/third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/
Dtest_crop_and_resize_grad_image_op.py37 def test_crop_and_resize_grad_image_bilinear(input_type, output_type): argument
76 def test_crop_and_resize_grad_image_nearest(input_type, output_type): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/pass/
Dadd_akg_kernel_attrs.cc47 TypeId output_type = AnfAlgo::GetOutputDeviceDataType(node, 0); in ProcessCast() local
53 TypeId output_type = AnfAlgo::GetOutputDeviceDataType(node, 0); in ProcessMatMul() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/symbol_ops_impl/
Dscalar_cast.cc26 auto output_type = b->out_abstract()->GetType()->generic_type_id(); in __anon299a202d0102() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Drand_like_ext.cc28 TypePtr output_type; in InferType() local
Dzeros_like_ext.cc37 auto output_type = TypeIdToType(static_cast<TypeId>(val)); in InferType() local
Dones_like_ext.cc37 auto output_type = TypeIdToType(static_cast<TypeId>(val)); in InferType() local
Dfill.cc61 auto output_type = TypeIdToType(static_cast<TypeId>(val)); in InferType() local
Dcumsum_ext.cc68 auto output_type = TypeIdToType(static_cast<TypeId>(val)); in InferType() local
/third_party/mindspore/mindspore-src/source/tests/st/dyn_shape_dev/
Dtest_argmax.py22 def argmax_(input_x, axis, output_type): argument
Dtest_argmin.py22 def argmin_(input_x, axis, output_type): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/environ/
Denviron_cpu_destroy_all.cc28 auto output_type = outputs[kIndex0]->dtype_id(); in Resize() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/environ/
Denviron_gpu_destroy_all.cc25 auto output_type = outputs[kIndex0]->dtype_id(); in Resize() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/
Dpy_func_op.h34 explicit PyFuncOp(py::function func, DataType::Type output_type) in PyFuncOp()
/third_party/grpc/src/compiler/
Dphp_generator.cc70 const Descriptor* output_type = method->output_type(); in PrintMethod() local
141 const Descriptor* output_type = method->output_type(); in PrintServerMethod() local
Dnode_generator.cc103 const Descriptor* output_type = method->output_type(); in GetAllMessages() local
163 const Descriptor* output_type = method->output_type(); in PrintMethod() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Ddynamic_broadcast_gradient_args.cc92 auto output_type = std::make_shared<Tuple>(types); in InferType() local
102 auto output_type = std::make_shared<Tuple>(types); in InferShapeAndType() local
Ddropout_nd.cc128 TypePtr output_type = DropoutNDInferType(primitive, input_args); in Dropout2DInfer() local
135 TypePtr output_type = DropoutNDInferType(primitive, input_args); in Dropout3DInfer() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/format_type/
Dutils.cc24 … const std::string &format, const TypeId &input_type, const TypeId &output_type, in AddCastOpNodeToGraph()
Dremove_host_kernel.cc39 auto output_type = TypeId::kNumberTypeInt64; in Process() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_shared_folding.c33 type_t output_type = ir3_output_conv_type(src, &can_fold); in try_shared_folding() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/arrays/
Dtensor_copy_gpu_kernel.cc37 auto output_type = outputs.at(kIndex0)->dtype_id(); in Resize() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/optimizer/
Dcpu_pass_utils.cc38 const TypeId &input_type, const TypeId &output_type, in AddCastOpNodeToGraph()
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/ops/
Dtest_ops_scalar_arithmetic.cc49 TypePtr output_type; member

12345678