class MXNet::Gluon::BlockScope
- MXNet::Gluon::BlockScope
- Reference
- Object
Overview
Scope for collecting child Blocks
.
Defined in:
mxnet/gluon/block.crClass Method Summary
-
.create(prefix, params, hint) : Tuple(String, ParameterDict)
Creates prefix and params for new
Block
.
Instance Method Summary
Class Method Detail
def self.create(prefix, params, hint) : Tuple(String, ParameterDict)
#
Creates prefix and params for new Block
.