Home
last modified time | relevance | path

Searched defs:num_batch (Results 1 – 21 of 21) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/
Dhorizontal_flip_op.cc33 dsize_t num_batch = input->Size() / (input_shape[-3] * input_shape[-2] * input_shape[-1]); in Compute() local
Dvertical_flip_op.cc34 dsize_t num_batch = input->Size() / (input_shape[-3] * input_shape[-2] * input_shape[-1]); in Compute() local
Drandom_horizontal_flip_op.cc44 … dsize_t num_batch = input[i]->Size() / (input_shape[-3] * input_shape[-2] * input_shape[-1]); in Compute() local
Dnormalize_op.cc52 dsize_t num_batch = input->Size() / (input_shape[-3] * input_shape[-2] * input_shape[-1]); in Compute() local
Dcenter_crop_op.cc94 dsize_t num_batch = input->Size() / (input_shape[-3] * input_shape[-2] * input_shape[-1]); in Compute() local
Dresize_op.cc68 …dsize_t num_batch = input->Size() / (original_shape[-3] * original_shape[-2] * original_shape[-1]); in Compute() local
Drotate_op.cc71 …dsize_t num_batch = input->Size() / (original_shape[-3] * original_shape[-2] * original_shape[-1]); in Compute() local
Drandom_crop_and_resize_op.cc77 dsize_t num_batch = input[i]->Size() / (input_shape[-3] * input_shape[-2] * input_shape[-1]); in Compute() local
Drandom_crop_op.cc178 dsize_t num_batch = input[i]->Size() / (input_shape[-3] * input_shape[-2] * input_shape[-1]); in Compute() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dmax_unpool2d_cpu_kernel.cc85 size_t num_batch = LongToSize(input_shape_[kInputIndex0]); in LaunchKernel() local
118 size_t num_batch = LongToSize(input_shape_[kInputIndex0]); in LaunchKernel() local
Dmax_unpool2d_grad_cpu_kernel.cc86 size_t num_batch = LongToSize(grads_shape_[kInputIndex0]); in LaunchKernel() local
119 size_t num_batch = LongToSize(grads_shape_[kInputIndex0]); in LaunchKernel() local
Dsparse_matrix_transpose_cpu_kernel.cc201 size_t num_batch = batch_pointers - static_cast<size_t>(1); in LaunchKernel() local
287 size_t num_batch = batch_pointers - static_cast<size_t>(1); in LaunchcomplexKernel() local
Ddilation2d_cpu_kernel.cc80 int64_t num_batch = input_shape_[kFormatNCHWIndexN]; in LaunchKernel() local
Ddilation2d_backprop_input_cpu_kernel.cc82 size_t num_batch = LongToSize(i_input_shape_[kFormatNCHWIndexN]); in LaunchKernel() local
Ddilation2d_backprop_filter_cpu_kernel.cc82 size_t num_batch = LongToSize(f_input_shape_[kFormatNCHWIndexN]); in LaunchKernel() local
Dmax_unpool3d_cpu_kernel.cc87 size_t num_batch = static_cast<size_t>(input_shape_[kInputIndex0]); in LaunchKernel() local
Dmax_unpool3d_grad_cpu_kernel.cc89 auto num_batch = LongToSize(grads_shape_[kInputIndex0]); in LaunchKernel() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dsparse_matrix_transpose.cc178 auto num_batch = ctx.Input(1)->NumElements() - 1; in SparseMatrixTransposeCompute() local
266 auto num_batch = ctx.Input(1)->NumElements() - 1; in SparseMatrixTransposeComputecomplex() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dsparse_matrix_ordering_amd.cc44 const int64_t num_batch = b_ptrs_shape[kZero] - 1; in SparseMatrixOrderingAMDInferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/eigen/
Dsparse_matrix_ordering_amd_cpu_kernel.cc97 const int64_t num_batch = x_batch_pointers_shape_[0] - 1; in LaunchKernel() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/engine/
Ddatasets.py707 def sync_wait(self, condition_name, num_batch=1, callback=None): argument
1896 def sync_update(self, condition_name, num_batch=None, data=None): argument
2949 def __init__(self, input_dataset, condition_name, num_batch, callback=None): argument