Searched refs:has_output (Results 1 – 6 of 6) sorted by relevance
105 has_output = True variable in CryptoOperation135 if self.has_output:148 if self.has_output:267 has_output = False variable in VerifyOperation
18 .def_property_readonly("has_output", &VideoDevice::has_output) in init_pyvid()
32 bool has_output() const { return m_has_output; } in has_output() function
276 const bool has_output = outputs_map.count(node_id) == 1; in SetupGraph() local282 if (has_output) { in SetupGraph()
634 bool has_output = false; in RunQueryAndPrintResult() local656 if (has_output) { in RunQueryAndPrintResult()664 has_output = true; in RunQueryAndPrintResult()
2223 llvm::Value* has_output = b_.CreateAnd( in EmitEpilogueForReduction() local2229 llvm_ir::EmitIfThenElse(has_output, "output_inbound", &b_); in EmitEpilogueForReduction()