Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / src / softmax.cpp
index 1096b87..70c5688 100644 (file)
@@ -28,6 +28,8 @@ primitive_type_id softmax_type_id()
 
 layout softmax_inst::calc_output_layout(softmax_node const& node)
 {
+    assert((bool)node.get_primitive()->output_data_type == false
+           && "Output data type forcing is not supported for softmax_node!");
     return node.input().get_output_layout();
 }