Home
last modified time | relevance | path

Searched defs:inputChannels (Results 1 – 25 of 89) sorted by relevance

1234

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DDepthwiseConv2d.cu72 int inputChannels = outputChannels; in C10_LAUNCH_BOUNDS_1() local
182 int inputChannels = outputChannels; in C10_LAUNCH_BOUNDS_1() local
288 const int inputChannels, in conv_depthwise2d_grad_weight_kernel()
403 int64_t inputChannels = in_sizes[1]; in conv_depthwise2d_forward_out() local
477 int inputChannels = in_sizes[1]; in conv_depthwise2d_backward_out() local
603 int inputChannels = in_sizes[1]; in conv_depthwise2d_grad_weight_out() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/
H A Dfully-connected-operator-tester.h26 inline FullyConnectedOperatorTester& inputChannels(size_t inputChannels) { in inputChannels() argument
32 inline size_t inputChannels() const { in inputChannels() function
H A Dfully-connected-sparse-operator-tester.h79 inline FullyConnectedSparseOperatorTester& inputChannels(size_t inputChannels) { in inputChannels() function
85 inline size_t inputChannels() const { in inputChannels() function
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DWorkloadDataValidation.cpp103 unsigned int inputChannels = 4; variable
134 unsigned int inputChannels = 5; variable
178 constexpr unsigned int inputChannels = 3; variable
225 constexpr unsigned int inputChannels = 3; variable
280 constexpr unsigned int inputChannels = 3; variable
H A DFullyConnectedEndToEndTestImpl.hpp227 unsigned int inputChannels = 5; in FullyConnectedWithDynamicOrConstantInputsEndToEnd() local
348 unsigned int inputChannels = 5; in FullyConnectedErrorChecking() local
H A DDepthwiseConvolution2dEndToEndTests.hpp63 unsigned int inputChannels = 2; in DepthwiseConvolution2dEndToEnd() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DActivationTestImpl.cpp37 unsigned int inputChannels, in BoundedReLuTestCommon()
99 unsigned int inputChannels = 1u; in BoundedReLuUpperAndLowerBoundTest() local
131 unsigned int inputChannels = 1u; in BoundedReLuUpperBoundOnlyTest() local
163 unsigned int inputChannels = 1u; in BoundedReLuUint8UpperBoundOnlyTest() local
195 unsigned int inputChannels = 1u; in BoundedReLuUint8UpperAndLowerBoundTest() local
225 constexpr static unsigned int inputChannels = 4u; member
325 unsigned int inputChannels = 3; in ConstantLinearActivationTestCommon() local
425 constexpr static unsigned int inputChannels = 1u; in SimpleActivationTest() local
H A DNormalizationTestImpl.cpp34 const unsigned int inputChannels = 1; in SimpleNormalizationTestImpl() local
191 const unsigned int inputChannels = 1; in SimpleNormalizationNhwcTestImpl() local
300 constexpr unsigned int inputChannels = 3; in CompareNormalizationTestImpl() local
397 const unsigned int inputChannels = 3; in AcrossChannelNormalizationTestImpl() local
H A DFullyConnectedTestImpl.cpp97 constexpr static unsigned int inputChannels = 1u; in FullyConnectedTest() local
180 unsigned int inputChannels = 5; in FullyConnectedLargeTestCommon() local
280 unsigned int inputChannels = 5; in FullyConnectedFloat32Test() local
H A DConv2dTestImpl.cpp220 unsigned int inputChannels = armnn::numeric_cast<unsigned int>(originalInputShape[1]); in SimpleConvolution2dTestImpl() local
397 unsigned int inputChannels = armnn::numeric_cast<unsigned int>(inputShape[3]); in SimpleConvolution2dNhwcTestImpl() local
504 unsigned int inputChannels = 2; in Convolution1dTestImpl() local
1364 unsigned int inputChannels = 3; in CompareConvolution2dTestImpl() local
1712 unsigned int inputChannels = armnn::numeric_cast<unsigned int>(inputShape[1]); in DepthwiseConvolution2dAsymmetricTestImpl() local
1862 unsigned int inputChannels = 2; in DepthwiseConvolution2dDepthMul1TestImpl() local
2035 unsigned int inputChannels = 2; in DepthwiseConvolution2dTestImpl() local
2264 unsigned int inputChannels = armnn::numeric_cast<unsigned int>(originalInputShape[1]); in DepthwiseConvolution2dTestImpl() local
3040 unsigned int inputChannels = 3; in CompareDepthwiseConvolution2dTestImpl() local
H A DConstantTestImpl.cpp35 constexpr unsigned int inputChannels = 3; in ConstantTestImpl() local
/aosp_15_r20/frameworks/av/media/libmedia/
H A DAudioCapabilities.cpp98 std::optional<int32_t> inputChannels) { in supports()
279 std::vector<Range<int32_t>> inputChannels = { channelRange }; in applyLevelLimits() local
284 const std::vector<Range<int32_t>> &inputChannels, in applyLimits()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadUtils.cpp74 unsigned int inputChannels; in ReorderWeightChannelsForAcl() local
238 auto inputChannels = weightTensor->GetTensorInfo().GetShape()[1]; in ConvertWeightTensorFromArmnnToAcl() local
/aosp_15_r20/external/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
H A DWebRtcAudioManager.java166 private int inputChannels; field in WebRtcAudioManager
368 int inputChannels, boolean hardwareAEC, boolean hardwareAGC, boolean hardwareNS, in nativeCacheAudioParameters()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
H A DDesktopModeWindowDecorViewModelTestsBase.kt238 val inputChannels = InputChannel.openInputChannelPair(TAG) in <lambda>() constant
/aosp_15_r20/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DToGrayFilter.java69 int inputChannels = getInputFormat("image").getBytesPerSample(); in getShaderProgram() local
/aosp_15_r20/packages/apps/TV/src/com/android/tv/data/epg/
DStubEpgReader.java65 public Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId) { in getChannels()
DEpgReader.java80 Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId); in getChannels()
/aosp_15_r20/external/armnn/src/backends/neon/test/
H A DNeonTimerTest.cpp44 unsigned int inputChannels = 1u; variable
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DBatchNormImpl.cpp34 unsigned int inputChannels = inputShape[dataLayout.GetChannelsIndex()]; in BatchNormImpl() local
H A DInstanceNorm.cpp30 unsigned int inputChannels = inputShape[dataLayout.GetChannelsIndex()]; in InstanceNorm() local
H A DSpaceToDepth.cpp48 const unsigned int inputChannels = inputShape[dataLayout.GetChannelsIndex()]; in SpaceToDepth() local
H A DPad.cpp63 unsigned int inputChannels = 0; in Pad() local
/aosp_15_r20/packages/apps/TV/tests/common/src/com/android/tv/testing/
DFakeEpgReader.java83 public Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId) { in getChannels()
/aosp_15_r20/external/armnn/src/armnn/layers/
H A DDepthwiseConvolution2dLayer.cpp37 unsigned int inputChannels = filterShape[1]; in SerializeLayerParameters() local

1234