Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go9203 type UnpackAttr func(optionalAttr) type
9210 func UnpackAxis(value int64) UnpackAttr {
9236 func Unpack(scope *Scope, value tf.Output, num int64, optional ...UnpackAttr) (output []tf.Output) { argument