Searched refs:_resize_output_check (Results 1 – 3 of 3) sorted by relevance
22 bool _resize_output_check(const Tensor& output, ArrayRef<T> shape) { in _resize_output_check() function41 return _resize_output_check(output, shape); in resize_output_check()45 return _resize_output_check(output, shape); in resize_output_check_symint()58 if (_resize_output_check<T>(output, shape)) { in _resize_output()
160 def _resize_output_check(out: TensorLikeType, shape: ShapeType): function182 if _resize_output_check(out, shape):
31 _resize_output_check,1478 if _resize_output_check(out, B_.shape):