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

Function initialize_embedded_graph

tf_euler/python/euler_ops/base.py:63–67  ·  view source on GitHub ↗
(data_dir, sampler_type='all', data_type='all')

Source from the content-addressed store, hash-verified

61
62
63def initialize_embedded_graph(data_dir, sampler_type='all', data_type='all'):
64 return initialize_graph({'mode': 'local',
65 'data_path': data_dir,
66 'data_type': data_type,
67 'sampler_type': sampler_type})
68
69
70def initialize_shared_graph(data_dir, zk_addr, zk_path, shard_num):

Callers

nothing calls this directly

Calls 1

initialize_graphFunction · 0.85

Tested by

no test coverage detected