MCPcopy Create free account
hub / github.com/CodingBeard/tfkg / GlobalMaxPooling3D

Function GlobalMaxPooling3D

layer/GlobalMaxPooling3D.go:16–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16func GlobalMaxPooling3D() *LGlobalMaxPooling3D {
17 return &LGlobalMaxPooling3D{
18 dataFormat: nil,
19 dtype: Float32,
20 keepdims: false,
21 name: UniqueName("global_max_pooling3d"),
22 trainable: true,
23 }
24}
25
26func (l *LGlobalMaxPooling3D) SetDataFormat(dataFormat interface{}) *LGlobalMaxPooling3D {
27 l.dataFormat = dataFormat

Callers

nothing calls this directly

Calls 1

UniqueNameFunction · 0.70

Tested by

no test coverage detected