1. 24 Dec, 2020 2 commits
    • Ilya Lavrenov's avatar
    • Szymon Durawa's avatar
      Visitor api ti implementation (#3576) · 431485e4
      Szymon Durawa authored
      * TensorIterator deserialization. Introduce new on_adapter(Function) and add implementation in on_adapter(void) for Input and Output Descriptions. Remove factory adapter.
      
      * Add comments to functions provided. Add missing  on_adapter() after rebase.
      
      * Apply formatting.
      
      * Remove visit_attributes from SubGraphOp, remove declaration for createSubGraphLayer.
      
      * Add port map parsing to address not consecutive order of external_port_id appearance.
      
      * Remove header for factory_adapter.
      
      * Add on_adapter() in V10Parse::parse() function.
      
      * Add m_num_iterations initialization for concat output.
      
      * Remove redundant lines, add doxygen comments.
      
      * Change cpp/ie_cnn_network.h to local include, remove temporary map object from range for loop.
      
      * Restore protected access for SubGraphOp.
      431485e4
  2. 23 Dec, 2020 12 commits
  3. 22 Dec, 2020 13 commits
  4. 21 Dec, 2020 8 commits
    • George Zlobin's avatar
    • Krzysztof Bruniecki's avatar
      Gna fix mt with iterations (#3297) · a497153d
      Krzysztof Bruniecki authored
      * Enable CoreThreadingTestsWithIterations tests for GNA
      
        Sync rest of GNA Lib API,
        Sync Config for MT tests
        Change models in CoreThreadingTestsWithIterations to be compat with GNA
      
      * Use parameter for model set selection
      
      * Fix style
      
      * Disable HETERO CoreThreadingTestsWithIterations tests and create issue 45658
      a497153d
    • Pavel Esir's avatar
      nGraph 'shell' implementation for GatherElements-6 and MO 'shell' implementation (#3467) · d2a23680
      Pavel Esir authored
      * Initial support of GatherElements in MO and nGraph
      
      * apply_style
      
      * added lost extractor for GatherElements
      
      * Corrected GatherElements::validate_and_infer_types
      
      * updated package_BOM.txt
      
      * Type_t added
      
      * started to implement ngraph shape_type_infer unit-tests
      
      * finally implemented all ngraph shape_inference unit-tests
      
      * updated Supported_Frameworks_Layers.md
      
      * added correct handling of dynamic shapes in nGraph, added unit-tests for dynamic cases, fixed dump typos in MO, replaced axis type from int -> int64_t
      
      * implemented shape infer for dynamic shapes with intervals
      
      * finalized MO implementation
      
      * applied comment from review
      
      * style-apply
      
      * spec correction
      
      * removed conflict
      
      * fixed typos
      
      * removed obsolete comments form type_prop
      
      * significant corrections in validate_and_infer_types
      
      * style-apply
      
      * data_rank check for axis
      d2a23680
    • George Zlobin's avatar
      [IE][VPU]: Shape compression (#3500) · 93554903
      George Zlobin authored
      * This change prevents saving the same shapes in a blob. If more than one data have the same shapes, only one will be saved in the blob.
      93554903
    • Ilya Churaev's avatar
      Enable Conditional Compilation for nGraph evaluate methods (#3666) · b2399ce0
      Ilya Churaev authored
      * Added CC macro to nGraph
      
      * Add CC to evaluate methods
      
      * Fixed tests
      
      * Fixed comments
      
      * Add private evaluates
      
      * Fixed code style and names
      
      * Fixed code style
      
      * Fixed build
      b2399ce0
    • Mateusz Bencer's avatar
      Resolved problems with ssd_resnet34_mlperf_opset10 (#3487) · 0b05653d
      Mateusz Bencer authored
      * Resolved problems with ssd_resnet34_1200
      
      * removed debug code
      
      * Added correct handling onnx nodes from parent graph scope
      
      * removed unnecessary include
      
      * fixed calcution index to replace
      
      * fixed LoopParentParametersUsedInBody test
      
      * added set_friendly_name
      
      * apply Unsqueeze for each concatenated Loop output
      
      * added handling trip count with value max_int
      
      * merge from upstream/master
      
      * update xfail list
      
      * added checking is trip_count is constant
      0b05653d
    • Evgeny Lazarev's avatar
      Enable TF 2.0 Object Detection API models (#3556) · c6bfac6e
      Evgeny Lazarev authored
      * Config for TF 2.0 Faster R-CNN models, refactored subgraph_between_nodes to use graph API
      
      * Added support for new type of Preprocessing block in the TF 2.0 OD API models. Various fixes to enable the Faster R-CNN ResNet 50
      
      * Updated text comments
      
      * Fixed sub_graph_between_nodes for TensorIteratorMerge. Added support for the TF 2.X EfficientDet models (not yet reshape-able)
      
      * Fixed unit tests
      
      * Fixed regression for TF 1.X OD API SSD model, enabled TF 2.0 OD API SSD models
      
      * Code clean up
      
      * Switched TF 2.0 OD API Faster R-CNN to preprocessor replacement type 2
      
      * Refactored ObjectDetectionAPIPreprocessorReplacement and ObjectDetectionAPIPreprocessor2Replacement
      
      * Fixed bug in the Div transformation to Mul when input is integer.
      
      * Added support for the TF 2.0 OD API Mask R-CNN
      
      * Added unit tests for Div operation. Updated incorrectly modified mask_rcnn_support_api_v1.14.json
      
      * Updated document with list of supported configuration files for TF OD API models
      
      * Review comments
      
      * Added tests for control flow edges for the sub_graph_between_nodes function
      
      * Two more tests
      c6bfac6e
    • Anton Chetverikov's avatar
      soft_get fix (#3662) · 129a6553
      Anton Chetverikov authored
      129a6553
  5. 18 Dec, 2020 2 commits
  6. 17 Dec, 2020 3 commits