Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/quantization/core/
H A Dtest_quantized_functional.py16 _make_conv_test_input,
43 (X, X_q, W, W_q, b) = _make_conv_test_input(
H A Dtest_quantized_module.py21 _make_conv_test_input,
277 (X, X_q, W, W_q, b) = _make_conv_test_input(
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py238 def _make_conv_test_input( function