tree: 7ff04964c454b83ca6605b72dc976e3feb5cd73a [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. primitive_util.cc
  66. primitive_util.h
  67. primitive_util_test.cc
  68. protobuf_util.cc
  69. protobuf_util.h
  70. README.md
  71. refcounting_hash_map.h
  72. refcounting_hash_map_test.cc
  73. reference_util.cc
  74. reference_util.h
  75. reference_util_test.cc
  76. service_interface.h
  77. shape.cc
  78. shape.h
  79. shape_layout.cc
  80. shape_layout.h
  81. shape_test.cc
  82. shape_tree.h
  83. shape_tree_test.cc
  84. shape_util.cc
  85. shape_util.h
  86. shape_util_test.cc
  87. status.h
  88. status_macros.cc
  89. status_macros.h
  90. status_macros_test.cc
  91. statusor.h
  92. test.h
  93. test_helpers.h
  94. text_literal_reader.cc
  95. text_literal_reader.h
  96. text_literal_reader_test.cc
  97. text_literal_writer.cc
  98. text_literal_writer.h
  99. text_literal_writer_test.cc
  100. types.h
  101. util.cc
  102. util.h
  103. util_test.cc
  104. window_util.cc
  105. window_util.h
  106. window_util_test.cc
  107. xla.bzl
  108. xla.proto
  109. 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.