tree: fe056f9387648925e5bceaac9c76f3491c8676b2 [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. bfloat16.h
  14. blocking_counter.h
  15. BUILD
  16. build_config.bzl
  17. build_config_root.bzl
  18. build_test.cc
  19. byte_order.h
  20. casts.h
  21. coding.cc
  22. coding.h
  23. context.h
  24. cord.h
  25. cpu_feature_guard.cc
  26. cpu_feature_guard.h
  27. cpu_info.cc
  28. cpu_info.h
  29. ctstring.h
  30. ctstring_internal.h
  31. ctstring_test.cc
  32. cuda.h
  33. cuda_libdevice_path.h
  34. demangle.h
  35. denormal.cc
  36. denormal.h
  37. dynamic_annotations.h
  38. env.cc
  39. env.h
  40. env_test.cc
  41. env_time.h
  42. error.cc
  43. error.h
  44. errors.h
  45. fake_python_env_test.cc
  46. file_statistics.h
  47. file_system.cc
  48. file_system.h
  49. file_system_helper.cc
  50. file_system_helper.h
  51. file_system_test.cc
  52. fingerprint.h
  53. fingerprint_test.cc
  54. gif.h
  55. hash.cc
  56. hash.h
  57. host_info.h
  58. human_readable_json.h
  59. init_main.h
  60. integral_types_test.cc
  61. jpeg.h
  62. load_library.h
  63. logger.cc
  64. logger.h
  65. logging.h
  66. logging_test.cc
  67. macros.h
  68. mem.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. ram_file_system.h
  96. ram_file_system_test.py
  97. random.cc
  98. random.h
  99. raw_coding.h
  100. README.md
  101. refcount.h
  102. regexp.h
  103. resource.h
  104. resource_loader.h
  105. resource_loader_test.cc
  106. retrying_file_system.h
  107. retrying_file_system_test.cc
  108. retrying_utils.cc
  109. retrying_utils.h
  110. retrying_utils_test.cc
  111. rocm.h
  112. rocm_rocdl_path.h
  113. rocm_rocdl_path_test.cc
  114. rules_cc.bzl
  115. scanner.cc
  116. scanner.h
  117. scanner_test.cc
  118. setround.cc
  119. setround.h
  120. setround_test.cc
  121. snappy.h
  122. stacktrace.h
  123. stacktrace_handler.h
  124. stacktrace_handler_test.cc
  125. stacktrace_test.cc
  126. status.cc
  127. status.h
  128. str_util.cc
  129. str_util.h
  130. str_util_test.cc
  131. strcat.cc
  132. strcat.h
  133. strcat_test.cc
  134. stream_executor.h
  135. stream_executor_no_cuda.h
  136. stringpiece.h
  137. stringpiece_test.cc
  138. stringprintf.cc
  139. stringprintf.h
  140. stringprintf_test.cc
  141. strong_hash.h
  142. subprocess.h
  143. subprocess_test.cc
  144. tensor_coding.cc
  145. tensor_coding.h
  146. tensor_float_32_utils.cc
  147. tensor_float_32_utils.h
  148. test.h
  149. test_benchmark.h
  150. test_main.cc
  151. thread_annotations.h
  152. threadpool.cc
  153. threadpool.h
  154. threadpool_interface.h
  155. threadpool_options.h
  156. tracing.cc
  157. tracing.h
  158. tstring.h
  159. tstring_test.cc
  160. types.h
  161. unbounded_work_queue.h
  162. unbounded_work_queue_test.cc
  163. vmodule_benchmark_test.cc
  164. 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.