Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc1438 NameAttrList host_then_branch, host_else_branch; in BuildHostGraphForIfNode() local
1439 host_then_branch.set_name(then_branch_host_func_name); in BuildHostGraphForIfNode()
1440 (*host_then_branch.mutable_attr())["_device_ordinal"] = device_ordinal_value; in BuildHostGraphForIfNode()
1443 if_builder.Attr("then_branch", host_then_branch); in BuildHostGraphForIfNode()