Home
last modified time | relevance | path

Searched refs:size_in (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcwise_op_clip_gpu.cu.cc27 __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()
Dbucketize_op_gpu.cu.cc37 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/
Dintf.c168 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/
Dallocation_utils.cpp64 double toMB(cl_ulong size_in) { in toMB() argument
65 return (double)size_in/(1024.0*1024.0); in toMB()
Dallocation_utils.h24 double toMB(cl_ulong size_in);
/external/lz4/examples/
DframeCompress.c52 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/
Delf_compress.c212 __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()
Delf_compress_gnu.c179 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()
DlibelfP.h578 extern void * __libelf_decompress (void *buf_in, size_t size_in,
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/
Dscratch_buf_mgr.cc174 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/
Dcxl_mem.h80 __s32 size_in; member
Dvboxguest.h29 __u32 size_in; member