apeforest commented on a change in pull request #15593: Large Index Support for
Slice
URL: https://github.com/apache/incubator-mxnet/pull/15593#discussion_r311863890
##########
File path: src/c_api/c_api_symbolic.cc
##########
@@ -528,7 +528,7 @@ int MXSymbolInferShape(SymbolHandle sym,
const mx_uint ***aux_shape_data,
int *complete) {
nnvm::Symbol *s = static_cast<nnvm::Symbol*>(sym);
- MXAPIThreadLocalEntry *ret = MXAPIThreadLocalStore::Get();
+ MXAPIThreadLocalEntry<> *ret = MXAPIThreadLocalStore<>::Get();
API_BEGIN();
nnvm::Graph g = Symbol2Graph(*s);
Review comment:
Can we replace this body with `SymbolInferShapeImpl` as well?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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