Home
last modified time | relevance | path

Searched defs:true_pred (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dconditional_test.cc507 auto true_pred = ConstantR0<bool>(&true_builder, true); in XLA_TEST_F() local
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_misc.cpp1638 bool true_pred(Node* n) { in true_pred() function