Lines Matching refs:tfcompile
5 load("//tensorflow/compiler/aot:tfcompile.bzl", "tf_library")
38 tfcompile_tool = "//tensorflow/compiler/aot:tfcompile",
45 """Runs tfcompile to compile a TensorFlow graph into executable code with fast
85 tfcompile_flags: Extra flags to pass to tfcompile to control compilation.
86 tfcompile_tool: The tfcompile binary. A non-default can be passed to
87 use a tfcompile built with extra dependencies.
94 enable_tracemes: Tell tfcompile to generate calls to
115 # First run tfcompile to generate the list of out_nodes.
131 # Run tfcompile on the build host, rather than forge, since it's
170 # Rule that runs tfcompile to produce the header and object file.
248 # Run tfcompile on the build host since it's typically faster on the
261 # Rule that runs tfcompile to produce the SessionModule proto, useful for