Home
last modified time | relevance | path

Searched defs:false_expr (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/torch/csrc/jit/python/
Dpython_tree_views.cpp347 [](const Expr& cond, const Expr& true_expr, const Expr& false_expr) { in initTreeViewBindings()
/external/pigweed/pw_preprocessor/public/pw_preprocessor/internal/
Darg_count_impl.h20 #define _PW_IF(boolean, true_expr, false_expr) \ argument
23 #define _PW_IF_0(true_expr, false_expr) false_expr argument
24 #define _PW_IF_1(true_expr, false_expr) true_expr argument
/external/pytorch/torch/csrc/jit/frontend/
Dtree_views.h1129 Expr false_expr() const { in false_expr() function
Dir_emitter.cpp1354 auto false_expr = [&] { return emitExpr(expr.false_expr(), type_hint); }; in emitTernaryIf() local