tree: 0b9d673f775093aa77f687eeaae8bd8edb8c0309 [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. denormal_test.cc
  38. dynamic_annotations.h
  39. enable_tf2_utils.cc
  40. enable_tf2_utils.h
  41. enable_tf2_utils_test.cc
  42. env.cc
  43. env.h
  44. env_test.cc
  45. env_time.h
  46. error.cc
  47. error.h
  48. errors.h
  49. fake_python_env_test.cc
  50. file_statistics.h
  51. file_system.cc
  52. file_system.h
  53. file_system_helper.cc
  54. file_system_helper.h
  55. file_system_test.cc
  56. fingerprint.h
  57. fingerprint_test.cc
  58. gif.h
  59. hash.cc
  60. hash.h
  61. host_info.h
  62. human_readable_json.h
  63. init_main.h
  64. integral_types_test.cc
  65. jpeg.h
  66. load_library.h
  67. logger.cc
  68. logger.h
  69. logging.h
  70. logging_test.cc
  71. macros.h
  72. mem.h
  73. mutex.h
  74. mutex_test.cc
  75. net.h
  76. net_test.cc
  77. notification.h
  78. null_file_system.h
  79. numa.h
  80. numa_test.cc
  81. numbers.cc
  82. numbers.h
  83. numbers_test.cc
  84. path.cc
  85. path.h
  86. platform.h
  87. platform_strings.cc
  88. platform_strings.h
  89. platform_strings_computed.h
  90. platform_strings_test.cc
  91. png.h
  92. port_test.cc
  93. prefetch.h
  94. protobuf.cc
  95. protobuf.h
  96. protobuf_compiler.h
  97. protobuf_internal.h
  98. protobuf_util.cc
  99. ram_file_system.h
  100. ram_file_system_test.py
  101. random.cc
  102. random.h
  103. raw_coding.h
  104. README.md
  105. refcount.h
  106. regexp.h
  107. resource.h
  108. resource_loader.h
  109. resource_loader_test.cc
  110. retrying_file_system.h
  111. retrying_file_system_test.cc
  112. retrying_utils.cc
  113. retrying_utils.h
  114. retrying_utils_test.cc
  115. rocm.h
  116. rocm_rocdl_path.h
  117. rocm_rocdl_path_test.cc
  118. rules_cc.bzl
  119. scanner.cc
  120. scanner.h
  121. scanner_test.cc
  122. setround.cc
  123. setround.h
  124. setround_test.cc
  125. snappy.h
  126. stack_frame.h
  127. stacktrace.h
  128. stacktrace_handler.h
  129. stacktrace_handler_test.cc
  130. stacktrace_test.cc
  131. status.cc
  132. status.h
  133. statusor.cc
  134. statusor.h
  135. statusor_internals.h
  136. statusor_test.cc
  137. str_util.cc
  138. str_util.h
  139. str_util_test.cc
  140. strcat.cc
  141. strcat.h
  142. strcat_test.cc
  143. stream_executor.h
  144. stream_executor_no_cuda.h
  145. stringpiece.h
  146. stringpiece_test.cc
  147. stringprintf.cc
  148. stringprintf.h
  149. stringprintf_test.cc
  150. strong_hash.h
  151. subprocess.h
  152. subprocess_test.cc
  153. tensor_coding.cc
  154. tensor_coding.h
  155. tensor_float_32_utils.cc
  156. tensor_float_32_utils.h
  157. test.h
  158. test_benchmark.h
  159. test_main.cc
  160. thread_annotations.h
  161. threadpool.cc
  162. threadpool.h
  163. threadpool_interface.h
  164. threadpool_options.h
  165. tracing.cc
  166. tracing.h
  167. tstring.h
  168. tstring_test.cc
  169. types.h
  170. unbounded_work_queue.h
  171. unbounded_work_queue_test.cc
  172. vmodule_benchmark_test.cc
  173. 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.