Searched refs:size_in (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | cwise_op_clip_gpu.cu.cc | 27 __global__ void UnaryClipCustomKernel(const int32 size_in, in UnaryClipCustomKernel() argument 32 GPU_1D_KERNEL_LOOP(i, size_in) { in UnaryClipCustomKernel() 39 __global__ void BinaryRightClipCustomKernel(const int32 size_in, in BinaryRightClipCustomKernel() argument 44 GPU_1D_KERNEL_LOOP(i, size_in) { in BinaryRightClipCustomKernel() 51 __global__ void BinaryLeftClipCustomKernel(const int32 size_in, in BinaryLeftClipCustomKernel() argument 56 GPU_1D_KERNEL_LOOP(i, size_in) { in BinaryLeftClipCustomKernel()
|
D | bucketize_op_gpu.cu.cc | 37 const int32 size_in, const T* __restrict__ in, const int32 size_boundaries, in BucketizeCustomKernel() argument 57 GPU_1D_KERNEL_LOOP(i, size_in) { in BucketizeCustomKernel()
|
/external/arm-trusted-firmware/plat/nvidia/tegra/drivers/bpmp_ipc/ |
D | intf.c | 168 uint32_t size_out, void *p_in, uint32_t size_in) in tegra_bpmp_ipc_send_req_atomic() argument 198 if ((size_in <= IVC_DATA_SZ_BYTES) && (p_in != NULL)) { in tegra_bpmp_ipc_send_req_atomic() 204 (void)memcpy(p_in, p_fdata, (size_t)size_in); in tegra_bpmp_ipc_send_req_atomic()
|
/external/OpenCL-CTS/test_conformance/allocations/ |
D | allocation_utils.cpp | 64 double toMB(cl_ulong size_in) { in toMB() argument 65 return (double)size_in/(1024.0*1024.0); in toMB()
|
D | allocation_utils.h | 24 double toMB(cl_ulong size_in);
|
/external/lz4/examples/ |
D | frameCompress.c | 52 unsigned long long size_in; member 116 result.size_in = count_in; in compress_file_internal() 361 …(size_t)ret.size_in, (size_t)ret.size_out, /* might overflow is size_t is 32 bits and size_{in,ou… in main() 362 (double)ret.size_out / ret.size_in * 100); in main()
|
/external/elfutils/libelf/ |
D | elf_compress.c | 212 __libelf_decompress (void *buf_in, size_t size_in, size_t size_out) in __libelf_decompress() argument 217 if (unlikely (size_out / 1032 > size_in)) in __libelf_decompress() 237 .avail_in = size_in, in __libelf_decompress() 298 size_t size_in = data->d_size - hsize; in __libelf_decompress_elf() local 300 void *buf_out = __libelf_decompress (buf_in, size_in, chdr.ch_size); in __libelf_decompress_elf()
|
D | elf_compress_gnu.c | 179 size_t size_in = data->d_size - hsize; in elf_compress_gnu() local 181 void *buf_out = __libelf_decompress (buf_in, size_in, size); in elf_compress_gnu()
|
D | libelfP.h | 578 extern void * __libelf_decompress (void *buf_in, size_t size_in,
|
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/ |
D | scratch_buf_mgr.cc | 174 int size_in = mli_hlp_count_elem_num(in, in->rank - 1) * in get_arc_scratch_buffer_for_fully_connect_tensors() local 176 in->data = get_arc_scratch_buffer(size_in); in get_arc_scratch_buffer_for_fully_connect_tensors() 177 in->capacity = size_in; in get_arc_scratch_buffer_for_fully_connect_tensors()
|
/external/kernel-headers/original/uapi/linux/ |
D | cxl_mem.h | 80 __s32 size_in; member
|
D | vboxguest.h | 29 __u32 size_in; member
|