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

  /external/tensorflow/tensorflow/compiler/xla/tests/
outfeed_in_nested_computation_test.cc 38 XlaOp num_iter = Infeed(&b, int_shape); local
39 XlaOp init_tuple = Tuple(&b, {num_iter, some_buffer});
  /device/google/contexthub/firmware/os/algos/common/math/
levenberg_marquardt.h 107 uint32_t num_iter; member in struct:LmSolver
  /external/ltp/testcases/kernel/mem/mtest06/
shmat1.c 392 int num_iter; /* number of iteration to perform */ local
420 num_iter = 1000; /* repeate map - write - unmap operation 1000 times */
429 if ((num_iter = atoi(optarg)) == 0)
430 num_iter = 1000;
445 "\tnumber of shmat shm detach: [%d]\n", exec_time, num_iter);
463 chld_args[0] = num_iter;
mmap1.c 34 static int num_iter = 5000; variable
96 for (i = 0; i < num_iter; i++) {
121 for (i = 0; i < num_iter; i++) {
  /external/compiler-rt/lib/asan/
asan_fake_stack.cc 94 const int num_iter = NumberOfFrames(stack_size_log, class_id); local
96 for (int i = 0; i < num_iter; i++) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 814 unsigned num_iter = bld->type.length / 4; local
817 for (j = 0; j < num_iter; j++) {
825 ret_vec = lp_build_concat(gallivm, partres, parttype, num_iter);
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 

Completed in 1883 milliseconds