Searched refs:CompileGraph (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compiler_test.cc | 178 TF_ASSERT_OK(compiler.CompileGraph( in TEST_F() 209 TF_ASSERT_OK(compiler.CompileGraph(XlaCompiler::CompileOptions(), "add", in TEST_F() 261 TF_ASSERT_OK(compiler.CompileGraph(compile_options, "add", std::move(graph), in TEST_F() 322 TF_ASSERT_OK(compiler.CompileGraph(XlaCompiler::CompileOptions(), "add", in TEST_F() 364 TF_ASSERT_OK(compiler.CompileGraph(XlaCompiler::CompileOptions(), "transpose", in TEST_F() 415 TF_ASSERT_OK(compiler.CompileGraph(compile_options, "add", std::move(graph), in TEST_F() 446 Status status = compiler.CompileGraph(XlaCompiler::CompileOptions(), in TEST_F() 491 TF_ASSERT_OK(compiler.CompileGraph(compile_options, "constants", in TEST_F() 525 TF_ASSERT_OK(compiler.CompileGraph(compile_options, "constants", in TEST_F() 612 TF_ASSERT_OK(compiler.CompileGraph(compile_options, "constants", in TEST_F() [all …]
|
D | xla_compiler.h | 342 Status CompileGraph(
|
D | tf2xla.cc | 299 TF_RETURN_IF_ERROR(compiler.CompileGraph(XlaCompiler::CompileOptions(), in ConvertGraphToXla()
|
D | xla_compiler.cc | 604 CompileGraph(options, function_id, std::move(graph), args, {}, result)); in CompileFunction() 937 return CompileGraph(options, node_def.name(), std::move(graph), args, {}, in CompileSingleOp() 1045 Status XlaCompiler::CompileGraph( in CompileGraph() function in tensorflow::XlaCompiler
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | compile.h | 45 Status CompileGraph(const GraphDef& graph_def, const tf2xla::Config& config,
|
D | compile.cc | 93 Status CompileGraph(const GraphDef& graph_def, const tf2xla::Config& config, in CompileGraph() function
|
D | tfcompile_main.cc | 90 TF_RETURN_IF_ERROR(CompileGraph(graph_def, config, flags, &compile_result)); in Main()
|