Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[1.x] Backporting #18779 to v1.x #18894

Merged
merged 11 commits into from
Aug 18, 2020
Merged

Commits on Aug 10, 2020

  1. initial commit

    Ubuntu committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    6cb4dd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Support extra inputs for subgraph ops (apache#18779)

    Support additional inputs to custom subgraph ops that are not direct dependencies to ops in the subgraph. This will enable various use cases: custom control flow ops, custom ops that maintain a state that should be saved/loaded, etc.
    
    Highlights:
    
    * Added test that uses a graph pass (addInputPass) to add a new custom input to the subgraph op
    
    * Added new optional argument (clear) to hybridize & optimize_for APIs in Gluon Block to enable multiple optimizations
    
    * refactored lib_api.h JSON utilities
    
    * added new Graph data structure utilities to simplify custom graph passes
    
    * refactored custom op registration
    
    * enhanced custom subgraph op to support additional inputs to subgraph op that is not an input to ops in the subgraph
    
    * updated subgraph & graph pass READMEs
    
    * Added error messaging from external library
    samskalicky authored and Ubuntu committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    c7734dd View commit details
    Browse the repository at this point in the history
  2. changed messages

    Ubuntu committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    f5abf26 View commit details
    Browse the repository at this point in the history
  3. changed to pointers and types

    Ubuntu committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    5c583c2 View commit details
    Browse the repository at this point in the history
  4. added cast

    Ubuntu committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    0a9302c View commit details
    Browse the repository at this point in the history
  5. updated cast

    Ubuntu committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    db223ab View commit details
    Browse the repository at this point in the history
  6. fixed signed int

    Ubuntu committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    a4b15f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. whitespace

    Ubuntu committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    9efad5a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v1.x' of https://github.com/apache/incubator-mxnet into…

    … subgraph_v18
    Ubuntu committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    d623aba View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. fixd pass resource

    Ubuntu committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    195232b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v1.x' of https://github.com/apache/incubator-mxnet into…

    … subgraph_v18
    Ubuntu committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    7e2a19c View commit details
    Browse the repository at this point in the history