Home
last modified time | relevance | path

Searched defs:out_ch (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/
H A Dtest_model_generation.py41 def create_model_keras(batch_size, in_w, in_h, k_w, k_h, in_ch, out_ch, stride, padding, signed, se… argument
138 def create_model(batch_size, in_w, in_h, k_w, k_h, in_ch, out_ch, stride, padding, signed, seed, de… argument
154 def convolution(batch_size, input_size, weight_size, in_ch, out_ch, stride, padding, signed, seed, … argument
200 def test_conv2d(batch_size, input_size, weight_size, in_ch, out_ch, stride, padding, signed, seed): argument
/aosp_15_r20/external/libopus/dnn/torch/fwgan/models/
H A Dfwgan400.py13 def __init__(self, in_ch, out_ch, kernel_size, dilation=1, groups=1, bias= False): argument
159 def __init__(self, in_ch, out_ch, upsample_factor): argument
H A Dfwgan500.py14 def __init__(self, in_ch, out_ch, kernel_size, dilation=1, groups=1, bias= False): argument
/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_mps_tree.c151 WORD32 in_ch[2], out_ch[2], win[2]; in ixheaace_mps_212_space_tree_apply() local
/aosp_15_r20/external/cronet/url/
H A Durl_canon_path.cc203 unsigned char out_ch = static_cast<unsigned char>(uch); in DoPartialPathInternal() local
/aosp_15_r20/external/libevent/
H A Dkqueue.c213 struct kevent *out_ch; in kq_build_changes_list() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A Dqconv_prepack.cpp237 const auto out_ch = transpose ? weight.size(1) * groups : weight.size(0); in prepack() local
H A Dqconv.cpp853 const auto out_ch = bias.size(0); in apply_impl() local
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dkernel_fallback_execute_compat.cc676 tfrt::Result<tfrt::Chain> out_ch, in FallbackGetResource()
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_api.c3681 WORD32 out_ch = 1; in ixheaacd_dec_execute() local
/aosp_15_r20/external/pytorch/torch/backends/_nnapi/
H A Dserializer.py268 def get_conv_pool_shape(image_shape, args, out_ch, transpose): argument