Searched refs:to_numpy_shape (Results 1 – 1 of 1) sorted by relevance
89 static std::vector<npy_intp> to_numpy_shape(IntArrayRef x) { in to_numpy_shape() function167 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()