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