Searched refs:while_predicate (Results 1 – 2 of 2) sorted by relevance
/external/pytorch/test/jit/ |
D | test_list_dict.py | 48 def while_predicate(l: List[int]): function 54 self.checkScript(while_predicate, ([1, 2, 3],)) 55 self.checkScript(while_predicate, ([],)) 1592 def while_predicate(d: Dict[int, int]): function 1596 self.checkScript(while_predicate, ({1: 2, 3: 5},)) 1597 self.checkScript(while_predicate, ({},))
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.cc | 2575 llvm::Value* while_predicate = ICmpNE( in HandleWhile() local 2587 CondBr(while_predicate, body_bb, exit_bb); in HandleWhile()
|