Searched defs:newshape (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | TensorUtils.cpp | 333 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 D | np_array_ops.py | 745 def reshape(a, newshape, order='C'): argument 763 def _reshape_method_wrapper(a, *newshape, **kwargs):
|
H A D | np_array_ops_test.py | 964 def run_test(arr, newshape, *args, **kwargs): argument
|
/aosp_15_r20/external/pytorch/torch/_numpy/ |
H A D | _funcs_impl.py | 1481 def reshape(a: ArrayLike, newshape, order: NotImplementedType = "C"): argument
|