HomeSort by relevance Sort by last modified time
    Searched refs:body_name (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/contrib/py2tf/converters/
control_flow.py 57 def _create_cond_branch(self, body_name, aliased_orig_names,
61 def body_name():
68 body_name=body_name,
75 def body_name():
80 template, body_name=body_name, body=body, returns=returns)
82 def _create_cond_expr(self, results, test, body_name, orelse_name):
85 results = py2tf_utils.run_cond(test, body_name, orelse_name)
91 body_name=body_name
    [all...]
  /art/tools/
stream-trace-converter.py 204 body_name = sys.argv[1] + '.body'
205 print 'Results have been written to %s and %s.' % (header_name, body_name)
  /external/tensorflow/tensorflow/c/
while_loop_test.cc 187 string body_name = local
190 EXPECT_TRUE(TF_GraphOperationByName(graph_, body_name.c_str()) == nullptr);
  /external/tensorflow/tensorflow/compiler/tf2xla/
functionalize_control_flow.cc 481 NameAttrList body_name; local
482 body_name.set_name(strings::StrCat("_functionalize_body_", id));
488 GraphToFunctionDef(*body_graph, body_name.name(), &body_fdef));
498 builder.Attr("body", body_name);
1158 NameAttrList body_name; local
    [all...]
  /external/autotest/client/cros/faft/utils/
flashrom_handler.py 28 def __init__(self, sig_name, body_name, fwid_name=None):
30 self._body_name = body_name

Completed in 764 milliseconds