Searched refs:tfcompile (Results 1 – 25 of 25) sorted by relevance
/external/tensorflow/tensorflow/compiler/aot/ |
D | benchmark_main.template | 4 // generated by tfcompile. All tokens of the form `{{TFCOMPILE_*}}` must be 7 // TFCOMPILE_HEADER : Path to the header file generated by tfcompile. 8 // TFCOMPILE_CPP_CLASS : Name of the C++ class generated by tfcompile. 10 // The tf_library bazel macro in tfcompile.bzl performs the token rewriting, and 30 namespace tfcompile { 46 } // namespace tfcompile 50 return tensorflow::tfcompile::Main(argc, argv);
|
D | tfcompile_main.cc | 46 namespace tfcompile { namespace 126 tensorflow::tfcompile::MainFlags flags; in main() 137 tensorflow::string usage = tensorflow::tfcompile::kUsageHeader; in main() 150 tensorflow::Status status = tensorflow::tfcompile::Main(flags); in main()
|
D | tfcompile.bzl | 7 load("//tensorflow/compiler/aot:tfcompile.bzl", "tf_library") 38 tfcompile_tool = "//tensorflow/compiler/aot:tfcompile", 43 """Runs tfcompile to compile a TensorFlow graph into executable code. 82 tfcompile_flags: Extra flags to pass to tfcompile to control compilation. 83 tfcompile_tool: The tfcompile binary. A non-default can be passed to 84 use a tfcompile built with extra dependencies. 107 # First run tfcompile to generate the list of out_nodes. 123 # Run tfcompile on the build host, rather than forge, since it's 162 # Rule that runs tfcompile to produce the header and object file. 205 # Run tfcompile on the build host since it's typically faster on the [all …]
|
D | BUILD | 7 load("//tensorflow/compiler/aot:tfcompile.bzl", "tf_library") 85 name = "tfcompile", 112 # tfcompile.bzl correctly handles usage from outside of the package that it is 169 # added by the tfcompile bazel macro.
|
D | compile.h | 29 namespace tfcompile {
|
D | benchmark_test.cc | 22 namespace tfcompile { namespace
|
D | flags.h | 25 namespace tfcompile {
|
D | benchmark.h | 34 namespace tfcompile {
|
D | embedded_protocol_buffers.h | 28 namespace tfcompile {
|
D | flags.cc | 19 namespace tfcompile { namespace
|
D | codegen.h | 27 namespace tfcompile {
|
D | test.cc | 51 namespace tfcompile { namespace
|
D | test_graph_tfadd.pbtxt | 40 # by tfcompile.
|
D | benchmark.cc | 34 namespace tfcompile { namespace
|
D | compile.cc | 42 namespace tfcompile { namespace
|
D | embedded_protocol_buffers.cc | 35 namespace tfcompile { namespace
|
D | codegen_test.cc | 34 namespace tfcompile { namespace
|
D | codegen.cc | 37 namespace tfcompile { namespace
|
D | codegen_test_h.golden | 1 // Generated by tfcompile, the TensorFlow graph compiler. DO NOT EDIT!
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | tfcompile.md | 3 ## What is tfcompile? 5 `tfcompile` is a standalone tool that ahead-of-time (AOT) compiles TensorFlow 7 some runtime overheads. A typical use-case of `tfcompile` is to compile an 14 by `tfcompile` does not use the TensorFlow runtime, and only has dependencies on 23 ## What does tfcompile do? 25 `tfcompile` takes a subgraph, identified by the TensorFlow concepts of 36 ## Using tfcompile 39 `tfcompile` from a TensorFlow subgraph. The steps are: 85 code. `tf_library` utilizes `tfcompile` to compile the TensorFlow graph into 89 load("//tensorflow/compiler/aot:tfcompile.bzl", "tf_library") [all …]
|
D | overview.md | 15 [ahead-of-time (AOT) compilation](./tfcompile.md). Developers targeting new 98 [AOT compilation](./tfcompile.md) for x86-64 and ARM.
|
/external/tensorflow/tensorflow/compiler/aot/tests/ |
D | BUILD | 7 load("//tensorflow/compiler/aot:tfcompile.bzl", "tf_library") 10 # We disable some tfcompile tests in the open source build with the 96 # expand the "required by all tf_library targets" list in tfcompile.bzl.
|
D | tfcompile_test.cc | 43 namespace tfcompile { namespace
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | BUILD | 115 # binary produced by tfcompile. 128 # binary produced by tfcompile.
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | BUILD | 23 load("//tensorflow/compiler/aot:tfcompile.bzl", "tf_library") 1203 # An example of ahead-of-time compilation using tfcompile. The
|