Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dauto_control_deps_test.py321 def then_branch(): function
336 def then_branch(): function
441 def then_branch(): function
511 def then_branch(): function
527 def then_branch(): function
638 def then_branch(): function
/external/tensorflow/tensorflow/dtensor/mlir/expansions/
Ddtensor_op_spmd_expander.cc338 auto& then_branch = send_if.then_branch(); in ExpandOp() local
475 auto& then_branch = recv_if.then_branch(); in ExpandOp() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond_test.cc82 StateMap::CondId then_branch; in TEST_F() local
/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
Dcond_v2_test.py269 def then_branch(): function
1289 def then_branch(): function
1313 def then_branch(): function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Ddecompose_reduce_dataset.cc173 auto& then_branch = dataset_if.then_branch(); in CreateOptionalDatasetIf() local
Dcollection_ops_util.cc183 auto then_branch = if_op.then_function(); in GetElementTypeFromAccess() local
Dtpu_extract_outside_compilation.cc207 auto& then_branch = host_side_if.then_branch(); in CloneEmptyIfWithPredicate() local
Dtensor_list_ops_decomposition.cc338 Region& then_branch = if_op.then_branch(); in HandleIfRegionOp() local
Dresource_op_lifting.cc1183 auto then_branch = if_op.then_function(); in HoistForControlFlow() local
Dtensor_array_ops_decomposition.cc644 auto then_branch = if_op.then_function(); in HandleIfOp() 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.py818 def If(cond, inputs, then_branch, else_branch, name=None): argument
/external/tensorflow/tensorflow/dtensor/mlir/
Dmerge_clusters.cc310 auto& then_branch = host_side_if.then_branch(); in CloneEmptyIfWithPredicate() local
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfusion_utils.cc397 NameAttrList then_branch; in LazyConjunctionNodes() local
/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/mlir/tfrt/transforms/
Dtf_to_tfrt.cc1097 mlir::FlatSymbolRefAttr then_branch = op.then_branchAttr(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc1903 NameAttrList then_branch, else_branch; in ExtractOutsideCompilationForIfNode() local
/external/tensorflow/tensorflow/python/eager/
Dbenchmarks_test.py1391 def then_branch(): function