Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/exir/tests/
H A Dcontrol_flow_models.py16 def true_branch(x): function
35 def true_branch(x): function
67 def true_branch(x): function
/aosp_15_r20/external/executorch/backends/apple/mps/test/
H A Dtest_mps_models.py185 def true_branch(c, x): function
211 def true_branch(c, x): function
244 def true_branch(cnt): function
279 def true_branch(accum, cnt): function
/aosp_15_r20/external/executorch/test/end2end/
H A Dtest_end2end.py237 def true_branch(c, x): function
263 def true_branch(c, x): function
296 def true_branch(cnt): function
331 def true_branch(accum, cnt): function
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
H A Dcond_v2_test.py152 def true_branch(): function
771 def true_branch(): function
H A Dcontrol_flow_ops_py_test.py1002 def true_branch(): function
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/parallel_device/
H A Dparallel_device_test.py306 def true_branch(): function
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dparser.cpp645 auto true_branch = parseStatements(/*expect_indent=*/true); in parseIf() local
H A Dir_emitter.cpp2587 List<Stmt> true_branch = List<Stmt>::create(stmt.range(), {}); in emitAssert() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_tree_views.cpp267 std::vector<Stmt> false_branch) { in initTreeViewBindings()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Ddynamic_dimension_inference_test.cc850 HloComputation* true_branch = in TEST_F() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dir_simplifier.cpp1414 ExprPtr true_branch = v->ret_val1()->accept_mutator(this); in mutate() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dmlir_hlo_to_hlo.cc901 xla::XlaComputation true_branch; in ExportXlaOp() local