vandanavk commented on issue #8270: 10 Undefined names in Python code
URL: 
https://github.com/apache/incubator-mxnet/issues/8270#issuecomment-412399056
 
 
   `./python/mxnet/base.py:735:12: F821 undefined name 'C'
       return C.c_int(init_val)
              ^
   ./python/mxnet/base.py:739:14: F821 undefined name 'C'
       x_addr = C.addressof(x)
                ^
   ./python/mxnet/base.py:740:13: F821 undefined name 'C'
       int_p = C.POINTER(C.c_int)
               ^
   ./python/mxnet/base.py:740:23: F821 undefined name 'C'
       int_p = C.POINTER(C.c_int)
                         ^
   ./python/mxnet/base.py:741:18: F821 undefined name 'C'
       x_int_addr = C.cast(x_addr, int_p)
                    ^
   `
   @mkolod @KellenSunderland These have been introduced by the TensorRT commit. 
Could you have a look at these?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to