tree: afc4a3457a08f780d0a7114c37f785526ab9d534 [path history] [tgz]
  1. coordination/
  2. eager/
  3. integration_test/
  4. preemption/
  5. rpc/
  6. base_rendezvous_mgr.cc
  7. base_rendezvous_mgr.h
  8. BUILD
  9. call_options.h
  10. call_options_test.cc
  11. cancellable_call.cc
  12. cancellable_call.h
  13. cluster_function_library_runtime.cc
  14. cluster_function_library_runtime.h
  15. cluster_function_library_runtime_test.cc
  16. collective_param_resolver_distributed.cc
  17. collective_param_resolver_distributed.h
  18. collective_param_resolver_distributed_test.cc
  19. collective_rma_distributed.cc
  20. collective_rma_distributed.h
  21. collective_rma_distributed_test.cc
  22. device_resolver_distributed.cc
  23. device_resolver_distributed.h
  24. device_resolver_distributed_test.cc
  25. error_payloads.h
  26. graph_mgr.cc
  27. graph_mgr.h
  28. local_master.cc
  29. local_master.h
  30. master.cc
  31. master.h
  32. master_env.h
  33. master_interface.h
  34. master_session.cc
  35. master_session.h
  36. master_test.cc
  37. message_wrappers.cc
  38. message_wrappers.h
  39. message_wrappers_test.cc
  40. partial_run_mgr.cc
  41. partial_run_mgr.h
  42. partial_run_mgr_test.cc
  43. README.md
  44. recent_request_ids.cc
  45. recent_request_ids.h
  46. recent_request_ids_test.cc
  47. remote_device.cc
  48. remote_device.h
  49. remote_device_test.cc
  50. rendezvous_mgr_interface.h
  51. request_id.cc
  52. request_id.h
  53. request_id_test.cc
  54. rpc_collective_executor_mgr.cc
  55. rpc_collective_executor_mgr.h
  56. rpc_collective_executor_mgr_test.cc
  57. rpcbench_test.cc
  58. scheduler.cc
  59. scheduler.h
  60. server_lib.cc
  61. server_lib.h
  62. server_lib_test.cc
  63. session_mgr.cc
  64. session_mgr.h
  65. session_mgr_test.cc
  66. tensor_coding.cc
  67. tensor_coding.h
  68. tensor_coding_test.cc
  69. test_utils.h
  70. worker.cc
  71. worker.h
  72. worker_cache.h
  73. worker_cache_logger.cc
  74. worker_cache_logger.h
  75. worker_cache_partial.cc
  76. worker_cache_partial.h
  77. worker_cache_wrapper.h
  78. worker_env.h
  79. worker_interface.h
  80. worker_session.cc
  81. worker_session.h
tensorflow/core/distributed_runtime/README.md

Distributed TensorFlow

This directory contains the initial open-source implementation of the distributed TensorFlow runtime, using gRPC for inter-process communication.

To learn how to use the distributed runtime to create a TensorFlow cluster, see the Distributed TensorFlow How-To.