Searched refs:resize_output_check_symint (Results 1 – 3 of 3) sorted by relevance
37 TORCH_API bool resize_output_check_symint(const Tensor& output, SymIntArrayRef shape);
44 bool resize_output_check_symint(const Tensor& output, SymIntArrayRef shape) { in resize_output_check_symint() function
961 if (resize_output_check_symint(result, self.sym_sizes())) { in diff_out_helper()