• M
    Merge pull request #19752 from mpashchenkov:mp/onnx-int64-to-32 · 69fc0acd
    Maxim Pashchenkov 提交于
    G-API: ONNX. Adding INT64-32 conversion for output.
    
    * Added int64 to 32 conversion
    
    * Added warning
    
    * Added type checks for all toCV
    
    * Added type checks for tests
    
    * Small fixes
    
    * Const for fixture in test
    
    * std::tuple if retutn value for toCV
    
    * Mistake
    
    * Changed toCV for tests
    
    * Added Assert
    
    * Fix for comments
    
    * One conversion for ONNX and IE
    
    * Clean up
    
    * One more fix
    
    * Added copyFromONNX
    
    * Removed warning
    
    * Apply review comments
    69fc0acd
gonnxbackend.cpp 44.5 KB