[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-07-10 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r201547888 ## File path: src/operator/contrib/tensorrt.cc ## @@ -0,0 +1,196 @@ +/* + * Licensed to the Apache

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-07-10 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r201547571 ## File path: src/executor/tensorrt_pass.cc ## @@ -0,0 +1,583 @@ +/* + * Licensed to the Apache

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-07-10 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r201520406 ## File path: src/operator/contrib/tensorrt.cc ## @@ -0,0 +1,196 @@ +/* + * Licensed to the Apache

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-30 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r199338807 ## File path: src/executor/tensorrt_pass.cc ## @@ -0,0 +1,583 @@ +/* + * Licensed to the Apache

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-30 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r199338701 ## File path: src/executor/tensorrt_pass.cc ## @@ -0,0 +1,583 @@ +/* + * Licensed to the Apache

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-26 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r198245399 ## File path: include/mxnet/executor.h ## @@ -152,19 +152,19 @@ class Executor { static Executor*

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-25 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r198010854 ## File path: src/operator/contrib/tensorrt-inl.h ## @@ -0,0 +1,140 @@ +#ifndef

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-24 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197672868 ## File path: src/executor/exec_pass.h ## @@ -198,6 +198,27 @@ Graph InferStorageType(Graph&& graph,

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-24 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197677278 ## File path: src/executor/tensorrt_pass.cc ## @@ -0,0 +1,583 @@ +/* + * Licensed to the Apache

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-24 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197673326 ## File path: src/executor/graph_executor.cc ## @@ -940,6 +968,91 @@ void

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-24 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197671320 ## File path: docs/api/python/contrib/tensorrt.md ## @@ -0,0 +1,117 @@ +# MxNet-TensorRT Runtime

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-24 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197677167 ## File path: src/executor/tensorrt_pass.cc ## @@ -0,0 +1,583 @@ +/* + * Licensed to the Apache

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-24 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197672107 ## File path: docs/api/python/contrib/tensorrt.md ## @@ -0,0 +1,117 @@ +# MxNet-TensorRT Runtime

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-24 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197672761 ## File path: src/common/serialization.h ## @@ -0,0 +1,526 @@ +/* + * Licensed to the Apache Software

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-24 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197675795 ## File path: src/executor/tensorrt_pass.cc ## @@ -0,0 +1,583 @@ +/* + * Licensed to the Apache

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-24 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197677809 ## File path: src/executor/tensorrt_pass.cc ## @@ -0,0 +1,583 @@ +/* + * Licensed to the Apache

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-24 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197672536 ## File path: include/mxnet/executor.h ## @@ -152,19 +152,19 @@ class Executor { static Executor*

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-24 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197672435 ## File path: include/mxnet/executor.h ## @@ -152,19 +152,19 @@ class Executor { static Executor*

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-24 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197671873 ## File path: docs/api/python/contrib/tensorrt.md ## @@ -0,0 +1,117 @@ +# MxNet-TensorRT Runtime

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-24 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197679496 ## File path: src/operator/contrib/tensorrt-inl.h ## @@ -0,0 +1,140 @@ +#ifndef

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-24 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197679709 ## File path: src/operator/contrib/tensorrt.cc ## @@ -0,0 +1,196 @@ +/* + * Licensed to the Apache

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-24 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197671814 ## File path: docs/api/python/contrib/tensorrt.md ## @@ -0,0 +1,117 @@ +# MxNet-TensorRT Runtime

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-24 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197679388 ## File path: src/operator/contrib/tensorrt-inl.h ## @@ -0,0 +1,140 @@ +#ifndef

[GitHub] reminisce commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-24 Thread GitBox
reminisce commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197675426 ## File path: src/executor/tensorrt_pass.cc ## @@ -0,0 +1,583 @@ +/* + * Licensed to the Apache