Home
last modified time | relevance | path

Searched refs:to_numpy_shape (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dtensor_numpy.cpp89 static std::vector<npy_intp> to_numpy_shape(IntArrayRef x) { in to_numpy_shape() function
167 auto sizes = to_numpy_shape(prepared_tensor.sizes()); in tensor_to_numpy()
168 auto strides = to_numpy_shape(prepared_tensor.strides()); in tensor_to_numpy()