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