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

Method validate

src/gpu/cl/operators/ClWinogradConv2d.cpp:245–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245Status ClWinogradConv2d::validate(const ITensorInfo *src,
246 const ITensorInfo *weights,
247 const ITensorInfo *biases,
248 const ITensorInfo *dst,
249 const PadStrideInfo &conv_info,
250 const ActivationLayerInfo &act_info,
251 bool enable_fast_math)
252{
253 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, weights, biases, dst, conv_info, act_info, enable_fast_math));
254 return Status{};
255}
256
257void ClWinogradConv2d::run(ITensorPack &tensors)
258{

Callers

nothing calls this directly

Calls 1

validate_argumentsFunction · 0.70

Tested by

no test coverage detected