Searched refs:winograd_input_transform (Results 1 – 4 of 4) sorted by relevance
40 const ITensor *winograd_input_transform = tensors.get_const_tensor(TensorType::ACL_DST); in run_op() local53 …win_transf_ptr = reinterpret_cast<void *>(winograd_input_transform->buffer() + winograd_input_… in run_op()
236 SimpleTensor<T> winograd_input_transform(const SimpleTensor<T> &in, const TensorShape &output_shape… in winograd_input_transform() function578 template SimpleTensor<float> winograd_input_transform(const SimpleTensor<float> &in, const TensorSh…581 template SimpleTensor<half> winograd_input_transform(const SimpleTensor<half> &in, const TensorShap…
48 SimpleTensor<T> winograd_input_transform(const SimpleTensor<T> &in, const TensorShape &output_shape…
228 …SimpleTensor<T1> input_transform_out = reference::winograd_input_transform<T1>(src_t1, input_trans… in compute_reference()346 return reference::winograd_input_transform<T>(src, output_shape, winograd_info); in compute_reference()