Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorUtils.cpp333 const NewShapeVec& newshape, in computeStride_impl()
401 IntArrayRef newshape) { in computeStride()
409 c10::SymIntArrayRef newshape) { in computeStride()
417 const DimVector& newshape) { in computeStride()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_array_ops.py745 def reshape(a, newshape, order='C'): argument
763 def _reshape_method_wrapper(a, *newshape, **kwargs):
H A Dnp_array_ops_test.py964 def run_test(arr, newshape, *args, **kwargs): argument
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_funcs_impl.py1481 def reshape(a: ArrayLike, newshape, order: NotImplementedType = "C"): argument