Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/graph_editor/
Dtransform.py132 def copy_op_handler(info, op, copy_shape=True): argument
/external/python/cpython3/Objects/
Dmemoryobject.c1237 copy_shape(Py_ssize_t *shape, const PyObject *seq, Py_ssize_t ndim, in copy_shape() function