MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / validate

Method validate

src/cpu/operators/CpuDepthwiseConv2d.cpp:143–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143Status CpuDepthwiseConv2d::CpuDepthwiseConv2dOptimizedInternal::validate(const ITensorInfo *src,
144 const ITensorInfo *weights,
145 const ITensorInfo *biases,
146 const ITensorInfo *dst,
147 const ConvolutionInfo &info)
148{
149 ARM_COMPUTE_TRACE_EVENT(ARM_COMPUTE_PROF_CAT_CPU, ARM_COMPUTE_PROF_LVL_CPU,
150 "CpuDepthwiseConv2d::CpuDepthwiseConv2dOptimizedInternal::validate");
151 return validate_arguments_optimized(src, weights, biases, dst, info);
152}
153
154void CpuDepthwiseConv2d::CpuDepthwiseConv2dOptimizedInternal::run(ITensorPack &tensors)
155{

Callers

nothing calls this directly

Calls 8

enabledMethod · 0.80
permuteFunction · 0.50
TensorInfoClass · 0.50
validateFunction · 0.50
data_layoutMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected