Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConvBlockModule ¶
type ConvBlockModule struct {
// contains filtered or unexported fields
}
func (*ConvBlockModule) Forward ¶
func (m *ConvBlockModule) Forward(inputs ...*godl.Node) godl.Nodes
func (*ConvBlockModule) Name ¶
func (m *ConvBlockModule) Name() string
type IdentityBlockModule ¶
type IdentityBlockModule struct {
// contains filtered or unexported fields
}
func IdentityBlock ¶
func IdentityBlock(m *godl.Model, opts BlockOpts) *IdentityBlockModule
func (*IdentityBlockModule) Forward ¶
func (m *IdentityBlockModule) Forward(inputs ...*godl.Node) godl.Nodes
func (*IdentityBlockModule) Name ¶
func (m *IdentityBlockModule) Name() string
type VGGFace2Module ¶
type VGGFace2Module struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.