tree: dad710289d72951eb28bd76f0b247363b542f525 [path history] [tgz]
  1. cloud/
  2. default/
  3. profile_utils/
  4. testdata/
  5. windows/
  6. abi.cc
  7. abi.h
  8. abi_test.cc
  9. base64.cc
  10. base64.h
  11. bfloat16.h
  12. blocking_counter.h
  13. BUILD
  14. build_config.bzl
  15. build_config_root.bzl
  16. build_test.cc
  17. byte_order.h
  18. casts.h
  19. coding.cc
  20. coding.h
  21. context.h
  22. cord.h
  23. cpu_feature_guard.cc
  24. cpu_feature_guard.h
  25. cpu_info.cc
  26. cpu_info.h
  27. crash_analysis.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. denormal_test.cc
  37. dynamic_annotations.h
  38. enable_tf2_utils.cc
  39. enable_tf2_utils.h
  40. enable_tf2_utils_test.cc
  41. env.cc
  42. env.h
  43. env_test.cc
  44. env_time.h
  45. errors.cc
  46. errors.h
  47. errors_test.cc
  48. fake_python_env_test.cc
  49. file_statistics.h
  50. file_system.cc
  51. file_system.h
  52. file_system_helper.cc
  53. file_system_helper.h
  54. file_system_test.cc
  55. fingerprint.h
  56. fingerprint_test.cc
  57. gif.h
  58. hash.cc
  59. hash.h
  60. host_info.h
  61. human_readable_json.h
  62. init_main.h
  63. integral_types_test.cc
  64. intrusive_ptr.h
  65. intrusive_ptr_test.cc
  66. jpeg.h
  67. load_library.h
  68. logger.cc
  69. logger.h
  70. logging.h
  71. logging_test.cc
  72. macros.h
  73. mem.h
  74. mutex.h
  75. mutex_test.cc
  76. net.h
  77. net_test.cc
  78. notification.h
  79. null_file_system.h
  80. numa.h
  81. numa_test.cc
  82. numbers.cc
  83. numbers.h
  84. numbers_test.cc
  85. path.cc
  86. path.h
  87. platform.h
  88. platform_strings.cc
  89. platform_strings.h
  90. platform_strings_computed.h
  91. platform_strings_test.cc
  92. png.h
  93. port_test.cc
  94. prefetch.h
  95. protobuf.cc
  96. protobuf.h
  97. protobuf_compiler.h
  98. protobuf_internal.h
  99. protobuf_util.cc
  100. ram_file_system.h
  101. ram_file_system_test.py
  102. random.cc
  103. random.h
  104. raw_coding.h
  105. README.md
  106. refcount.h
  107. refcount_test.cc
  108. regexp.h
  109. resource.h
  110. resource_loader.h
  111. resource_loader_test.cc
  112. retrying_file_system.h
  113. retrying_file_system_test.cc
  114. retrying_utils.cc
  115. retrying_utils.h
  116. retrying_utils_test.cc
  117. rocm.h
  118. rocm_rocdl_path.h
  119. rocm_rocdl_path_test.cc
  120. rules_cc.bzl
  121. scanner.cc
  122. scanner.h
  123. scanner_test.cc
  124. setround.cc
  125. setround.h
  126. setround_test.cc
  127. snappy.h
  128. stack_frame.h
  129. stacktrace.h
  130. stacktrace_handler.h
  131. stacktrace_handler_test.cc
  132. stacktrace_test.cc
  133. status.cc
  134. status.h
  135. status_matchers.cc
  136. status_matchers.h
  137. status_matchers_test.cc
  138. status_test.cc
  139. statusor.cc
  140. statusor.h
  141. statusor_internals.h
  142. statusor_test.cc
  143. str_util.cc
  144. str_util.h
  145. str_util_test.cc
  146. strcat.cc
  147. strcat.h
  148. strcat_test.cc
  149. stream_executor.h
  150. stream_executor_no_cuda.h
  151. stringpiece.h
  152. stringpiece_test.cc
  153. stringprintf.cc
  154. stringprintf.h
  155. stringprintf_test.cc
  156. strong_hash.h
  157. subprocess.h
  158. subprocess_test.cc
  159. tensor_coding.cc
  160. tensor_coding.h
  161. tensor_float_32_utils.cc
  162. tensor_float_32_utils.h
  163. test.h
  164. test_benchmark.h
  165. test_main.cc
  166. thread_annotations.h
  167. threadpool.cc
  168. threadpool.h
  169. threadpool_interface.h
  170. threadpool_options.h
  171. tracing.cc
  172. tracing.h
  173. tstring.h
  174. tstring_test.cc
  175. types.h
  176. unbounded_work_queue.h
  177. unbounded_work_queue_test.cc
  178. vmodule_benchmark_test.cc
  179. 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.