Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change net to operator #2846

Merged
merged 22 commits into from
Jul 16, 2017
Merged

change net to operator #2846

merged 22 commits into from
Jul 16, 2017

Commits on Jul 13, 2017

  1. change net to operator

    jacquesqiao committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    1cd208a View commit details
    Browse the repository at this point in the history
  2. update dependency

    jacquesqiao committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    843ca37 View commit details
    Browse the repository at this point in the history
  3. fix typo

    jacquesqiao committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    b4241da View commit details
    Browse the repository at this point in the history
  4. tmp

    jacquesqiao committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    5e34298 View commit details
    Browse the repository at this point in the history
  5. use OpPtr

    jacquesqiao committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    c12cf1d View commit details
    Browse the repository at this point in the history
  6. use ScopePtr

    jacquesqiao committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    f96d7c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf5197d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a57f20e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. Configuration menu
    Copy the full SHA
    fc85e6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fea4359 View commit details
    Browse the repository at this point in the history
  3. fix conflict

    jacquesqiao committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    bb8ab09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6879eb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    994ca58 View commit details
    Browse the repository at this point in the history
  6. tmp

    jacquesqiao committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    01f7963 View commit details
    Browse the repository at this point in the history
  7. refine net_op

    jacquesqiao committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    58bfcec View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2017

  1. Complete NetOp

    * OperatorBase should not store OpDesc, because not All op contains an
      OpDesc and not all ops create from OpDesc.
      * Networks do not contain OpDesc, and do not created by OpDesc
    * Do not register Network to OpRegistry.
      * The network is directly created by user in Python. Not from
        registry.
    * Correctly handle the `inputs` and `outputs` of a Network.
      * Add CompleteAddOp() methods
    * Remove `AddOp(OpDesc&)`. All op are added by pointer.
    * Rewrite unit test for truely tested what networks do.
    * Remove `DemoOp` and `DemoOpTest` because it is useless and break the
      CI
    reyoung committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    ca10db7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from reyoung/net-op

    Refine NetOp
    jacquesqiao committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    796b763 View commit details
    Browse the repository at this point in the history
  3. add add_op_done_ and test

    jacquesqiao committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    467bdba View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2017

  1. Configuration menu
    Copy the full SHA
    e235d08 View commit details
    Browse the repository at this point in the history
  2. fix style

    jacquesqiao committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    c62986f View commit details
    Browse the repository at this point in the history
  3. optimize operator_test

    jacquesqiao committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    1429d96 View commit details
    Browse the repository at this point in the history
  4. optimize operator_test

    jacquesqiao committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    b605ce6 View commit details
    Browse the repository at this point in the history