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