Home
last modified time | relevance | path

Searched refs:xla_fbody (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass_test.cc304 std::unique_ptr<FunctionBody> xla_fbody; in TEST_F() local
306 AttrSlice(), &fld, &xla_fbody)); in TEST_F()
307 auto node_name_index = xla_fbody->graph->BuildNodeNameIndex(); in TEST_F()
548 std::unique_ptr<FunctionBody> xla_fbody; in TEST_F() local
550 AttrSlice(), &fld, &xla_fbody)); in TEST_F()
551 Graph *xla_graph = xla_fbody->graph; in TEST_F()
819 std::unique_ptr<FunctionBody> xla_fbody; in TEST_F() local
821 AttrSlice(), &fld, &xla_fbody)); in TEST_F()
822 Graph *xla_graph = xla_fbody->graph; in TEST_F()
889 std::unique_ptr<FunctionBody> xla_fbody; in TEST_F() local
[all …]
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dencapsulate_tpu_computations_pass.cc2900 std::unique_ptr<FunctionBody> xla_fbody; in ProcessHeadTailOutsideCompilation() local
2903 AttrSlice(&iter.second.func_name_attrs.attr()), fld, &xla_fbody)); in ProcessHeadTailOutsideCompilation()
2904 Graph* xla_graph = xla_fbody->graph; in ProcessHeadTailOutsideCompilation()