Home | History | Annotate | only in /external/tensorflow/tensorflow/core/distributed_runtime
Up to higher level directory
NameDateSize
base_rendezvous_mgr.cc21-Aug-201813.2K
base_rendezvous_mgr.h21-Aug-20188.6K
BUILD21-Aug-201815.2K
call_options.cc21-Aug-20181.5K
call_options.h21-Aug-20182.7K
call_options_test.cc21-Aug-20181.2K
cluster_function_library_runtime.cc21-Aug-20188.5K
cluster_function_library_runtime.h21-Aug-20183K
cluster_function_library_runtime_test.cc21-Aug-20189K
executor_test.cc21-Aug-201814.4K
graph_mgr.cc21-Aug-201819.1K
graph_mgr.h21-Aug-20187.2K
local_master.cc21-Aug-20186.5K
local_master.h21-Aug-20184K
master.cc21-Aug-201821K
master.h21-Aug-20183.5K
master_env.h21-Aug-20183.1K
master_interface.h21-Aug-20184.3K
master_session.cc21-Aug-201860.6K
master_session.h21-Aug-20188.4K
master_test.cc21-Aug-201814K
message_wrappers.cc21-Aug-201825.9K
message_wrappers.h21-Aug-201828.1K
message_wrappers_test.cc21-Aug-201813K
partial_run_mgr.cc21-Aug-20183.3K
partial_run_mgr.h21-Aug-20183.6K
partial_run_mgr_test.cc21-Aug-20185.4K
README.md21-Aug-2018355
recent_request_ids.cc21-Aug-20182.2K
recent_request_ids.h21-Aug-20183.2K
recent_request_ids_test.cc21-Aug-20183.4K
remote_device.cc21-Aug-20184.5K
remote_device.h21-Aug-20181.7K
remote_device_test.cc21-Aug-20183.5K
rendezvous_mgr_interface.h21-Aug-20183.8K
request_id.cc21-Aug-2018970
request_id.h21-Aug-20181.2K
request_id_test.cc21-Aug-20181,011
rpc/21-Aug-2018
rpcbench_test.cc21-Aug-20188.1K
scheduler.cc21-Aug-201810.5K
scheduler.h21-Aug-20183.5K
server_lib.cc21-Aug-20182.5K
server_lib.h21-Aug-20183.6K
session_mgr.cc21-Aug-20186.3K
session_mgr.h21-Aug-20183.5K
session_mgr_test.cc21-Aug-20184.9K
tensor_coding.cc21-Aug-20189.4K
tensor_coding.h21-Aug-20183.7K
tensor_coding_test.cc21-Aug-20186.5K
worker.cc21-Aug-201812.2K
worker.h21-Aug-20184.6K
worker_cache.h21-Aug-20183.4K
worker_cache_logger.cc21-Aug-20184.6K
worker_cache_logger.h21-Aug-20183.3K
worker_cache_partial.cc21-Aug-20183.2K
worker_cache_partial.h21-Aug-20182.1K
worker_cache_wrapper.h21-Aug-20183.6K
worker_env.h21-Aug-20182.1K
worker_interface.h21-Aug-20187.3K
worker_session.cc21-Aug-20183.4K
worker_session.h21-Aug-20182.4K

README.md

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