MXNetSharp
MXNetSharp copied to clipboard
Symbol.Bind multi-context executor
Currently the Bind extension methods assume a single context. Executors can be multi-context and the Executor type supports multiple contexts. Bind extensions methods should be updated to pass in a contextMap
when building the Executor type