class MXNet::Name::Manager

Overview

Name manager to do automatic naming.

Defined in:

mxnet/name/manager.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.current #

[View source]

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 or nil) The specified name.
  • hint (String) The hint string.

[View source]