tree: 8dbd0d22d97a8da627802b7a71bb128734cbbe4e [path history] [tgz]
  1. backends/
  2. c/
  3. client/
  4. g3doc/
  5. hlo/
  6. mlir/
  7. mlir_hlo/
  8. pjrt/
  9. python/
  10. python_api/
  11. rpc/
  12. runtime/
  13. service/
  14. stream_executor/
  15. tests/
  16. tools/
  17. translate/
  18. .clang-format
  19. array.cc
  20. array.h
  21. array2d.h
  22. array2d_test.cc
  23. array3d.h
  24. array3d_test.cc
  25. array4d.h
  26. array4d_test.cc
  27. array_test.cc
  28. bit_cast.h
  29. bit_cast_test.cc
  30. BUILD
  31. comparison_util.cc
  32. comparison_util.h
  33. comparison_util_test.cc
  34. cpu_function_runtime.cc
  35. cpu_function_runtime.h
  36. debug_options_flags.cc
  37. debug_options_flags.h
  38. debug_options_parsers.h
  39. debug_options_parsers_test.cc
  40. device_util.h
  41. error_spec.h
  42. executable_run_options.cc
  43. executable_run_options.h
  44. execution_options_util.cc
  45. execution_options_util.h
  46. index_util.cc
  47. index_util.h
  48. index_util_test.cc
  49. iterator_util.h
  50. iterator_util_test.cc
  51. layout.cc
  52. layout.h
  53. layout_test.cc
  54. layout_util.cc
  55. layout_util.h
  56. layout_util_test.cc
  57. literal.cc
  58. literal.h
  59. literal_comparison.cc
  60. literal_comparison.h
  61. literal_test.cc
  62. literal_util.cc
  63. literal_util.h
  64. map_util.h
  65. metric_table_report.cc
  66. metric_table_report.h
  67. overflow_util.h
  68. packed_literal_reader.cc
  69. packed_literal_reader.h
  70. parse_flags_from_env.cc
  71. parse_flags_from_env.h
  72. parse_flags_from_env_test.cc
  73. permutation_util.cc
  74. permutation_util.h
  75. permutation_util_test.cc
  76. primitive_util.cc
  77. primitive_util.h
  78. primitive_util_test.cc
  79. protobuf_util.cc
  80. protobuf_util.h
  81. README.md
  82. refcounting_hash_map.h
  83. refcounting_hash_map_test.cc
  84. reference_util.cc
  85. reference_util.h
  86. reference_util_test.cc
  87. service_interface.h
  88. shape.cc
  89. shape.h
  90. shape_layout.cc
  91. shape_layout.h
  92. shape_test.cc
  93. shape_tree.cc
  94. shape_tree.h
  95. shape_tree_test.cc
  96. shape_util.cc
  97. shape_util.h
  98. shape_util_test.cc
  99. sharding_op_util.cc
  100. sharding_op_util.h
  101. side_effect_util.cc
  102. side_effect_util.h
  103. status.h
  104. status_macros.cc
  105. status_macros.h
  106. status_macros_test.cc
  107. statusor.h
  108. test.h
  109. test_helpers.h
  110. text_literal_reader.cc
  111. text_literal_reader.h
  112. text_literal_reader_test.cc
  113. text_literal_writer.cc
  114. text_literal_writer.h
  115. text_literal_writer_test.cc
  116. types.h
  117. union_find.h
  118. util.cc
  119. util.h
  120. util_test.cc
  121. window_util.cc
  122. window_util.h
  123. window_util_test.cc
  124. xla.bzl
  125. xla.proto
  126. xla_data.proto
tensorflow/compiler/xla/README.md

XLA (Accelerated Linear Algebra) is a domain-specific compiler for linear algebra that optimizes TensorFlow computations. See the documentation.