• Home
Name
Date
Size
#Lines
LOC

..--

eager/03-May-2024-3,9142,889

rpc/03-May-2024-11,4658,053

BUILDD03-May-202421.2 KiB806750

README.mdD03-May-2024355 96

base_rendezvous_mgr.ccD03-May-202415.8 KiB467374

base_rendezvous_mgr.hD03-May-20248.9 KiB247104

call_options.ccD03-May-20241.5 KiB5527

call_options.hD03-May-20242.7 KiB8025

call_options_test.ccD03-May-20241.2 KiB4020

cancellable_call.hD03-May-20242.4 KiB6641

cluster_function_library_runtime.ccD03-May-202413.1 KiB360288

cluster_function_library_runtime.hD03-May-20243.6 KiB9157

cluster_function_library_runtime_test.ccD03-May-202410.5 KiB407371

collective_param_resolver_distributed.ccD03-May-202415.3 KiB400351

collective_param_resolver_distributed.hD03-May-20244 KiB9148

collective_param_resolver_distributed_test.ccD03-May-202412.5 KiB356307

collective_rma_distributed.ccD03-May-20247.5 KiB189143

collective_rma_distributed.hD03-May-20242.2 KiB5430

collective_rma_distributed_test.ccD03-May-202415.4 KiB422361

device_resolver_distributed.ccD03-May-20244.5 KiB138108

device_resolver_distributed.hD03-May-20242.8 KiB7139

device_resolver_distributed_test.ccD03-May-202411.7 KiB312252

graph_mgr.ccD03-May-202421.2 KiB569457

graph_mgr.hD03-May-20247.5 KiB19698

local_master.ccD03-May-20248 KiB243201

local_master.hD03-May-20244.5 KiB11250

master.ccD03-May-202425.7 KiB736599

master.hD03-May-20244.1 KiB11859

master_env.hD03-May-20243.4 KiB10349

master_interface.hD03-May-20245 KiB11868

master_session.ccD03-May-202477.3 KiB2,1511,718

master_session.hD03-May-20249.7 KiB262140

master_test.ccD03-May-202414.1 KiB426337

message_wrappers.ccD03-May-202428.5 KiB963740

message_wrappers.hD03-May-202429.8 KiB743429

message_wrappers_test.ccD03-May-202413 KiB345276

partial_run_mgr.ccD03-May-20243.1 KiB9262

partial_run_mgr.hD03-May-20243.6 KiB8828

partial_run_mgr_test.ccD03-May-20245.4 KiB15297

recent_request_ids.ccD03-May-20242.4 KiB6936

recent_request_ids.hD03-May-20244.1 KiB9742

recent_request_ids_test.ccD03-May-20243.8 KiB11063

remote_device.ccD03-May-20245.1 KiB136106

remote_device.hD03-May-20242.5 KiB6625

remote_device_test.ccD03-May-20243.5 KiB9467

rendezvous_mgr_interface.hD03-May-20243.9 KiB10430

request_id.ccD03-May-2024970 3111

request_id.hD03-May-20241.2 KiB328

request_id_test.ccD03-May-20241,011 309

rpc_collective_executor_mgr.ccD03-May-20246.1 KiB170140

rpc_collective_executor_mgr.hD03-May-20243.2 KiB8647

rpc_collective_executor_mgr_test.ccD03-May-20246.4 KiB172140

rpcbench_test.ccD03-May-20248.1 KiB252190

scheduler.ccD03-May-202410.5 KiB319240

scheduler.hD03-May-20243.5 KiB11964

server_lib.ccD03-May-20242.7 KiB8049

server_lib.hD03-May-20243.6 KiB9932

server_lib_test.ccD03-May-20242 KiB5735

session_mgr.ccD03-May-202411.7 KiB322268

session_mgr.hD03-May-20244.1 KiB11352

session_mgr_test.ccD03-May-20247.3 KiB186142

tensor_coding.ccD03-May-20249.7 KiB302243

tensor_coding.hD03-May-20243.9 KiB11245

tensor_coding_test.ccD03-May-20246.5 KiB211172

test_utils.hD03-May-20247 KiB198148

worker.ccD03-May-202416.7 KiB464383

worker.hD03-May-20245.5 KiB14385

worker_cache.hD03-May-20243.6 KiB8935

worker_cache_logger.ccD03-May-20244.8 KiB134100

worker_cache_logger.hD03-May-20243.3 KiB9042

worker_cache_partial.ccD03-May-20243.2 KiB9469

worker_cache_partial.hD03-May-20242.1 KiB5826

worker_cache_wrapper.hD03-May-20243.8 KiB9644

worker_env.hD03-May-20242.3 KiB7225

worker_interface.hD03-May-20249 KiB234160

worker_session.ccD03-May-20246.9 KiB186132

worker_session.hD03-May-20244.3 KiB11056

README.md

1# Distributed TensorFlow
2
3This directory contains the initial open-source implementation of the
4distributed TensorFlow runtime, using [gRPC](http://grpc.io) for inter-process
5communication.
6
7To learn how to use the distributed runtime to create a TensorFlow cluster,
8see the [Distributed TensorFlow](https://www.tensorflow.org/deploy/distributed) How-To.
9