Home
last modified time | relevance | path

Searched defs:tensor_in (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dall_swap.cc60 …auto tensor_in = CheckAndConvertUtils::CheckArgsType(op_name, input_args, 0, kObjectTypeTensorType… in InferType() local
73 …auto tensor_in = CheckAndConvertUtils::CheckArgsType(op_name, input_args, 0, kObjectTypeTensorType… in InferShapeAndType() local
/third_party/mindspore/mindspore-src/source/tests/ut/python/ops/
Dtest_int64_support.py29 def construct(self, inputs, tensor_in): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dmaxpool_grad.cc65 Tensor *tensor_in = ctx.Input(kFirstInputIndex); in SpatialMaxPoolWithArgMaxHelper() local
278 Tensor *tensor_in = ctx.Input(kFirstInputIndex); in CheckMaxPoolGrad() local
Dfractional_max_pool_grad.cc73 const Tensor *tensor_in = ctx.Input(0); in DoCompute() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dfractional_max_pool_grad_cpu_kernel.cc79 T *tensor_in = reinterpret_cast<T *>(inputs[0]->device_ptr()); in FractionalMaxPoolGradLaunch() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/
Drec_cost.cc565 int64_t tensor_in = input_tensor_h * input_tensor_w * input_tensor_n * input_tensor_c; in GetOptimalStr() local
626 …int64_t tensor_in = static_cast<int64_t>(op.arguments[0].tensor_shape.shape_h * op.arguments[0].te… in GetMinCostIn() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/executor/
Dkernel_exec.h235 auto tensor_in = mindspore::MSTensor(impl); in set_in_tensor() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Dcomm_ops.py778 def __check__(self, tensor_in, send_size, recv_size): argument