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