tree: 9f638b321b1842e350c1ac478f1ee9d7f294daee [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. comparison_util_test.cc
  27. cpu_function_runtime.cc
  28. cpu_function_runtime.h
  29. debug_options_flags.cc
  30. debug_options_flags.h
  31. debug_options_parsers.h
  32. debug_options_parsers_test.cc
  33. device_util.h
  34. error_spec.h
  35. executable_run_options.cc
  36. executable_run_options.h
  37. execution_options_util.cc
  38. execution_options_util.h
  39. index_util.cc
  40. index_util.h
  41. index_util_test.cc
  42. iterator_util.h
  43. iterator_util_test.cc
  44. layout.cc
  45. layout.h
  46. layout_test.cc
  47. layout_util.cc
  48. layout_util.h
  49. layout_util_test.cc
  50. literal.cc
  51. literal.h
  52. literal_comparison.cc
  53. literal_comparison.h
  54. literal_test.cc
  55. literal_util.cc
  56. literal_util.h
  57. map_util.h
  58. metric_table_report.cc
  59. metric_table_report.h
  60. overflow_util.h
  61. packed_literal_reader.cc
  62. packed_literal_reader.h
  63. parse_flags_from_env.cc
  64. parse_flags_from_env.h
  65. parse_flags_from_env_test.cc
  66. permutation_util.cc
  67. permutation_util.h
  68. permutation_util_test.cc
  69. primitive_util.cc
  70. primitive_util.h
  71. primitive_util_test.cc
  72. protobuf_util.cc
  73. protobuf_util.h
  74. README.md
  75. refcounting_hash_map.h
  76. refcounting_hash_map_test.cc
  77. reference_util.cc
  78. reference_util.h
  79. reference_util_test.cc
  80. service_interface.h
  81. shape.cc
  82. shape.h
  83. shape_layout.cc
  84. shape_layout.h
  85. shape_test.cc
  86. shape_tree.cc
  87. shape_tree.h
  88. shape_tree_test.cc
  89. shape_util.cc
  90. shape_util.h
  91. shape_util_test.cc
  92. sharding_op_util.cc
  93. sharding_op_util.h
  94. side_effect_util.cc
  95. side_effect_util.h
  96. status.h
  97. status_macros.cc
  98. status_macros.h
  99. status_macros_test.cc
  100. statusor.h
  101. test.h
  102. test_helpers.h
  103. text_literal_reader.cc
  104. text_literal_reader.h
  105. text_literal_reader_test.cc
  106. text_literal_writer.cc
  107. text_literal_writer.h
  108. text_literal_writer_test.cc
  109. types.h
  110. union_find.h
  111. util.cc
  112. util.h
  113. util_test.cc
  114. window_util.cc
  115. window_util.h
  116. window_util_test.cc
  117. xla.bzl
  118. xla.proto
  119. 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.