Home
last modified time | relevance | path

Searched defs:shape_type (Results 1 – 19 of 19) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dtensor_list_reserve.cc28 void TensorListReserve::Init(const int64_t element_dtype, const int64_t shape_type) { in Init()
37 void TensorListReserve::set_shape_type(const int64_t shape_type) { in set_shape_type()
Dtensor_list_from_tensor.cc27 void TensorListFromTensor::Init(const int64_t element_dtype, const int64_t shape_type) { in Init()
46 void TensorListFromTensor::set_shape_type(const int64_t shape_type) { in set_shape_type()
Dexpand.cc116 auto shape_type = input_args[1]->GetType(); in ExpandInferShape() local
152 TypePtr shape_type = input_args[1]->GetType(); in ExpandInferType() local
Dsparse_reorder.cc72 auto shape_type = input_args[2]->GetType(); in SparseReorderInferType() local
Dnon_deterministic_ints.cc77 auto shape_type = input_args[0]->GetType(); in NonDeterministicIntsInferType() local
Dsparse_tensor_dense_add.cc101 auto shape_type = input_args[kInputIndex2]->GetType(); in SparseTensorDenseAddInferType() local
Dsparse_addmm.cc94 TypePtr shape_type = input_args[kInputIndex2]->GetType(); in SparseAddmmInferType() local
Dsparse_slice.cc95 auto shape_type = input_args[kInputIndex2]->GetType(); in InferType() local
Dragged_tensor_to_tensor.cc113 TypePtr shape_type = input_args[kInputIndex0]->GetType(); in RaggedTensorToTensorInferType() local
Dsparse_split.cc110 auto shape_type = input_args[kInputIndex3]->GetType(); in SparseSplitInferType() local
Dsparse_tensor_dense_mat_mul.cc228 TypePtr shape_type = input_args[2]->GetType(); in SparseTensorDenseMatmulInferType() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Ddropout_gen_mask_ext.cc55 auto shape_type = input_args[kIndex0]->GetType(); in CheckValidation() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dtrace_grad.cc50 DataType shape_type = ctx.Input(1)->GetDataType(); in Compute() local
Dscatter_nd.cc124 auto shape_type = static_cast<DataType>(ctx.Input(2)->GetDataType()); in DTYPE_CHOOSE() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/
Daicpu_kernel_build.cc51 auto *shape_type = reinterpret_cast<int32_t *>(ext_info_buf + ext_info_offset); in SetExtInfoShapeType() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dmax_pool_grad_with_argmax_v2_cpu_kernel.cc155 #define ADD_KERNEL(x_dtype, shape_dtype, x_type, shape_type) \ argument
Dmax_pool_with_argmax_v2_cpu_kernel.cc161 #define ADD_KERNEL(x_dtype, shape_dtype, x_type, shape_type) \ argument
Dmax_pool3d_with_argmax_cpu_kernel.cc277 #define ADD_KERNEL(x_dtype, shape_dtype, x_type, shape_type) \ argument
Dmax_pool3d_grad_with_argmax_cpu_kernel.cc254 #define ADD_KERNEL(x_dtype, shape_dtype, x_type, shape_type) \ argument