• Ruslan Garnov's avatar
    Merge pull request #12990 from rgarnov:gapi_fluid_reshape_support · 443fed79
    Ruslan Garnov authored
    G-API: Introduce new `reshape()` API (#12990)
    
    * Moved initFluidUnits, initLineConsumption, calcLatency, calcSkew to separate functions
    
    * Added Fluid::View::allocate method (moved allocation logic from constructor)
    
    * Changed util::zip to util::indexed, utilized collectInputMeta in GFluidExecutable constructor
    
    * Added makeReshape method to FluidExecutable
    
    * Removed m_outputRoi from GFluidExecutable
    
    * Added reshape feature
    
    * Added switch of resize mapper if agent ratio was changed
    
    * Added more TODOs and renamed a function
    
    * G-API reshape(): add missing `override` specifiers
    
    Fix warnings on all platforms
    443fed79
Name
Last commit
Last update
..
README.md Loading commit data...
gapi_priv.cpp Loading commit data...
gapi_priv.hpp Loading commit data...
garray.cpp Loading commit data...
gbackend.cpp Loading commit data...
gbackend_priv.hpp Loading commit data...
gcall.cpp Loading commit data...
gcall_priv.hpp Loading commit data...
gcomputation.cpp Loading commit data...
gcomputation_priv.hpp Loading commit data...
gkernel.cpp Loading commit data...
gmat.cpp Loading commit data...
gnode.cpp Loading commit data...
gnode.hpp Loading commit data...
gnode_priv.hpp Loading commit data...
gproto.cpp Loading commit data...
gproto_priv.hpp Loading commit data...
gscalar.cpp Loading commit data...
kernels_core.cpp Loading commit data...
kernels_imgproc.cpp Loading commit data...
operators.cpp Loading commit data...