Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/util/
Du_format_pack.py264 def get_one(type): function
374 src_one = get_one(src_channel)
375 dst_one = get_one(dst_channel)
393 one = get_one(src_channel)
417 dst_one = get_one(dst_channel)
503 value = get_one(dst_channel)
530 value = get_one(dst_channel)
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_pack.py262 def get_one(type): function
372 src_one = get_one(src_channel)
373 dst_one = get_one(dst_channel)
391 one = get_one(src_channel)
415 dst_one = get_one(dst_channel)
501 value = get_one(dst_channel)
528 value = get_one(dst_channel)
/external/tensorflow/tensorflow/contrib/summary/
Dsummary_ops_test.py44 get_one = summary_test_util.get_one variable
310 num = get_one(tmpdb, 'SELECT count(*) FROM Tags WHERE tag_name = "t1"')
335 x_id = get_one(self.db, 'SELECT tag_id FROM Tags WHERE tag_name = "x"')
336 y_id = get_one(self.db, 'SELECT tag_id FROM Tags WHERE tag_name = "y"')
337 sum_id = get_one(self.db, 'SELECT tag_id FROM Tags WHERE tag_name = "sum"')
Dsummary_test_util.py91 def get_one(db, q, *p): function