aboutsummaryrefslogtreecommitdiff
path: root/src/backends/OutputHandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/OutputHandler.hpp')
-rw-r--r--src/backends/OutputHandler.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/backends/OutputHandler.hpp b/src/backends/OutputHandler.hpp
index dfc01844c9..97da87d8cc 100644
--- a/src/backends/OutputHandler.hpp
+++ b/src/backends/OutputHandler.hpp
@@ -39,6 +39,11 @@ public:
/// @param factory - Factory to be used for handler creation.
void CreateTensorHandles(const IWorkloadFactory& factory);
+ /// @brief - Creates tensor handlers used by the intermediate tensors. Does not allocate memory.
+ /// @param factory - Factory to be used for handler creation.
+ /// @param dataLayout - Data Layout to be used for handler creation.
+ void CreateTensorHandles(const IWorkloadFactory& factory, DataLayout dataLayout);
+
/// @brief - Gets the matching TensorInfo for the output.
/// @return - References to the output TensorInfo.
const TensorInfo& GetTensorInfo() const { return m_TensorInfo; }