[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15581: Numpy-compatible Infra

2019-08-01 Thread GitBox
reminisce commented on a change in pull request #15581: Numpy-compatible Infra URL: https://github.com/apache/incubator-mxnet/pull/15581#discussion_r309909663 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -0,0 +1,1007 @@ +# Licensed to the Apache Software

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15581: Numpy-compatible Infra

2019-08-01 Thread GitBox
reminisce commented on a change in pull request #15581: Numpy-compatible Infra URL: https://github.com/apache/incubator-mxnet/pull/15581#discussion_r309907676 ## File path: python/mxnet/numpy/multiarray.py ## @@ -0,0 +1,1551 @@ +#!/usr/bin/env python + +# Licensed to the

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15581: Numpy-compatible Infra

2019-08-01 Thread GitBox
reminisce commented on a change in pull request #15581: Numpy-compatible Infra URL: https://github.com/apache/incubator-mxnet/pull/15581#discussion_r309906036 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -0,0 +1,289 @@ +# pylint: disable=C0302 +# Licensed to the

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15581: Numpy-compatible Infra

2019-08-01 Thread GitBox
reminisce commented on a change in pull request #15581: Numpy-compatible Infra URL: https://github.com/apache/incubator-mxnet/pull/15581#discussion_r309909689 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -0,0 +1,1007 @@ +# Licensed to the Apache Software

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15581: Numpy-compatible Infra

2019-08-01 Thread GitBox
reminisce commented on a change in pull request #15581: Numpy-compatible Infra URL: https://github.com/apache/incubator-mxnet/pull/15581#discussion_r309909194 ## File path: python/mxnet/numpy/multiarray.py ## @@ -0,0 +1,1551 @@ +#!/usr/bin/env python + +# Licensed to the

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15581: Numpy-compatible Infra

2019-08-01 Thread GitBox
reminisce commented on a change in pull request #15581: Numpy-compatible Infra URL: https://github.com/apache/incubator-mxnet/pull/15581#discussion_r309909126 ## File path: python/mxnet/numpy/multiarray.py ## @@ -0,0 +1,1551 @@ +#!/usr/bin/env python + +# Licensed to the

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15581: Numpy-compatible Infra

2019-08-01 Thread GitBox
reminisce commented on a change in pull request #15581: Numpy-compatible Infra URL: https://github.com/apache/incubator-mxnet/pull/15581#discussion_r309905439 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -225,6 +244,7 @@ def __radd__(self, other): def

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15581: Numpy-compatible Infra

2019-08-01 Thread GitBox
reminisce commented on a change in pull request #15581: Numpy-compatible Infra URL: https://github.com/apache/incubator-mxnet/pull/15581#discussion_r309905390 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -207,6 +225,7 @@ def _to_shared_mem(self): def

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15581: Numpy-compatible Infra

2019-08-01 Thread GitBox
reminisce commented on a change in pull request #15581: Numpy-compatible Infra URL: https://github.com/apache/incubator-mxnet/pull/15581#discussion_r309908559 ## File path: python/mxnet/numpy/multiarray.py ## @@ -0,0 +1,1551 @@ +#!/usr/bin/env python + +# Licensed to the

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15581: Numpy-compatible Infra

2019-08-01 Thread GitBox
reminisce commented on a change in pull request #15581: Numpy-compatible Infra URL: https://github.com/apache/incubator-mxnet/pull/15581#discussion_r309905893 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -0,0 +1,289 @@ +# pylint: disable=C0302 +# Licensed to the

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15581: Numpy-compatible Infra

2019-08-01 Thread GitBox
reminisce commented on a change in pull request #15581: Numpy-compatible Infra URL: https://github.com/apache/incubator-mxnet/pull/15581#discussion_r309899275 ## File path: python/mxnet/gluon/utils.py ## @@ -430,3 +432,44 @@ def shape_is_known(shape): assert

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15581: Numpy-compatible Infra

2019-08-01 Thread GitBox
reminisce commented on a change in pull request #15581: Numpy-compatible Infra URL: https://github.com/apache/incubator-mxnet/pull/15581#discussion_r309897708 ## File path: python/mxnet/_ctypes/ndarray.py ## @@ -118,6 +130,13 @@ def __init__(self, sym, flags=()): def

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15581: Numpy-compatible Infra

2019-07-31 Thread GitBox
reminisce commented on a change in pull request #15581: Numpy-compatible Infra URL: https://github.com/apache/incubator-mxnet/pull/15581#discussion_r309459033 ## File path: python/mxnet/numpy/multiarray.py ## @@ -0,0 +1,2147 @@ +#!/usr/bin/env python + +# Licensed to the

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15581: Numpy-compatible Infra

2019-07-31 Thread GitBox
reminisce commented on a change in pull request #15581: Numpy-compatible Infra URL: https://github.com/apache/incubator-mxnet/pull/15581#discussion_r309457873 ## File path: python/mxnet/gluon/utils.py ## @@ -430,3 +432,44 @@ def shape_is_known(shape): assert