Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DResize.h37 TORCH_API bool resize_output_check_symint(const Tensor& output, SymIntArrayRef shape);
H A DResize.cpp44 bool resize_output_check_symint(const Tensor& output, SymIntArrayRef shape) { in resize_output_check_symint() function
H A DReduceOps.cpp961 if (resize_output_check_symint(result, self.sym_sizes())) { in diff_out_helper()