Home
last modified time | relevance | path

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

/external/rust/crates/paste/src/
Dlib.rs341 let mut has_token = false; in is_paste_operation() localVariable
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc725 bool has_token = llvm::any_of(operands, [](Value v) { return !v; }); in EmitCustomCallOp() local