tree: 903fd5e510cca2b8b8f2ece6d00aa6aac06ae5af [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. sharding_op_util.cc
  91. sharding_op_util.h
  92. side_effect_util.cc
  93. side_effect_util.h
  94. status.h
  95. status_macros.cc
  96. status_macros.h
  97. status_macros_test.cc
  98. statusor.h
  99. test.h
  100. test_helpers.h
  101. text_literal_reader.cc
  102. text_literal_reader.h
  103. text_literal_reader_test.cc
  104. text_literal_writer.cc
  105. text_literal_writer.h
  106. text_literal_writer_test.cc
  107. types.h
  108. union_find.h
  109. util.cc
  110. util.h
  111. util_test.cc
  112. window_util.cc
  113. window_util.h
  114. window_util_test.cc
  115. xla.bzl
  116. xla.proto
  117. 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.