aboutsummaryrefslogtreecommitdiff
path: root/src/graph/nodes/SoftmaxLayerNode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/nodes/SoftmaxLayerNode.cpp')
-rw-r--r--src/graph/nodes/SoftmaxLayerNode.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/graph/nodes/SoftmaxLayerNode.cpp b/src/graph/nodes/SoftmaxLayerNode.cpp
index b6241e6654..57e556160f 100644
--- a/src/graph/nodes/SoftmaxLayerNode.cpp
+++ b/src/graph/nodes/SoftmaxLayerNode.cpp
@@ -69,11 +69,6 @@ TensorDescriptor SoftmaxLayerNode::configure_output(size_t idx) const
return out_desc;
}
-Status SoftmaxLayerNode::validate()
-{
- return Status{};
-}
-
NodeType SoftmaxLayerNode::type() const
{
return NodeType::SoftmaxLayer;