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