class MXNet::Name::Manager
- MXNet::Name::Manager
- Reference
- Object
Overview
Name manager to do automatic naming.
Defined in:
mxnet/name/manager.crClass Method Summary
Instance Method Summary
-
#get(name : String?, hint : String)
Gets the canonical name for a symbol.
Class Method Detail
Instance Method Detail
def get(name : String?, hint : String)
#
Gets the canonical name for a symbol.
If name is specified, the specified name will be used. Otherwise, automatically generate a unique name based on hint.
Parameters
- name (
String
ornil
) The specified name. - hint (
String
) The hint string.