Searched refs:con2 (Results 1 – 5 of 5) sorted by relevance
39 self.con2 = sqlite.connect(get_db_path(), timeout=0.1)40 self.cur2 = self.con2.cursor()47 self.con2.close()
256 con2 = sqlite.connect(TESTFN)260 con2.execute("create table bar(x)")
223 content_type con2 = (std::numeric_limits<content_type>::max)(); in apply() local227 som2, ovl2, con2, in apply()232 if ( ovl1 < ovl2 || (ovl1 == ovl2 && con1 <= con2) ) in apply()244 smallest_content = con2; in apply()
151 con2, medium_object_output = self.backblock1(con1)153 con2 = self.conv2(con2)154 ups2 = P.ResizeNearestNeighbor((img_hight / 8, img_width / 8))(con2)
369 con2, medium_object_output = self.backblock1(con1)371 con2 = self.conv2(con2)372 ups2 = self.upsample2(con2)