Home
last modified time | relevance | path

Searched defs:nelem (Results 1 – 18 of 18) 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_t 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()
1965 _PyObject_Calloc(void *ctx, size_t nelem, size_t elsize) in _PyObject_Calloc()
2498 _PyMem_DebugRawCalloc(void *ctx, size_t nelem, size_t elsize) in _PyMem_DebugRawCalloc()
2650 _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.c3981 static void* hook_calloc(void* ctx, size_t nelem, size_t elsize) in hook_calloc()
4014 size_t size, size2, nelem, elsize; in test_setallocators() local
4192 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/libcxx/utils/google-benchmark/src/
Dsysinfo.cc617 const int nelem = getloadavg(res.data(), kMaxSamples); in GetLoadAvg() local
/external/google-benchmark/src/
Dsysinfo.cc683 const int nelem = getloadavg(res.data(), kMaxSamples); in GetLoadAvg() local
/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/
Ddlmalloc.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.c3609 int id, type, nelem; in get_sysctl_pci_bus_info() local