Home
last modified time | relevance | path

Searched refs:con2 (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/sqlite3/test/
Dtransactions.py39 self.con2 = sqlite.connect(get_db_path(), timeout=0.1)
40 self.cur2 = self.con2.cursor()
47 self.con2.close()
Dhooks.py256 con2 = sqlite.connect(TESTFN)
260 con2.execute("create table bar(x)")
/third_party/boost/boost/geometry/index/detail/rtree/rstar/
Dredistribute_elements.hpp223 content_type con2 = (std::numeric_limits<content_type>::max)(); in apply() local
227 som2, ovl2, con2, in apply()
232 if ( ovl1 < ovl2 || (ovl1 == ovl2 && con1 <= con2) ) in apply()
244 smallest_content = con2; in apply()
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/
Dyolo.py151 con2, medium_object_output = self.backblock1(con1)
153 con2 = self.conv2(con2)
154 ups2 = P.ResizeNearestNeighbor((img_hight / 8, img_width / 8))(con2)
/third_party/mindspore/tests/st/model_zoo_tests/yolov3/src/
Dyolov3.py369 con2, medium_object_output = self.backblock1(con1)
371 con2 = self.conv2(con2)
372 ups2 = self.upsample2(con2)