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