Searched refs:_generate_correlation_inputs (Results 1 – 1 of 1) sorted by relevance
6160 def _generate_correlation_inputs(device, dtype, requires_grad, **kwargs): function6167 return (SampleInput(t) for t in _generate_correlation_inputs(device, dtype, requires_grad))6171 for t in _generate_correlation_inputs(device, dtype, requires_grad):