Home
last modified time | relevance | path

Searched defs:nelem (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dinplace_ops_functor_gpu.cu.cc46 const int64 nelem = value.NumElements(); in DoParallelConcatUpdate() local
111 const int64 nelem = v.NumElements(); in DoInplaceOp() local
146 const int64 nelem = v.NumElements(); in DoInplaceOp() local
Dtile_functor_cpu.h29 const int64 nelem = out->NumElements(); in TileSimpleImpl() local
Dtranspose_functor_gpu.cu.cc61 const int64 nelem = in.NumElements(); in TransposeSimple() local
/external/libutf/
Dutfdef.h13 #define nelem(x) (sizeof(x)/sizeof((x)[0])) macro
/external/python/cpython3/Objects/
Dobmalloc.c103 _PyMem_RawCalloc(void *ctx, size_t nelem, size_t elsize) in _PyMem_RawCalloc()
576 PyMem_RawCalloc(size_t nelem, size_t elsize) in PyMem_RawCalloc()
609 PyMem_Calloc(size_t nelem, size_t elsize) in PyMem_Calloc()
689 PyObject_Calloc(size_t nelem, size_t elsize) in PyObject_Calloc()
1654 _PyObject_Calloc(void *ctx, size_t nelem, size_t elsize) in _PyObject_Calloc()
2182 _PyMem_DebugRawCalloc(void *ctx, size_t nelem, size_t elsize) in _PyMem_DebugRawCalloc()
2334 _PyMem_DebugCalloc(void *ctx, size_t nelem, size_t elsize) in _PyMem_DebugCalloc()
/external/python/cpython3/Modules/
D_tracemalloc.c581 tracemalloc_alloc(int use_calloc, void *ctx, size_t nelem, size_t elsize) in tracemalloc_alloc()
678 tracemalloc_alloc_gil(int use_calloc, void *ctx, size_t nelem, size_t elsize) in tracemalloc_alloc_gil()
710 tracemalloc_calloc_gil(void *ctx, size_t nelem, size_t elsize) in tracemalloc_calloc_gil()
751 tracemalloc_raw_alloc(int use_calloc, void *ctx, size_t nelem, size_t elsize) in tracemalloc_raw_alloc()
786 tracemalloc_raw_calloc(void *ctx, size_t nelem, size_t elsize) in tracemalloc_raw_calloc()
D_testcapimodule.c3814 static void* hook_calloc(void* ctx, size_t nelem, size_t elsize) in hook_calloc()
3847 size_t size, size2, nelem, elsize; in test_setallocators() local
4025 hook_fcalloc(void *ctx, size_t nelem, size_t elsize) in hook_fcalloc()
/external/python/cpython2/Modules/
Dbsddbmodule.c54 int bsize, int ffactor, int nelem, int cachesize, in newdbhashobject()
687 int nelem = 0; in bsdhashopen() local
D_bsddb.c3037 int err, nelem; in DB_set_h_nelem() local
3054 u_int32_t nelem; in DB_get_h_nelem() local
/external/python/cpython2/Lib/bsddb/
D__init__.py353 def hashopen(file, flag='c', mode=0666, pgsize=None, ffactor=None, nelem=None, argument
/external/google-benchmark/src/
Dsysinfo.cc683 const int nelem = getloadavg(res.data(), kMaxSamples); in GetLoadAvg() local
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc617 const int nelem = getloadavg(res.data(), kMaxSamples); in GetLoadAvg() local
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dsysinfo.cc617 const int nelem = getloadavg(res.data(), kMaxSamples); in GetLoadAvg() local
/external/llvm-project/openmp/runtime/src/
Dkmp_stub.cpp174 void *kmp_calloc(size_t nelem, size_t elsize) { in kmp_calloc()
Dkmp_alloc.cpp1131 void *kmpc_calloc(size_t nelem, size_t elsize) { in kmpc_calloc()
1194 void *___kmp_thread_calloc(kmp_info_t *th, size_t nelem, in ___kmp_thread_calloc()
Dkmp_ftn_entry.h1244 void *FTN_STDCALL FTN_CALLOC(size_t KMP_DEREF nelem, size_t KMP_DEREF elsize) { in FTN_CALLOC()
Dkmp_settings.cpp3126 int nelem = 1; in __kmp_stg_parse_proc_bind() local
3205 int nelem = __kmp_nested_proc_bind.used; in __kmp_stg_print_proc_bind() local
Dkmp.h3298 #define __kmp_thread_calloc(th, nelem, elsize) \ argument
/external/one-true-awk/
Dawk.h105 int nelem; /* elements in table right now */ member
/external/grpc-grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc213 grpc_linked_mdelem* nelem = static_cast<grpc_linked_mdelem*>( in fill_in_metadata() local
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc313 grpc_linked_mdelem* nelem = in fill_in_metadata() local
/external/dlmalloc/
Dmalloc.c5126 static size_t internal_bulk_free(mstate m, void* array[], size_t nelem) { in internal_bulk_free()
5352 size_t dlbulk_free(void* array[], size_t nelem) { in dlbulk_free()
5882 size_t mspace_bulk_free(mspace msp, void* array[], size_t nelem) { in mspace_bulk_free()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c789 int array_index, unsigned nelem) in emit_fragment_input()
/external/libdrm/
Dxf86drm.c3177 int id, type, nelem; in get_sysctl_pci_bus_info() local