Lines Matching defs:weights
40 Status validate_arguments_optimized(const ITensorInfo *src, const ITensorInfo *weights, const ITens… in validate_arguments_optimized()
76 … const ITensorInfo *weights, in configure()
139 … const ITensorInfo *weights, in validate()
187 auto weights = tensors.get_tensor(TensorType::ACL_SRC_1); in run() local
226 auto weights = tensors.get_const_tensor(TensorType::ACL_SRC_1); in prepare() local
243 auto weights = tensors.get_const_tensor(TensorType::ACL_SRC_1); in prepare() local
282 …Conv2d::CpuDepthwiseConv2dGeneric::configure(ITensorInfo *src, const ITensorInfo *weights, const I… in configure()
334 …d::CpuDepthwiseConv2dGeneric::validate(const ITensorInfo *src, const ITensorInfo *weights, const I… in validate()
374 auto weights = tensors.get_const_tensor(TensorType::ACL_SRC_1); in run() local
429 auto weights = tensors.get_const_tensor(TensorType::ACL_SRC_1); in prepare() local
444 void CpuDepthwiseConv2d::configure(ITensorInfo *src, const ITensorInfo *weights, const ITensorInfo … in configure()
462 Status CpuDepthwiseConv2d::validate(const ITensorInfo *src, const ITensorInfo *weights, const ITens… in validate()
478 …v2d::get_depthwiseconvolution_function(const ITensorInfo *src, const ITensorInfo *weights, const I… in get_depthwiseconvolution_function()