BaseLayer¶
-
class
tfsnippet.layers.BaseLayer(name=None, scope=None)¶ Bases:
tfsnippet.utils.reuse.VarScopeObjectBase class for all neural network layers.
Attributes Summary
nameGet the name of this object. variable_scopeGet the variable scope of this object. Methods Summary
__call__(…) <==> x(…)apply(input)Apply the layer on input, to produce output. build([input])Build the layer, creating all required variables. Attributes Documentation
-
name¶ Get the name of this object.
-
variable_scope¶ Get the variable scope of this object.
Methods Documentation
-
__call__(...) <==> x(...)¶
-