Home
last modified time | relevance | path

Searched refs:LeakyReluAttr (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/go/op/
Dwrappers.go11092 type LeakyReluAttr func(optionalAttr) type
11096 func LeakyReluAlpha(value float32) LeakyReluAttr {
11103 func LeakyRelu(scope *Scope, features tf.Output, optional ...LeakyReluAttr) (activations tf.Output)… argument