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