/external/pytorch/test/distributed/elastic/rendezvous/ |
D | static_rendezvous_test.py | 25 max_nodes=1, 36 max_nodes=1, 47 max_nodes=1, 58 max_nodes=1, 69 max_nodes=1, 88 max_nodes=1,
|
D | api_test.py | 35 max_nodes=self._max_nodes, 48 self.assertEqual(params.max_nodes, self._max_nodes) 58 self.assertEqual(params.max_nodes, self._max_nodes) 66 self.assertEqual(params.max_nodes, self._max_nodes) 92 for max_nodes in [2, 1, -2]: 93 with self.subTest(max_nodes=max_nodes): 94 self._max_nodes = max_nodes 225 max_nodes=1,
|
D | etcd_rendezvous_test.py | 45 max_nodes=1, 57 max_nodes=1, 75 max_nodes=1,
|
D | dynamic_rendezvous_test.py | 236 max_nodes=1, 573 max_nodes=self._max_nodes, 896 max_nodes=self._max_nodes, 1188 max_nodes=self._max_nodes, 1496 max_nodes=self._max_nodes, 1507 self.assertEqual(handler.settings.max_nodes, self._max_nodes) 1560 max_nodes=6, 1576 self.assertEqual(handler.settings.max_nodes, self._params.max_nodes) 1606 max_nodes=1, 1687 handler1 = self._create_handler(min_nodes=2, max_nodes=2) [all …]
|
D | c10d_rendezvous_backend_test.py | 80 max_nodes=1, 94 max_nodes=1,
|
D | etcd_rendezvous_backend_test.py | 76 max_nodes=1,
|
/external/pytorch/test/distributed/launcher/ |
D | api_test.py | 58 max_nodes: int, 69 max_nodes=max_nodes, 85 max_nodes: int, 92 rdzv_endpoint, min_nodes, max_nodes, nproc_per_node, run_id 306 max_nodes = 2 320 max_nodes, 332 max_nodes, 382 self._etcd_endpoint, min_nodes=1, max_nodes=1, nproc_per_node=1 401 self._etcd_endpoint, min_nodes=1, max_nodes=1, nproc_per_node=1
|
D | test_run.py | 286 max_nodes = 2 322 max_nodes = 2 356 max_nodes = 2 431 max_nodes = 2 465 min_nodes, max_nodes = launch.parse_min_max_nnodes("1") 466 self.assertEqual(min_nodes, max_nodes) 468 min_nodes, max_nodes = launch.parse_min_max_nnodes("2:20") 470 self.assertEqual(20, max_nodes)
|
/external/freetype/src/cache/ |
D | ftcmru.c | 170 FT_UInt max_nodes, in FTC_MruList_Init() argument 175 list->max_nodes = max_nodes; in FTC_MruList_Init() 244 if ( list->num_nodes >= list->max_nodes && list->max_nodes > 0 ) in FTC_MruList_New()
|
D | ftcmru.h | 123 FT_UInt max_nodes; member 135 FT_UInt max_nodes,
|
/external/pytorch/torch/distributed/ |
D | run.py | 664 min_nodes = max_nodes = int(arr[0]) 667 max_nodes = int(arr[1]) 671 return min_nodes, max_nodes 776 min_nodes, max_nodes = parse_min_max_nnodes(args.nnodes) 777 assert 0 < min_nodes <= max_nodes 834 max_nodes=max_nodes,
|
/external/pytorch/torch/distributed/elastic/rendezvous/ |
D | api.py | 255 max_nodes: int, 266 if max_nodes < min_nodes: 276 self.max_nodes = max_nodes
|
D | dynamic_rendezvous.py | 217 max_nodes: int 745 if len(state.participants) == self._settings.max_nodes: 882 if len(state.participants) == ctx.settings.max_nodes: 923 if len(state.participants) < ctx.settings.max_nodes: 926 elif len(state.participants) >= ctx.settings.max_nodes: 938 and len(state.participants) <= ctx.settings.max_nodes 1012 max_nodes: int, 1040 max_nodes, 1066 if settings.max_nodes < settings.min_nodes: 1419 params.max_nodes,
|
D | static_tcp_rendezvous.py | 118 world_size = params.max_nodes
|
D | etcd_rendezvous.py | 1068 num_max_workers=params.max_nodes,
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_ra.c | 139 unsigned max_nodes = impl->ssa_alloc; in etna_ra_assign() local 140 unsigned *live_map = ralloc_array(NULL, unsigned, max_nodes); in etna_ra_assign() 141 memset(live_map, 0xff, sizeof(unsigned) * max_nodes); in etna_ra_assign() 142 struct live_def *defs = rzalloc_array(NULL, struct live_def, max_nodes); in etna_ra_assign()
|
/external/pytorch/torch/distributed/launcher/ |
D | api.py | 74 max_nodes: int 211 "max_nodes": config.max_nodes, 229 max_nodes=config.max_nodes,
|
/external/icing/icing/legacy/index/ |
D | icing-dynamic-trie.h | 156 uint32_t max_nodes; member 211 : max_nodes(1U << 20), in Options() 217 : max_nodes(max_nodes_in), in Options() 222 uint32_t max_nodes; member
|
D | icing-dynamic-trie.cc | 250 return max_nodes <= kMaxNodes && max_nodes > 0 && max_nexts <= kMaxNexts && in is_valid() 545 hdr_.hdr.max_nodes(), in Init() 940 hdr.set_max_nodes(options.max_nodes); in Init() 993 if (hdr.num_nodes() > hdr.max_nodes() || hdr.num_nexts() > hdr.max_nexts() || in Verify() 1017 return hdr_.hdr.max_nodes() - hdr_.hdr.num_nodes(); in nodes_left() 1445 stats->max_nodes = storage_->hdr().max_nodes(); in CollectStats() 1477 num_keys, num_nodes, max_nodes, in DumpStats() 1478 100. * math_util::SafeDivide(num_nodes, max_nodes), num_nexts, max_nexts, in DumpStats() 1520 max_nodes * sizeof(Node) + max_nexts * sizeof(Next) + max_suffixes_size); in DumpStats() 2472 storage_->hdr().max_nodes(), in min_free_fraction()
|
/external/pytorch/test/distributed/elastic/agent/server/test/ |
D | local_elastic_agent_test.py | 291 max_nodes=1, argument 303 max_nodes=max_nodes, 347 max_nodes=1, argument 368 max_nodes=max_nodes, 1209 max_nodes = 2 1217 "max_nodes": max_nodes, 1222 for _ in range(max_nodes): 1231 for i in range(max_nodes): 1235 for i in range(max_nodes):
|
D | api_test.py | 182 max_nodes=1,
|
/external/icing/icing/store/ |
D | dynamic-trie-key-mapper.h | 211 options.max_nodes = maximum_size_bytes / (3 * sizeof(IcingDynamicTrie::Node)); in Initialize() 212 options.max_nexts = options.max_nodes; in Initialize() 214 sizeof(IcingDynamicTrie::Node) * options.max_nodes; in Initialize()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_graph_dumper.h | 93 const HloInstruction& from, const HloInstruction& to, int64_t max_nodes,
|
D | hlo_graph_dumper.cc | 1582 const HloInstruction* to, int64_t max_nodes, in MakeNodeFromToFilter() argument 1596 while (!queue.empty() && to_display.size() < max_nodes) { in MakeNodeFromToFilter() 1606 for (; it != path.end() && to_display.size() < max_nodes; ++it) { in MakeNodeFromToFilter()
|
/external/icing/proto/icing/legacy/index/proto/ |
D | icing-dynamic-trie-header.proto | 27 optional uint32 max_nodes = 3; field
|