Home
last modified time | relevance | path

Searched refs:no_input (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/examples/
Dp2p-nfc.py32 no_input = False variable
482 global no_input
483 if no_input:
492 elif no_input:
530 if init_on_touch or not no_input:
604 if args.no_input:
605 global no_input
606 no_input = True
Ddpp-nfc.py33 no_input = False variable
882 global no_input
883 if no_input:
900 elif no_input:
976 if init_on_touch or not no_input:
1106 if args.no_input:
1107 global no_input
1108 no_input = True
/external/tensorflow/tensorflow/core/kernels/data/
Dparallel_interleave_dataset_op.cc421 if (element && element->no_input) { in SaveInternal()
425 while (!future_elements_.empty() && future_elements_.back()->no_input) { in SaveInternal()
545 bool no_input TF_GUARDED_BY(&ParallelInterleaveIterator::mu_) = false;
556 initialized, no_input); in DebugString()
981 element->no_input = true; in InitializeInputs()
1002 element->no_input = true; in InitializeInputs()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_tf.cc277 auto no_input = rewriter.create<ConstantOp>( in matchAndRewrite() local
280 op->getLoc(), ArrayRef<Type>{output_type}, lhs, rhs, no_input, in matchAndRewrite()