Home
last modified time | relevance | path

Searched defs:copy_origin (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/pyct/
Dorigin_info.py284 def copy_origin(from_node, to_node): function
/external/OpenCL-CTS/test_conformance/basic/
Dtest_imagecopy.cpp194 size_t copy_origin[3] = {x,y,0}, copy_region[3]={delta_w, delta_h, 1}; in test_imagecopy() local