Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_list_dict.py48 def while_predicate(l: List[int]): function
1592 def while_predicate(d: Dict[int, int]): function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emitter.cc2575 llvm::Value* while_predicate = ICmpNE( in HandleWhile() local