Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dselect_algorithm.py527 copy_shape=None, argument
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dtriton.py1300 copy_shape=None, argument
/aosp_15_r20/external/python/cpython3/Objects/
Dmemoryobject.c1257 copy_shape(Py_ssize_t *shape, const PyObject *seq, Py_ssize_t ndim, in copy_shape() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcopy_insertion_test.cc141 Shape copy_shape = constant->shape(); in TEST_F() local