HomeSort by relevance Sort by last modified time
    Searched defs:nelem (Results 1 - 14 of 14) sorted by null

  /external/libutf/
utfdef.h 13 #define nelem(x) (sizeof(x)/sizeof((x)[0])) macro
  /external/tensorflow/tensorflow/core/kernels/
tile_functor_cpu.cc 30 const int64 nelem = out->NumElements(); local
36 for (int64 o_idx = 0; o_idx < nelem; ++o_idx) {
inplace_ops_functor_gpu.cu.cc 45 const int64 nelem = value.NumElements(); local
46 CudaLaunchConfig cfg = GetCudaLaunchConfig(nelem, d);
108 const int64 nelem = v.NumElements(); local
109 CudaLaunchConfig cfg = GetCudaLaunchConfig(nelem, d);
143 const int64 nelem = v.NumElements(); local
144 CudaLaunchConfig cfg = GetCudaLaunchConfig(nelem, d);
transpose_functor_gpu.cu.cc 60 const int64 nelem = in.NumElements(); local
61 CHECK_LT(nelem, kint32max) << "Tensor too large to transpose on GPU";
82 CudaLaunchConfig cfg = GetCudaLaunchConfig(nelem, d);
  /external/google-benchmark/src/
sysinfo.cc 666 const int nelem = getloadavg(res.data(), kMaxSamples); local
667 if (nelem < 1) {
670 res.resize(nelem);
  /external/libcxx/utils/google-benchmark/src/
sysinfo.cc 617 const int nelem = getloadavg(res.data(), kMaxSamples); local
618 if (nelem < 1) {
621 res.resize(nelem);
  /external/python/cpython2/Modules/
bsddbmodule.c 54 int bsize, int ffactor, int nelem, int cachesize,
65 info.nelem = nelem;
687 int nelem = 0; local
694 &bsize, &ffactor, &nelem, &cachesize,
726 bsize, ffactor, nelem, cachesize, hash, lorder);
_bsddb.c 3037 int err, nelem; local
3054 u_int32_t nelem; local
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeRotatingCameraDevice.cpp 141 int nelem = sizeof(indices)/sizeof(indices[0]); local
143 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, indices);
  /external/grpc-grpc/src/core/ext/transport/inproc/
inproc_transport.cc 213 grpc_linked_mdelem* nelem = static_cast<grpc_linked_mdelem*>( local
214 gpr_arena_alloc(s->arena, sizeof(*nelem)));
215 nelem->md =
219 error = grpc_metadata_batch_link_tail(out_md, nelem);
    [all...]
  /external/one-true-awk/
awk.h 90 int nelem; /* elements in table right now */ member in struct:Array
  /bionic/libc/dns/net/
getaddrinfo.c 1848 int nelem = 0, i; local
    [all...]
  /external/u-boot/drivers/ddr/altera/
sequencer.c 3582 unsigned int nelem = 0; local
    [all...]
  /external/python/cpython3/Modules/
_testcapimodule.c 3426 size_t size, size2, nelem, elsize; local
    [all...]

Completed in 563 milliseconds