tf_1.8_xla_doc
|
Namespace of tfcompile. More...
Namespaces |
Functions | |
Status | CompileGraph (const GraphDef &graph_def, const tf2xla::Config &config, const MainFlags &flags, CompileResult *compile_result) |
Converts the graph into an XLA computation, and compiles the computation. Called by tensorflow::tfcompile::Main . Convert graph definition to object file that include graph's function. More... | |
Status | Main (const MainFlags &flags) |
Namespace of tfcompile.
Status tensorflow::tfcompile::CompileGraph | ( | const GraphDef & | graph_def, |
const tf2xla::Config & | config, | ||
const MainFlags & | flags, | ||
CompileResult * | compile_result | ||
) |
Converts the graph into an XLA computation, and compiles the computation. Called by tensorflow::tfcompile::Main
. Convert graph definition to object file that include graph's function.
ConvertGraphDefToXla
CompileXLA
Status tensorflow::tfcompile::Main | ( | const MainFlags & | flags | ) |
Called by main
tensorflow::tfcompile::CompileGraph