Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/graph_editor/
Dtransform.py131 def copy_op_handler(info, op, new_inputs, copy_shape=False, nodedef_fn=None): argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion_test.cc139 Shape copy_shape = constant->shape(); in TEST_F() local
/external/python/cpython3/Objects/
Dmemoryobject.c1239 copy_shape(Py_ssize_t *shape, const PyObject *seq, Py_ssize_t ndim, in copy_shape() function