Searched refs:next_id (Results 1 - 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/lite/
H A Dnnapi_delegate.cc76 uint32_t next_id = 0; local
130 ++next_id;
132 return next_id;
138 ANeuralNetworksModel* nn_model, uint32_t next_id) {
151 &next_id](int value) {
154 CHECK_NN(ANeuralNetworksModel_setOperandValue(nn_model, next_id, &value,
156 augmented_inputs.push_back(next_id++);
160 &next_id](float value) {
163 CHECK_NN(ANeuralNetworksModel_setOperandValue(nn_model, next_id, &value,
165 augmented_inputs.push_back(next_id
137 AddOpsAndParams(tflite::Interpreter* interpreter, ANeuralNetworksModel* nn_model, uint32_t next_id) argument
375 uint32_t next_id = addTensorOperands(interpreter, nn_model_); local
[all...]
/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_progs.c293 __u32 i, next_id, info_len, nr_id_found, duration = 0; local
417 next_id = 0;
418 while (!bpf_prog_get_next_id(next_id, &next_id)) {
425 prog_fd = bpf_prog_get_fd_by_id(next_id);
429 if (CHECK(prog_fd < 0, "get-prog-fd(next_id)",
430 "prog_fd %d next_id %d errno %d\n",
431 prog_fd, next_id, errno))
435 if (prog_infos[i].id == next_id)
465 "get-prog-info(next_id
[all...]
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
H A Ddecision-tree-resource.cc47 const int32 next_id = local
49 current_id = tree.nodes(next_id).node_id().value();
/external/strace/
H A Dbpf.c312 uint32_t start_id, next_id; member in struct:__anon21952
319 PRINT_FIELD_U(", ", attr, next_id);
331 uint32_t prog_id, next_id; member in struct:__anon21953
338 PRINT_FIELD_U(", ", attr, next_id);
348 uint32_t map_id, next_id; member in struct:__anon21954
355 PRINT_FIELD_U(", ", attr, next_id);
/external/mesa3d/src/gallium/drivers/r600/
H A Dcompute_memory_pool.h61 int64_t next_id; /**< For generating unique IDs for memory chunks */ member in struct:compute_memory_pool
/external/tensorflow/tensorflow/core/kernels/
H A Dlookup_util.cc39 int64 next_id = 0; local
41 next_id++;
47 *num_lines = next_id;
/external/mesa3d/src/glx/tests/
H A Dcreate_context_unittest.cpp36 static uint32_t next_id; variable
72 return next_id++;
139 next_id = 99;
/external/brotli/c/enc/
H A Dblock_splitter_inc.h158 uint16_t next_id = 0; local
166 new_id[block_ids[i]] = next_id++;
173 assert(next_id <= num_histograms);
174 return next_id;
/external/skia/src/core/
H A DSkVertices.cpp17 static int32_t next_id() { function
94 fVertices->fUniqueID = next_id();
/external/skqp/src/core/
H A DSkVertices.cpp17 static int32_t next_id() { function
94 fVertices->fUniqueID = next_id();
/external/valgrind/coregrind/
H A Dm_stacks.c103 static UWord next_id; /* Next id we hand out to a newly registered stack */ variable
204 i->id = next_id++;
/external/python/cpython2/Lib/
H A Ddifflib.py1901 next_id = ['']*len(flaglist)
1914 next_id[i] = ' id="difflib_chg_%s_%d"' % (toprefix,num_chg)
1925 next_id = ['']
1939 return fromlist,tolist,flaglist,next_href,next_id
1983 fromlist,tolist,flaglist,next_href,next_id = self._convert_flags(
1996 s.append( fmt % (next_id[i],next_href[i],fromlist[i],
/external/autotest/contrib/
H A Dloadtest.py277 self.next_id = 0
313 entry_id = self.next_id
314 self.next_id += 1
/external/python/cpython3/Lib/
H A Ddifflib.py1937 next_id = ['']*len(flaglist)
1950 next_id[i] = ' id="difflib_chg_%s_%d"' % (toprefix,num_chg)
1961 next_id = ['']
1975 return fromlist,tolist,flaglist,next_href,next_id
2019 fromlist,tolist,flaglist,next_href,next_id = self._convert_flags(
2032 s.append( fmt % (next_id[i],next_href[i],fromlist[i],
/external/autotest/site_utils/lxc/container_pool/
H A Dpool_unittest.py506 next_id = self.create_count
515 while next_id in self.hanging_ids or -1 in self.hanging_ids:
/external/skia/src/shaders/
H A DSkPictureShader.cpp111 uint32_t next_id() { function in namespace:__anon20891
130 , fUniqueID(next_id())
/external/skqp/src/shaders/
H A DSkPictureShader.cpp118 uint32_t next_id() { function in namespace:__anon21559
137 , fUniqueID(next_id())
/external/strace/tests/
H A Dbpf.c594 printf("start_id=%u, next_id=0", 0xdeadbeef);
602 .next_id = 0xcafef00d
605 offsetofend(union bpf_attr, next_id);
615 printf("start_id=%u, next_id=%u", 0xbadc0ded, 0xcafef00d);
629 printf("prog_id=%u, next_id=0", 0xdeadbeef);
635 printf("prog_id=%u, next_id=%u", 0xbadc0ded, 0xcafef00d);
644 printf("map_id=%u, next_id=0", 0xdeadbeef);
650 printf("map_id=%u, next_id=%u", 0xbadc0ded, 0xcafef00d);
/external/strace/tests-m32/
H A Dbpf.c594 printf("start_id=%u, next_id=0", 0xdeadbeef);
602 .next_id = 0xcafef00d
605 offsetofend(union bpf_attr, next_id);
615 printf("start_id=%u, next_id=%u", 0xbadc0ded, 0xcafef00d);
629 printf("prog_id=%u, next_id=0", 0xdeadbeef);
635 printf("prog_id=%u, next_id=%u", 0xbadc0ded, 0xcafef00d);
644 printf("map_id=%u, next_id=0", 0xdeadbeef);
650 printf("map_id=%u, next_id=%u", 0xbadc0ded, 0xcafef00d);
/external/strace/tests-mx32/
H A Dbpf.c594 printf("start_id=%u, next_id=0", 0xdeadbeef);
602 .next_id = 0xcafef00d
605 offsetofend(union bpf_attr, next_id);
615 printf("start_id=%u, next_id=%u", 0xbadc0ded, 0xcafef00d);
629 printf("prog_id=%u, next_id=0", 0xdeadbeef);
635 printf("prog_id=%u, next_id=%u", 0xbadc0ded, 0xcafef00d);
644 printf("map_id=%u, next_id=0", 0xdeadbeef);
650 printf("map_id=%u, next_id=%u", 0xbadc0ded, 0xcafef00d);
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_alias_analysis.cc434 HloBuffer::Id next_id = 0; local
440 alias_analysis->buffers_.emplace_back(next_id++, sorted_values);
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.h136 unsigned next_id; member in class:r600_sb::alu_group_tracker
/external/iproute2/include/uapi/linux/
H A Dbpf.h245 __u32 next_id; member in struct:bpf_attr::__anon8514
/external/kernel-headers/original/uapi/linux/
H A Dbpf.h298 __u32 next_id; member in struct:bpf_attr::__anon9347
/external/autotest/scheduler/
H A Dscheduler_models.py1176 next_id = max(ids) + 1
1178 next_id = 0
1179 return '%sgroup%d' % (group_name, next_id)

Completed in 788 milliseconds

12