/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/ |
H A D | test_model_generation.py | 41 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 D | fwgan400.py | 13 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 D | fwgan500.py | 14 def __init__(self, in_ch, out_ch, kernel_size, dilation=1, groups=1, bias= False): argument
|
/aosp_15_r20/external/libxaac/encoder/ |
H A D | ixheaace_mps_tree.c | 151 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 D | url_canon_path.cc | 203 unsigned char out_ch = static_cast<unsigned char>(uch); in DoPartialPathInternal() local
|
/aosp_15_r20/external/libevent/ |
H A D | kqueue.c | 213 struct kevent *out_ch; in kq_build_changes_list() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/ |
H A D | qconv_prepack.cpp | 237 const auto out_ch = transpose ? weight.size(1) * groups : weight.size(0); in prepack() local
|
H A D | qconv.cpp | 853 const auto out_ch = bias.size(0); in apply_impl() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/ |
H A D | kernel_fallback_execute_compat.cc | 676 tfrt::Result<tfrt::Chain> out_ch, in FallbackGetResource()
|
/aosp_15_r20/external/libxaac/decoder/ |
H A D | ixheaacd_api.c | 3681 WORD32 out_ch = 1; in ixheaacd_dec_execute() local
|
/aosp_15_r20/external/pytorch/torch/backends/_nnapi/ |
H A D | serializer.py | 268 def get_conv_pool_shape(image_shape, args, out_ch, transpose): argument
|