blob: 65f64dffedfcc8b08321c3e977e6b626f8b342f0 [file] [log] [blame]
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
#include "armnn/Tensor.hpp"
#include <backendsCommon/Workload.hpp>
#include <backendsCommon/WorkloadData.hpp>
namespace armnn
{
void Pad(const TensorInfo& inputInfo,
const TensorInfo& outputInfo,
const ITensorHandle* inputHandle,
ITensorHandle* outputHandle,
const PadQueueDescriptor& data);
} //namespace armnn