aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/BackendHelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/BackendHelper.cpp')
-rw-r--r--src/armnn/BackendHelper.cpp28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/armnn/BackendHelper.cpp b/src/armnn/BackendHelper.cpp
index 6638709d6f..ff899d49ea 100644
--- a/src/armnn/BackendHelper.cpp
+++ b/src/armnn/BackendHelper.cpp
@@ -307,34 +307,6 @@ bool LayerSupportHandle::IsConstantSupported(const TensorInfo& output,
reasonIfUnsupported);
}
-bool LayerSupportHandle::IsConvertBf16ToFp32Supported(const TensorInfo& input,
- const TensorInfo& output,
- Optional<std::string&> reasonIfUnsupported)
-{
- TensorInfos infos{input, output};
-
- return m_LayerSupport->IsLayerSupported(LayerType::ConvertBf16ToFp32,
- infos,
- BaseDescriptor(),
- EmptyOptional(),
- EmptyOptional(),
- reasonIfUnsupported);
-}
-
-bool LayerSupportHandle::IsConvertFp32ToBf16Supported(const TensorInfo& input,
- const TensorInfo& output,
- Optional<std::string&> reasonIfUnsupported)
-{
- TensorInfos infos{input, output};
-
- return m_LayerSupport->IsLayerSupported(LayerType::ConvertFp32ToBf16,
- infos,
- BaseDescriptor(),
- EmptyOptional(),
- EmptyOptional(),
- reasonIfUnsupported);
-}
-
bool LayerSupportHandle::IsConvertFp16ToFp32Supported(const TensorInfo& input,
const TensorInfo& output,
Optional<std::string&> reasonIfUnsupported)