mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge pull request #14697 from l-bat:Slice_ONNX
* Support Slice layer in ONNX importer * Add IE support * Fix ONNX importer * Fix Slice
This commit is contained in:
committed by
Alexander Alekhin
parent
254f88f805
commit
5e80191d27
@@ -245,6 +245,11 @@ TEST_P(Test_ONNX_layers, Reshape)
|
||||
testONNXModels("unsqueeze");
|
||||
}
|
||||
|
||||
TEST_P(Test_ONNX_layers, Slice)
|
||||
{
|
||||
testONNXModels("slice");
|
||||
}
|
||||
|
||||
TEST_P(Test_ONNX_layers, Softmax)
|
||||
{
|
||||
testONNXModels("softmax");
|
||||
|
||||
Reference in New Issue
Block a user