HomeSort by relevance Sort by last modified time
    Searched refs:tfcompile (Results 1 - 19 of 19) sorted by null

  /external/tensorflow/tensorflow/compiler/aot/
compile.h 29 namespace tfcompile { namespace in namespace:tensorflow
48 } // namespace tfcompile
embedded_protocol_buffers.h 27 namespace tfcompile { namespace in namespace:tensorflow
70 } // namespace tfcompile
runtime.h 17 // by tfcompile. Usage of these utilities is optional.
25 namespace tfcompile { namespace in namespace:tensorflow
37 // generated by tfcompile. `sizes` is an array of byte sizes for each buffer,
55 } // namespace tfcompile
benchmark.h 18 // tfcompile.bzl.
34 namespace tfcompile { namespace in namespace:tensorflow
37 // Options specifies options for benchmarks of functions generated by tfcompile.
59 // BenchmarkFn is the signature of the function generated by tfcompile.
67 } // namespace tfcompile
benchmark_test.cc 22 namespace tfcompile { namespace in namespace:tensorflow
45 } // namespace tfcompile
flags.h 25 namespace tfcompile { namespace in namespace:tensorflow
27 // Flags for the tfcompile binary. See *.cc file for descriptions.
50 } // namespace tfcompile
flags.cc 19 namespace tfcompile { namespace in namespace:tensorflow
79 } // namespace tfcompile
codegen.h 27 namespace tfcompile { namespace in namespace:tensorflow
91 } // namespace tfcompile
tfcompile_main.cc 45 namespace tfcompile { namespace in namespace:tensorflow
48 "tfcompile performs ahead-of-time compilation of a TensorFlow graph,\n"
53 " $ tfcompile --graph=mygraph.pb --config=myfile.pbtxt "
118 } // end namespace tfcompile
122 tensorflow::tfcompile::MainFlags flags;
133 tensorflow::string usage = tensorflow::tfcompile::kUsageHeader;
142 tensorflow::Status status = tensorflow::tfcompile::Main(flags);
runtime.cc 23 namespace tfcompile { namespace in namespace:tensorflow
105 } // namespace tfcompile
test.cc 19 // tfcompile. All tokens of the form `{{TFCOMPILE_*}}` must be rewritten to
22 // TFCOMPILE_HEADER : Path to the header file generated by tfcompile.
23 // TFCOMPILE_CPP_CLASS : Name of the C++ class generated by tfcompile.
26 // The tf_library bazel macro in tfcompile.bzl performs the token rewriting, and
50 namespace tfcompile { namespace in namespace:tensorflow
93 } // namespace tfcompile
benchmark.cc 34 namespace tfcompile { namespace in namespace:tensorflow
137 } // namespace tfcompile
compile.cc 40 namespace tfcompile { namespace in namespace:tensorflow
116 } // namespace tfcompile
runtime_test.cc 22 namespace tfcompile { namespace in namespace:tensorflow
27 // We've chosen 32 byte alignment for the tfcompile runtime to mimic the
29 // The tfcompile runtime also has a requirement that comes from the xla
123 } // namespace tfcompile
codegen_test.cc 31 namespace tfcompile { namespace in namespace:tensorflow
201 } // namespace tfcompile
embedded_protocol_buffers.cc 36 namespace tfcompile { namespace in namespace:tensorflow
157 } // namespace tfcompile
codegen.cc 35 namespace tfcompile { namespace in namespace:tensorflow
339 R"(// Generated by tfcompile, the TensorFlow graph compiler. DO NOT EDIT!
612 } // namespace tfcompile
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiled_cpu_function.cc 35 alloc_args_ = tensorflow::tfcompile::runtime::MallocContiguousBuffers(
39 alloc_temps_ = tensorflow::tfcompile::runtime::MallocContiguousBuffers(
54 tensorflow::tfcompile::runtime::FreeContiguous(alloc_args_);
55 tensorflow::tfcompile::runtime::FreeContiguous(alloc_temps_);
69 // for AOT try the setting the tfcompile --gen_name_to_index flag.
  /external/tensorflow/tensorflow/compiler/aot/tests/
tfcompile_test.cc 33 namespace tfcompile { namespace in namespace:tensorflow
470 } // namespace tfcompile

Completed in 710 milliseconds