コード例 #1
0
ファイル: __init__.py プロジェクト: zuiwufenghua/blocks
class NDimensionalSoftmax(Softmax):
    decorators = [WithExtraDims()]
コード例 #2
0
class NDimensionalSoftmaxWithMask(SoftmaxWithMask):
    decorators = [WithExtraDims()]
コード例 #3
0
class SoftmaxWithExtraDims(Softmax):
    decorators = [WithExtraDims()]
コード例 #4
0
class LinearWithExtraDims(Linear):
    decorators = [WithExtraDims()]
コード例 #5
0
class SelectInEachSubtensor(SelectInEachRow):
    decorators = [WithExtraDims()]
コード例 #6
0
class NDimensionalCostObject(CostObject):
    decorators = [WithExtraDims()]