Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go19220 type SqueezeAttr func(optionalAttr) type
19230 func SqueezeAxis(value []int64) SqueezeAttr {
19262 func Squeeze(scope *Scope, input tf.Output, optional ...SqueezeAttr) (output tf.Output) { argument