Home
last modified time | relevance | path

Searched defs:_resize_output_check (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_prims_common/
H A Dwrappers.py160 def _resize_output_check(out: TensorLikeType, shape: ShapeType): function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DResize.cpp22 bool _resize_output_check(const Tensor& output, ArrayRef<T> shape) { in _resize_output_check() function