Home
last modified time | relevance | path

Searched defs:conv_fn (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/XNNPACK/bench/
H A Ddconv.h14 #define BENCHMARK_DCONV(conv_fn) \ argument
H A Dconv.h14 #define BENCHMARK_CONV(conv_fn) \ argument
/aosp_15_r20/external/pytorch/torch/nn/utils/_expanded_weights/
H A Dconv_expanded_weights.py20 def forward(ctx, kwarg_names, conv_fn, *expanded_args_and_kwargs): argument
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DBatchNormalizationLayerFusionFixture.h106 ConvolutionFunctionType conv_fn; in compute_target() local
/aosp_15_r20/external/pytorch/test/quantization/core/
H A Dtest_quantized_functional.py35 self, qconv_fn, conv_fn, batch_size, in_channels_per_group, argument
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c5483 PyObject *(*conv_fn)(PyObject *); local