Home
last modified time | relevance | path

Searched defs:then_branch (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize_functional_ops.cc88 FuncOp then_branch = table.lookup<FuncOp>(op.then_branch()); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_control_flow.cc126 auto then_branch = module.lookupSymbol<mlir::FuncOp>(op.then_branch()); in LowerIf() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond_test.cc83 StateMap::CondId then_branch; in TEST_F() local
/external/mesa3d/src/compiler/glsl/
Dir_builder.cpp621 ir_instruction *then_branch) in if_tree()
634 ir_instruction *then_branch, in if_tree()
/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops.py809 def If(cond, inputs, then_branch, else_branch, name=None): argument
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
Dside_effect_analysis.cc206 auto then_branch = in AnalyzeFunction() local
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfusion_utils.cc396 NameAttrList then_branch; in LazyConjunctionNodes() local
/external/googletest/googlemock/scripts/
Dpump.py422 def __init__(self, exp=None, then_branch=None, else_branch=None): argument
/external/google-breakpad/src/testing/gtest/scripts/
Dpump.py421 def __init__(self, exp=None, then_branch=None, else_branch=None): argument
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c2165 bi_instruction *then_branch = bi_emit_branch(ctx); in emit_if() local
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c2513 midgard_instruction *then_branch = mir_last_in_block(ctx->current_block); in emit_if() local
/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc1847 NameAttrList then_branch, else_branch; in ExtractOutsideCompilationForIfNode() local