tree: 48f88c02b5dd278469856318be776e88320b9d38 [path history] [tgz]
  1. cloud/
  2. default/
  3. hadoop/
  4. profile_utils/
  5. s3/
  6. testdata/
  7. windows/
  8. abi.cc
  9. abi.h
  10. abi_test.cc
  11. base64.cc
  12. base64.h
  13. blocking_counter.h
  14. BUILD
  15. build_config.bzl
  16. build_config_root.bzl
  17. build_test.cc
  18. byte_order.h
  19. casts.h
  20. coding.cc
  21. coding.h
  22. context.h
  23. cord.h
  24. cpu_feature_guard.cc
  25. cpu_feature_guard.h
  26. cpu_info.cc
  27. cpu_info.h
  28. ctstring.h
  29. ctstring_internal.h
  30. ctstring_test.cc
  31. cuda.h
  32. cuda_libdevice_path.h
  33. demangle.h
  34. denormal.cc
  35. denormal.h
  36. dynamic_annotations.h
  37. env.cc
  38. env.h
  39. env_test.cc
  40. env_time.h
  41. error.cc
  42. error.h
  43. errors.h
  44. fake_python_env_test.cc
  45. file_statistics.h
  46. file_system.cc
  47. file_system.h
  48. file_system_helper.cc
  49. file_system_helper.h
  50. file_system_test.cc
  51. fingerprint.h
  52. fingerprint_test.cc
  53. gif.h
  54. hash.cc
  55. hash.h
  56. host_info.h
  57. human_readable_json.h
  58. init_main.h
  59. integral_types_test.cc
  60. jpeg.h
  61. load_library.h
  62. logger.cc
  63. logger.h
  64. logging.h
  65. logging_test.cc
  66. macros.h
  67. mem.h
  68. monitoring.h
  69. mutex.h
  70. mutex_test.cc
  71. net.h
  72. net_test.cc
  73. notification.h
  74. null_file_system.h
  75. numa.h
  76. numa_test.cc
  77. numbers.cc
  78. numbers.h
  79. numbers_test.cc
  80. path.cc
  81. path.h
  82. platform.h
  83. platform_strings.cc
  84. platform_strings.h
  85. platform_strings_computed.h
  86. platform_strings_test.cc
  87. png.h
  88. port_test.cc
  89. prefetch.h
  90. protobuf.cc
  91. protobuf.h
  92. protobuf_compiler.h
  93. protobuf_internal.h
  94. protobuf_util.cc
  95. random.cc
  96. random.h
  97. raw_coding.h
  98. README.md
  99. refcount.h
  100. regexp.h
  101. resource_loader.h
  102. resource_loader_test.cc
  103. rocm.h
  104. rocm_rocdl_path.h
  105. rocm_rocdl_path_test.cc
  106. rules_cc.bzl
  107. scanner.cc
  108. scanner.h
  109. scanner_test.cc
  110. setround.cc
  111. setround.h
  112. setround_test.cc
  113. snappy.h
  114. stacktrace.h
  115. stacktrace_handler.h
  116. stacktrace_handler_test.cc
  117. stacktrace_test.cc
  118. status.cc
  119. status.h
  120. str_util.cc
  121. str_util.h
  122. str_util_test.cc
  123. strcat.cc
  124. strcat.h
  125. strcat_test.cc
  126. stream_executor.h
  127. stream_executor_no_cuda.h
  128. stringpiece.h
  129. stringpiece_test.cc
  130. stringprintf.cc
  131. stringprintf.h
  132. stringprintf_test.cc
  133. strong_hash.h
  134. subprocess.h
  135. subprocess_test.cc
  136. tensor_coding.cc
  137. tensor_coding.h
  138. test.h
  139. test_benchmark.h
  140. test_main.cc
  141. thread_annotations.h
  142. threadpool.cc
  143. threadpool.h
  144. threadpool_interface.h
  145. threadpool_options.h
  146. tracing.cc
  147. tracing.h
  148. tstring.h
  149. tstring_test.cc
  150. types.h
  151. unbounded_work_queue.h
  152. unbounded_work_queue_test.cc
  153. vmodule_benchmark_test.cc
  154. vmodule_test.cc
tensorflow/core/platform/README.md

TensorFlow Base libraries.

This package contains the following libraries: - Platform dependent libraries that require different implementations across different OSs or environments. - STL replacement libraries rest of TensorFlow should depend on.

The libraries in this package are not allowed to have ANY dependencies to any TensorFlow code outside this package.