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

Fix for duplicate subgraph inputs/outputs #16131

Merged
merged 34 commits into from
Sep 10, 2020

Commits on Feb 13, 2020

  1. fix for duplicate inputs

    Sam Skalicky authored and Ubuntu committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    b010ffa View commit details
    Browse the repository at this point in the history
  2. fixed error

    Sam Skalicky authored and Ubuntu committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    a6ad15a View commit details
    Browse the repository at this point in the history
  3. fixed whitespace

    Sam Skalicky authored and Ubuntu committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    00499c9 View commit details
    Browse the repository at this point in the history
  4. Remove duplicate outputs from subgraphs

    Ubuntu authored and Ubuntu committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    87b665e View commit details
    Browse the repository at this point in the history
  5. changed subgraph to create map of outputs

    Sam Skalicky authored and Ubuntu committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    8045bab View commit details
    Browse the repository at this point in the history
  6. added static_cast

    Sam Skalicky authored and Ubuntu committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    82df19d View commit details
    Browse the repository at this point in the history
  7. changed map<int,v> to vector

    Sam Skalicky authored and Ubuntu committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    77f3f31 View commit details
    Browse the repository at this point in the history
  8. sanity fix

    Sam Skalicky authored and Ubuntu committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    a4b42db View commit details
    Browse the repository at this point in the history
  9. sanity2

    Sam Skalicky authored and Ubuntu committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    c6077dd View commit details
    Browse the repository at this point in the history
  10. updated backends with new connectSubgraphOutputs API

    Sam Skalicky authored and Ubuntu committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    3631bc7 View commit details
    Browse the repository at this point in the history
  11. fixed map creation logic

    Sam Skalicky authored and Ubuntu committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    fdd477b View commit details
    Browse the repository at this point in the history
  12. added updates for reattach function

    samskalicky authored and Ubuntu committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    7a210d6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a610f1c View commit details
    Browse the repository at this point in the history
  14. creating object based on var_name only

    Ubuntu committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    4db8eec View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. updating ConnectSubgraphOutputs for mkldnn_elemwisemul_post_quantize_…

    …property.h
    Ubuntu committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    be9c885 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. Configuration menu
    Copy the full SHA
    41c5e4c View commit details
    Browse the repository at this point in the history
  2. remove prints

    samskalicky committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    fde8a05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acc1e73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10652c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    b49b431 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to subgraph_fix
    Ubuntu committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    cd4f4d7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to subgraph_fix
    Ubuntu committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    6a20b0e View commit details
    Browse the repository at this point in the history
  3. revert changes

    Ubuntu committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    324f29b View commit details
    Browse the repository at this point in the history
  4. reverted changes

    Ubuntu committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    e0abc55 View commit details
    Browse the repository at this point in the history
  5. deduplicaated inputs to subgraph

    Ubuntu committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    93a8f35 View commit details
    Browse the repository at this point in the history
  6. deduplicated subgraph inputs

    Ubuntu committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    d155801 View commit details
    Browse the repository at this point in the history
  7. simplified inputs

    Ubuntu committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    6deea77 View commit details
    Browse the repository at this point in the history
  8. cleaned up

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

Commits on Aug 31, 2020

  1. deduplicate outputs

    Ubuntu committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    165bbd1 View commit details
    Browse the repository at this point in the history
  2. cleand up

    Ubuntu committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    5572d4c View commit details
    Browse the repository at this point in the history
  3. added deduplication to subgraph node outputs

    Ubuntu committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    7672a5f View commit details
    Browse the repository at this point in the history
  4. fixed prev compare

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

Commits on Sep 10, 2020

  1. fixed issue with inputs and added test

    Ubuntu committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    4a49810 View commit details
    Browse the repository at this point in the history
  2. fixd whitespace, removed prints

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