Home
last modified time | relevance | path

Searched defs:sample_inputs_func (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/testing/_internal/opinfo/
H A Dcore.py691 sample_inputs_func: Callable = None variable in OpInfo
1605 def sample_inputs_func(*args, **kwargs): function
2169 sample_inputs_func=sample_inputs_elementwise_binary, argument
2522 sample_inputs_func=sample_inputs_elementwise_unary, argument
2666 sample_inputs_func=sample_inputs_spectral_ops, argument
2706 sample_inputs_func=None, argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_methods_invocations.py6364 def reference_inputs_elementwise_ternary(op, device, dtype, requires_grad, *, sample_inputs_func, s… argument