Home
last modified time | relevance | path

Searched defs:old_batch (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dmirror_pad_impl.cu41 __global__ void MirrorPad(const size_t size, const T *input, const int old_batch, const int old_cha… in MirrorPad()
235 void CalMirrorPad(const size_t size, const T *input, const int old_batch, const int old_channel, co… in CalMirrorPad()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.h310 struct fd_batch *old_batch = *ptr; in fd_batch_reference_locked() local
327 struct fd_batch *old_batch = *ptr; in fd_batch_reference() local
Dfreedreno_state.c279 struct fd_batch *old_batch = NULL; in fd_set_framebuffer_state() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dmirror_pad_cpu_kernel.cc127 const int64_t old_batch = input_shape_[0]; in LaunchKernel() local