Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/genop/internal/
Dgenop_test.go399 type ShapeNAttr func(optionalAttr)
403 func ShapeNOutType(value tf.DataType) ShapeNAttr {
412 func ShapeN(scope *Scope, input []tf.Output, optional ...ShapeNAttr) (output []tf.Output) {
/external/tensorflow/tensorflow/go/op/
Dwrappers.go4535 type ShapeNAttr func(optionalAttr) type
4539 func ShapeNOutType(value tf.DataType) ShapeNAttr {
4548 func ShapeN(scope *Scope, input []tf.Output, optional ...ShapeNAttr) (output []tf.Output) { argument