Searched defs:then_branch (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | optimize_functional_ops.cc | 88 FuncOp then_branch = table.lookup<FuncOp>(op.then_branch()); in matchAndRewrite() local
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf_control_flow.cc | 126 auto then_branch = module.lookupSymbol<mlir::FuncOp>(op.then_branch()); in LowerIf() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_cond_test.cc | 83 StateMap::CondId then_branch; in TEST_F() local
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_builder.cpp | 621 ir_instruction *then_branch) in if_tree() 634 ir_instruction *then_branch, in if_tree()
|
/external/tensorflow/tensorflow/python/ops/ |
D | functional_ops.py | 809 def If(cond, inputs, then_branch, else_branch, name=None): argument
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/ |
D | side_effect_analysis.cc | 206 auto then_branch = in AnalyzeFunction() local
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | fusion_utils.cc | 396 NameAttrList then_branch; in LazyConjunctionNodes() local
|
/external/googletest/googlemock/scripts/ |
D | pump.py | 422 def __init__(self, exp=None, then_branch=None, else_branch=None): argument
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | pump.py | 421 def __init__(self, exp=None, then_branch=None, else_branch=None): argument
|
/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 2165 bi_instruction *then_branch = bi_emit_branch(ctx); in emit_if() local
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 2513 midgard_instruction *then_branch = mir_last_in_block(ctx->current_block); in emit_if() local
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | extract_outside_compilation_pass.cc | 1847 NameAttrList then_branch, else_branch; in ExtractOutsideCompilationForIfNode() local
|