STT-tensorflow/tensorflow/compiler/aot
Jing Pu 304daeb37f Fix the tests that would be otherwise broken by https://reviews.llvm.org/D80258.
Previously, the tests relied on the misbehavior that col zero pointing to the first column that will be fixed by the LLVM patch.

PiperOrigin-RevId: 316574635
Change-Id: I6a66de318081bc5ebee3f888e1f1601fc3de9af3
2020-06-15 17:15:24 -07:00
..
tests Fix the tests that would be otherwise broken by https://reviews.llvm.org/D80258. 2020-06-15 17:15:24 -07:00
aot_only_var_handle_op.cc [TF XLA] Add ability to convert SavedModel subgraphs to compiled [XLA CPU] objects via saved_model_cli. 2020-01-16 14:26:12 -08:00
aot_only_var_handle_op.h [TF XLA] Add ability to convert SavedModel subgraphs to compiled [XLA CPU] objects via saved_model_cli. 2020-01-16 14:26:12 -08:00
benchmark_main.template Initial open-source release of XLA: Accelerated Linear Algebra. 2017-01-09 12:26:35 -08:00
benchmark_test.cc Initial open-source release of XLA: Accelerated Linear Algebra. 2017-01-09 12:26:35 -08:00
benchmark.cc Fix 64-bit integer portability problems in TensorFlow compiler. 2020-01-16 13:16:05 -08:00
benchmark.h Some const declarations changed to constexpr 2020-04-21 10:21:10 -07:00
BUILD Use Bazel target names aligned with upstream library names 2020-06-10 14:51:07 -07:00
codegen_test_h.golden Add named size and count methods for arg, result and var methods to AOT models. 2020-05-07 09:27:54 -07:00
codegen_test_o.golden [XLA:AOT] Add a readonly flag to allow resource variables that are never assigned 2019-03-25 03:45:51 -07:00
codegen_test.cc Fix path, it's talking about this test. 2020-03-24 01:00:08 -07:00
codegen.cc Add named size and count methods for arg, result and var methods to AOT models. 2020-05-07 09:27:54 -07:00
codegen.h Replace ProgramShape proto with a C++ class. 2018-11-21 11:22:17 -08:00
compile.cc Remove experimental xla hlo quantization from open source (I) 2020-04-09 21:09:45 -07:00
compile.h [TF] Fixes and new features to saved_model_cli aot_compile_cpu, adds e2e test. 2020-01-20 15:58:44 -08:00
embedded_protocol_buffers.cc Adapt code to LLVM API updates. 2019-11-14 08:19:36 -08:00
embedded_protocol_buffers.h Automated rollback of commit d6f1077614 2018-09-10 10:29:49 -07:00
flags.cc Fix the quantization flag for the tfcompile 2020-04-06 11:06:40 -07:00
flags.h Fix the quantization flag for the tfcompile 2020-04-06 11:06:40 -07:00
quantize.h Remove experimental xla hlo quantization from open source (I) 2020-04-09 21:09:45 -07:00
test_graph_tfadd.config.pbtxt Branch 168917534 (#13077) 2017-09-15 19:38:25 -07:00
test_graph_tfadd.pbtxt Make the pruning of the graph in ahead-of-time compilation 2017-07-06 18:22:33 -07:00
test_graph_tfunknownop2.config.pbtxt Branch 168917534 (#13077) 2017-09-15 19:38:25 -07:00
test_graph_tfunknownop3.config.pbtxt Branch 168917534 (#13077) 2017-09-15 19:38:25 -07:00
test_graph_tfunknownop.config.pbtxt Branch 168917534 (#13077) 2017-09-15 19:38:25 -07:00
test_graph_tfunknownop.pbtxt Make the pruning of the graph in ahead-of-time compilation 2017-07-06 18:22:33 -07:00
test.cc Replace NumSchedulableCPUs() with MaxParallelism() 2019-06-28 15:10:56 -07:00
tfcompile_main.cc Change XLA's default to disable cpu_fast_math options with the exception of min_max behavior. 2020-05-15 13:11:47 -07:00
tfcompile.bzl [TF saved_model_cli] Allow user to set target_cpu for xla aot compilation. 2020-05-19 09:14:38 -07:00