aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/NetworkUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/NetworkUtils.hpp')
-rw-r--r--src/armnn/NetworkUtils.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/armnn/NetworkUtils.hpp b/src/armnn/NetworkUtils.hpp
index 38e0aabaf9..74e872cfbc 100644
--- a/src/armnn/NetworkUtils.hpp
+++ b/src/armnn/NetworkUtils.hpp
@@ -11,16 +11,6 @@
namespace armnn
{
-std::vector<ConvertBf16ToFp32Layer*> InsertConvertBf16ToFp32LayersBefore(Graph& graph,
- Layer& layer,
- bool expectCorrectInputType = true);
-
-std::vector<ConvertFp32ToBf16Layer*> InsertConvertFp32ToBf16LayersBefore(Graph& graph,
- Layer& layer,
- bool expectCorrectInputType = true);
-
-std::vector<ConvertFp32ToBf16Layer*> InsertConvertFp32ToBf16LayersAfter(Graph& graph, Layer& layer);
-
std::vector<ConvertFp16ToFp32Layer*> InsertConvertFp16ToFp32LayersBefore(Graph& graph,
Layer& layer,
bool expectCorrectInputType = true);