Searched refs:has_output (Results 1 – 8 of 8) sorted by relevance
102 has_output = True variable in CryptoOperation133 if self.has_output:146 if self.has_output:269 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()
1112 has_output: [bool; TRANS_SIZE], field1134 has_output: [false; TRANS_SIZE], in new()1160 (self.trans[idx], self.has_output[idx]) in get_output()1167 self.has_output[idx] = output; in set()
590 bool has_output = false; in RunQueriesAndPrintResult() local626 if (has_output) { in RunQueriesAndPrintResult()630 has_output = true; in RunQueriesAndPrintResult()
798 bool has_output = false; in RemoveUnusedXlaInput() local801 has_output = true; in RemoveUnusedXlaInput()809 if (has_output) { in RemoveUnusedXlaInput()1582 bool has_output = false; in RemoveUnusedTPUReplicatedInputs() local1585 has_output = true; in RemoveUnusedTPUReplicatedInputs()1589 if (!has_output) { in RemoveUnusedTPUReplicatedInputs()
4546 llvm::Value* has_output = b_.CreateAnd( in EmitEpilogueForReduction() local4555 b_.CreateAnd(has_output, is_zero(thread_id_info.lane_id)), [&] { in EmitEpilogueForReduction()