Searched refs:sample_inputs_elementwise_binary (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/torch/testing/_internal/opinfo/ |
H A D | core.py | 2111 def sample_inputs_elementwise_binary(op, device, dtype, requires_grad, **kwargs): function 2169 sample_inputs_func=sample_inputs_elementwise_binary,
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | common_methods_invocations.py | 82 sample_inputs_elementwise_binary, 761 yield from sample_inputs_elementwise_binary(op, device, dtype, requires_grad, **kwargs) 1106 yield from sample_inputs_elementwise_binary(op, device, dtype, requires_grad, **kwargs) 2274 yield from sample_inputs_elementwise_binary(op, device, dtype, requires_grad, **kwargs) 12979 …sample_inputs_func=partial(sample_inputs_elementwise_binary, sample_kwargs=dict(rounding_mode="tru… 13007 …sample_inputs_func=partial(sample_inputs_elementwise_binary, sample_kwargs=dict(rounding_mode="flo…
|