OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompileGraph
(Results
1 - 7
of
7
) sorted by null
/external/tensorflow/tensorflow/compiler/aot/
compile.h
31
// CompileResult describes the output of
CompileGraph
, where the object file
41
//
CompileGraph
compiles the graph_def into an object file containing a function
45
Status
CompileGraph
(const GraphDef& graph_def, const tf2xla::Config& config,
compile.cc
85
Status
CompileGraph
(const GraphDef& graph_def, const tf2xla::Config& config,
tfcompile_main.cc
89
TF_RETURN_IF_ERROR(
CompileGraph
(graph_def, config, flags, &compile_result));
/external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler_test.cc
173
TF_ASSERT_OK(compiler.
CompileGraph
(XlaCompiler::CompileOptions(), "add",
204
TF_ASSERT_OK(compiler.
CompileGraph
(XlaCompiler::CompileOptions(), "add",
256
compiler.
CompileGraph
(XlaCompiler::CompileOptions(), "reshape",
298
TF_ASSERT_OK(compiler.
CompileGraph
(compile_options, "constants",
334
TF_ASSERT_OK(compiler.
CompileGraph
(compile_options, "constants",
394
TF_ASSERT_OK(compiler.
CompileGraph
(XlaCompiler::CompileOptions(), "dummy",
430
TF_ASSERT_OK(compiler.
CompileGraph
(XlaCompiler::CompileOptions(), "dummy",
484
TF_ASSERT_OK(compiler.
CompileGraph
(XlaCompiler::CompileOptions(), "add",
550
TF_ASSERT_OK(compiler.
CompileGraph
(XlaCompiler::CompileOptions(), "add",
582
TF_ASSERT_OK(compiler.
CompileGraph
(XlaCompiler::CompileOptions(), "add"
[
all
...]
xla_compiler.h
147
// Options pertaining to an individual call to
CompileGraph
() or
282
Status
CompileGraph
(const CompileOptions& options, string const& name,
tf2xla.cc
274
TF_RETURN_IF_ERROR(compiler.
CompileGraph
(XlaCompiler::CompileOptions(),
xla_compiler.cc
224
CompileGraph
(options, function_id, std::move(graph), args, result));
585
Status XlaCompiler::
CompileGraph
(const XlaCompiler::CompileOptions& options,
593
VLOG(2) << "XlaCompiler::
CompileGraph
: "
Completed in 287 milliseconds