MCPcopy Create free account
hub / github.com/alibaba/euler / initialize_shared_graph

Function initialize_shared_graph

tf_euler/python/euler_ops/base.py:70–75  ·  view source on GitHub ↗
(data_dir, zk_addr, zk_path, shard_num)

Source from the content-addressed store, hash-verified

68
69
70def initialize_shared_graph(data_dir, zk_addr, zk_path, shard_num):
71 return initialize_graph({'mode': 'remote',
72 'zk_server': zk_addr,
73 'zk_path': zk_path,
74 'shard_num': shard_num,
75 'num_retries': 1})

Callers

nothing calls this directly

Calls 1

initialize_graphFunction · 0.85

Tested by

no test coverage detected