/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/ |
D | space_to_depth_tests.cc | 28 OpParameter *CreateParameter(int block_size) { in CreateParameter() 34 OpParameter *CreateDepthToSpaceParameter(int block_size) { in CreateDepthToSpaceParameter() 42 int block_size = 2; in TEST_F() local 55 int block_size = 2; in TEST_F() local 72 int block_size = 3; in TEST_F() local 99 int block_size = 2; in TEST_F() local 112 int block_size = 2; in TEST_F() local 127 int block_size = 2; in TEST_F() local 143 int block_size = 3; in TEST_F() local 176 int block_size = 2; in TEST_F() local [all …]
|
/third_party/mindspore/mindspore/core/ops/ |
D | depth_to_space.cc | 28 void DepthToSpace::set_block_size(const int64_t block_size) { in set_block_size() 41 void DepthToSpace::Init(const int64_t block_size, const Format &format) { in Init() 64 int64_t block_size = GetValue<int64_t>(primitive->GetAttr(kBlockSize)); in DepthToSpaceInfer() local
|
D | batch_to_space.cc | 24 void BatchToSpace::Init(const std::vector<int64_t> &block_size, const std::vector<std::vector<int64… in Init() 29 void BatchToSpace::set_block_size(const std::vector<int64_t> &block_size) { in set_block_size() 59 auto block_size = GetValue<std::vector<int64_t>>(primitive->GetAttr(kBlockSize)); in BatchToSpaceInfer() local
|
D | space_to_depth.cc | 21 void SpaceToDepth::Init(const int64_t block_size, const Format &format) { in Init() 26 void SpaceToDepth::set_block_size(const int64_t block_size) { in set_block_size()
|
/third_party/boost/boost/compute/algorithm/detail/ |
D | merge_sort_on_cpu.hpp | 33 const size_t block_size, in merge_blocks() 119 const size_t block_size, in merge_blocks() 133 const size_t block_size, in dispatch_merge_blocks() 166 const size_t block_size, in block_insertion_sort() 228 const size_t block_size, in block_insertion_sort() 273 const size_t block_size = in merge_sort_on_cpu() local 333 const size_t block_size = in merge_sort_by_key_on_cpu() local
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/ |
D | merge_sort_on_cpu.hpp | 33 const size_t block_size, in merge_blocks() 119 const size_t block_size, in merge_blocks() 133 const size_t block_size, in dispatch_merge_blocks() 166 const size_t block_size, in block_insertion_sort() 228 const size_t block_size, in block_insertion_sort() 273 const size_t block_size = in merge_sort_on_cpu() local 333 const size_t block_size = in merge_sort_by_key_on_cpu() local
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_spacetobatch_op.py | 26 def __init__(self, nptype, block_size=2, input_shape=(1, 1, 4, 4)): argument 42 def SpaceToBatch(nptype, block_size=2, input_shape=(1, 1, 4, 4)): argument 61 def SpaceToBatch_pynative(nptype, block_size=2, input_shape=(1, 1, 4, 4)): argument
|
D | test_batchtospace_op.py | 26 def __init__(self, nptype, block_size=2, input_shape=(4, 1, 2, 2)): argument 42 def BatchToSpace(nptype, block_size=2, input_shape=(4, 1, 2, 2)): argument 57 def BatchToSpace_pynative(nptype, block_size=2, input_shape=(4, 1, 2, 2)): argument
|
D | test_depthtospace_op.py | 26 def __init__(self, nptype, block_size=2, input_shape=(1, 12, 1, 1)): argument 42 def DepthToSpace(nptype, block_size=2, input_shape=(1, 12, 1, 1)): argument 59 def DepthToSpace_pynative(nptype, block_size=2, input_shape=(1, 12, 1, 1)): argument
|
/third_party/glib/glib/ |
D | grcbox.c | 171 g_rc_box_alloc_full (gsize block_size, in g_rc_box_alloc_full() 301 g_rc_box_alloc (gsize block_size) in g_rc_box_alloc() 328 g_rc_box_alloc0 (gsize block_size) in g_rc_box_alloc0()
|
D | grcbox.h | 87 #define g_rc_box_dup(block_size, mem_block) \ argument 89 #define g_atomic_rc_box_dup(block_size, mem_block) \ argument
|
D | garcbox.c | 179 g_atomic_rc_box_alloc (gsize block_size) in g_atomic_rc_box_alloc() 206 g_atomic_rc_box_alloc0 (gsize block_size) in g_atomic_rc_box_alloc0()
|
/third_party/boost/boost/graph/parallel/ |
D | distribution.hpp | 58 virtual size_type block_size(process_id_type id, size_type n) const in block_size() function 88 size_type block_size(process_id_type id, size_type n) const in block_size() function in boost::parallel::variant_distribution 137 SizeType block_size(SizeType n) const in block_size() function 142 SizeType block_size(ProcessID id, SizeType n) const in block_size() function 212 SizeType block_size(SizeType) const in block_size() function 217 SizeType block_size(ProcessID id, SizeType) const in block_size() function 270 SizeType block_size(SizeType n) const in block_size() function 276 SizeType block_size(ProcessID id, SizeType n) const in block_size() function 328 SizeType block_size(SizeType n) const in block_size() function 334 SizeType block_size(ProcessID id, SizeType n) const in block_size() function [all …]
|
/third_party/ffmpeg/tests/checkasm/ |
D | hevc_idct.c | 46 int block_size = 1 << i; in check_idct() local 70 int block_size = 1 << i; in check_idct_dc() local
|
/third_party/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl_lite.cc | 58 ArrayInputStream::ArrayInputStream(const void* data, int size, int block_size) in ArrayInputStream() 105 ArrayOutputStream::ArrayOutputStream(void* data, int size, int block_size) in ArrayOutputStream() 202 CopyingInputStream* copying_stream, int block_size) in CopyingInputStreamAdaptor() 304 CopyingOutputStream* copying_stream, int block_size) in CopyingOutputStreamAdaptor()
|
D | zero_copy_stream_impl.cc | 85 FileInputStream::FileInputStream(int file_descriptor, int block_size) in FileInputStream() 167 FileOutputStream::FileOutputStream(int file_descriptor, int block_size) in FileOutputStream() 254 IstreamInputStream::IstreamInputStream(std::istream* input, int block_size) in IstreamInputStream() 285 OstreamOutputStream::OstreamOutputStream(std::ostream* output, int block_size) in OstreamOutputStream()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | scatter_nd.cu | 22 __global__ void ScatterNdKernel(S *indices, T *update, T *output, const size_t block_size, const si… in ScatterNdKernel() 50 void ScatterNd(S *indices, T *update, T *output, const size_t &block_size, const size_t &input_size, in ScatterNd()
|
D | tensor_scatter_min.cu | 22 …__ void TensorScatterMinKernel(T *input, S *indices, T *update, T *output, const size_t block_size, in TensorScatterMinKernel() 50 void TensorScatterMin(T *input, S *indices, T *update, T *output, const size_t &block_size, const s… in TensorScatterMin()
|
D | tensor_scatter_add.cu | 22 …__ void TensorScatterAddKernel(T *input, S *indices, T *update, T *output, const size_t block_size, in TensorScatterAddKernel() 50 void TensorScatterAdd(T *input, S *indices, T *update, T *output, const size_t &block_size, const s… in TensorScatterAdd()
|
D | tensor_scatter_update.cu | 22 …void TensorScatterUpdateKernel(T *input, S *indices, T *update, T *output, const size_t block_size, in TensorScatterUpdateKernel() 50 void TensorScatterUpdate(T *input, S *indices, T *update, T *output, const size_t &block_size, cons… in TensorScatterUpdate()
|
D | tensor_scatter_sub.cu | 22 …__ void TensorScatterSubKernel(T *input, S *indices, T *update, T *output, const size_t block_size, in TensorScatterSubKernel() 50 void TensorScatterSub(T *input, S *indices, T *update, T *output, const size_t &block_size, const s… in TensorScatterSub()
|
D | tensor_scatter_max.cu | 22 …__ void TensorScatterMaxKernel(T *input, S *indices, T *update, T *output, const size_t block_size, in TensorScatterMaxKernel() 50 void TensorScatterMax(T *input, S *indices, T *update, T *output, const size_t &block_size, const s… in TensorScatterMax()
|
/third_party/mbedtls/library/ |
D | cmac.c | 124 size_t olen, block_size; in cmac_generate_subkeys() local 153 const size_t block_size ) in cmac_xor_block() 231 size_t n, j, olen, block_size; in mbedtls_cipher_cmac_update() local 302 size_t olen, block_size; in mbedtls_cipher_cmac_finish() local 750 int block_size, in cmac_test_subkeys() 845 int block_size, in cmac_test_wth_cipher()
|
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_depthtospace_op.py | 27 def __init__(self, nptype, block_size=2, input_shape=(1, 12, 1, 1)): argument 43 def DepthToSpace(nptype, block_size=2, input_shape=(1, 12, 1, 1)): argument
|
/third_party/ffmpeg/libavfilter/dnn/ |
D | dnn_backend_native_layer_depth2space.h | 34 int block_size; member
|