Home
last modified time | relevance | path

Searched defs:branch_name (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/tools/run_tests/sanity/
Dcheck_version.py34 branch_name = subprocess.check_output( variable
38 branch_name = None variable
/external/pdfium/testing/tools/
Dgithelper.py58 def BranchExists(self, branch_name): argument
/external/skqp/infra/bots/
Dgit_utils.py49 def __init__(self, branch_name, commit_msg, upload=True, commit_queue=False, argument
/external/skia/infra/bots/
Dgit_utils.py49 def __init__(self, branch_name, commit_msg, upload=True, commit_queue=False, argument
/external/tensorflow/tensorflow/core/common_runtime/
Dlower_if_op.cc239 Status InlineCallInGraph(const absl::string_view branch_name, Node* n, in InlineCallInGraph()
/external/tensorflow/tensorflow/python/autograph/operators/
Dcontrol_flow.py285 def _wrap_in_protection_from_undefined(func, branch_name): argument
/external/tensorflow/tensorflow/python/ops/
Dcond_v2.py235 def _get_func_graph_for_branch(branch_name): argument
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc726 const string branch_name[] = {"else_branch", "then_branch"}; in BuildIfNode() local