/external/pytorch/test/ |
D | test_mkldnn_fusion.py | 65 def __init__(self, in_channels, out_channels, bias, **kwargs): argument 104 def __init__(self, unary_fn, in_channels, out_channels, bias, **kwargs): argument 133 def __init__(self, m, in_channels, out_channels, bias, **kwargs): argument 196 def __init__(self, unary_fn, in_channels, out_channels, bias, **kwargs): argument 230 … def __init__(self, unary_fn, dim, in_channels, out_channels, dilation, groups, bias, **kwargs): argument 266 … def __init__(self, binary_fn, dim, in_channels, out_channels, dilation, groups, bias, **kwargs): argument 314 def __init__(self, binary_fn, in_channels, out_channels, bias, **kwargs): argument 347 def __init__(self, unary_fn, dim, in_channels, out_channels, kernel_size, **kwargs): argument
|
/external/pytorch/torch/ao/nn/intrinsic/qat/modules/ |
D | conv_fused.py | 47 out_channels, argument 463 out_channels, argument 534 out_channels, argument 596 out_channels, argument 660 out_channels, argument 731 out_channels, argument 793 out_channels, argument 857 out_channels, argument 927 out_channels, argument 991 out_channels, argument
|
/external/pytorch/torch/ao/nn/quantized/dynamic/modules/ |
D | conv.py | 142 out_channels, argument 226 out_channels, argument 316 out_channels, argument 398 out_channels, argument 480 out_channels, argument
|
/external/pytorch/test/inductor/ |
D | test_efficient_conv_bn_eval.py | 38 out_channels, argument 62 out_channels, argument
|
D | test_binary_folding.py | 41 def __init__(self, in_channels, out_channels, device, **kwargs): argument 165 def __init__(self, in_channels, out_channels, device, **kwargs): argument
|
D | test_inductor_freezing.py | 74 def __init__(self, in_channels, out_channels, bias=False, **kwargs): argument 84 def __init__(self, in_channels, out_channels, bias=False, **kwargs): argument 98 out_channels, argument 130 def __init__(self, in_channels, out_channels, bias=False, **kwargs): argument 146 out_channels, argument
|
/external/pytorch/torch/ao/nn/intrinsic/quantized/modules/ |
D | conv_relu.py | 36 out_channels, argument 117 out_channels, argument 198 out_channels, argument
|
D | conv_add.py | 27 out_channels, argument 95 out_channels, argument
|
/external/pytorch/torch/ao/nn/quantized/modules/ |
D | conv.py | 44 out_channels, argument 61 out_channels, argument 530 out_channels, argument 659 out_channels, argument 752 out_channels, argument 922 out_channels, argument 1045 out_channels, argument 1170 out_channels, argument
|
/external/pytorch/torch/ao/nn/quantized/reference/modules/ |
D | conv.py | 121 out_channels, argument 184 out_channels, argument 357 out_channels, argument 438 out_channels, argument
|
/external/libopus/dnn/ |
D | nnet_arch.h | 159 static void conv2d_float(float *out, const float *weights, int in_channels, int out_channels, int k… in conv2d_float() 185 static void conv2d_3x3_float(float *out, const float *weights, int in_channels, int out_channels, c… in conv2d_3x3_float()
|
D | nndsp.c | 84 int out_channels, in scale_kernel() 143 int out_channels, in adaconv_process_frame()
|
D | parse_lpcnet_weights.c | 183 int out_channels, in conv2d_init()
|
/external/webrtc/modules/audio_coding/codecs/opus/test/ |
D | lapped_transform_unittest.cc | 30 size_t out_channels, in ProcessAudioBlock() 52 size_t out_channels, in ProcessAudioBlock()
|
/external/pytorch/test/ao/sparsity/ |
D | test_kernels.py | 254 def __init__(self, in_channels, out_channels): argument
|
/external/libopus/dnn/torch/osce/utils/layers/ |
D | limited_adaptive_conv1d.py | 44 out_channels, argument
|
/external/libaom/av1/encoder/arm/ |
D | cnn_neon.c | 781 const int out_channels, float **output, int out_stride, int start_idx, in av1_cnn_convolve_no_maxpool_padding_valid_2x2_large_neon() 881 const int out_channels, float **output, int out_stride, int start_idx, in av1_cnn_convolve_no_maxpool_padding_valid_2x2_neon() 958 const int out_channels, float **output, int out_stride, int start_idx, in av1_cnn_convolve_no_maxpool_padding_valid_5x5_neon()
|
/external/executorch/backends/vulkan/runtime/graph/ops/impl/ |
D | Permute.cpp | 72 int32_t out_channels = dim_at<kChannel4D>(t_out->sizes()); in add_permute_node() local
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | flatten_atrous.cc | 72 const int32_t out_channels = filter.dim_size(3); in FlattenAtrousConv() local
|
/external/pytorch/test/dynamo/ |
D | test_verify_correctness.py | 27 def __init__(self, in_channels, out_channels, **kwargs): argument
|
/external/pytorch/aten/src/ATen/native/ao_sparse/quantized/cpu/ |
D | qlinear.cpp | 51 int64_t out_channels = static_cast<int64_t>(packW->R); in apply_impl() local
|
/external/pytorch/aten/src/ATen/native/vulkan/ops/ |
D | Permute.cpp | 23 uint32_t out_channels = out_size.data[1u]; in permute_4d() local
|
D | Transpose.cpp | 24 uint32_t out_channels = out_size.data[1u]; in transpose_4d() local
|
/external/pytorch/test/distributed/fsdp/ |
D | test_fsdp_freezing_weights.py | 105 self, in_channels, out_channels, with_fsdp, freeze_after_wrap_fsdp argument
|
/external/webrtc/modules/audio_coding/test/ |
D | TestStereo.cc | 493 int out_channels, in Run()
|