Home
last modified time | relevance | path

Searched refs:max_nodes (Results 1 – 25 of 29) sorted by relevance

12

/external/pytorch/test/distributed/elastic/rendezvous/
Dstatic_rendezvous_test.py25 max_nodes=1,
36 max_nodes=1,
47 max_nodes=1,
58 max_nodes=1,
69 max_nodes=1,
88 max_nodes=1,
Dapi_test.py35 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,
Detcd_rendezvous_test.py45 max_nodes=1,
57 max_nodes=1,
75 max_nodes=1,
Ddynamic_rendezvous_test.py236 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 …]
Dc10d_rendezvous_backend_test.py80 max_nodes=1,
94 max_nodes=1,
Detcd_rendezvous_backend_test.py76 max_nodes=1,
/external/pytorch/test/distributed/launcher/
Dapi_test.py58 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
Dtest_run.py286 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/
Dftcmru.c170 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()
Dftcmru.h123 FT_UInt max_nodes; member
135 FT_UInt max_nodes,
/external/pytorch/torch/distributed/
Drun.py664 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/
Dapi.py255 max_nodes: int,
266 if max_nodes < min_nodes:
276 self.max_nodes = max_nodes
Ddynamic_rendezvous.py217 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,
Dstatic_tcp_rendezvous.py118 world_size = params.max_nodes
Detcd_rendezvous.py1068 num_max_workers=params.max_nodes,
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_ra.c139 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/
Dapi.py74 max_nodes: int
211 "max_nodes": config.max_nodes,
229 max_nodes=config.max_nodes,
/external/icing/icing/legacy/index/
Dicing-dynamic-trie.h156 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
Dicing-dynamic-trie.cc250 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/
Dlocal_elastic_agent_test.py291 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):
Dapi_test.py182 max_nodes=1,
/external/icing/icing/store/
Ddynamic-trie-key-mapper.h211 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/
Dhlo_graph_dumper.h93 const HloInstruction& from, const HloInstruction& to, int64_t max_nodes,
Dhlo_graph_dumper.cc1582 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/
Dicing-dynamic-trie-header.proto27 optional uint32 max_nodes = 3; field

12