(data_dir, sampler_type='all', data_type='all')
| 61 | |
| 62 | |
| 63 | def 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 | |
| 70 | def initialize_shared_graph(data_dir, zk_addr, zk_path, shard_num): |
nothing calls this directly
no test coverage detected