Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go6422 type MapSizeAttr func(optionalAttr) type
6428 func MapSizeCapacity(value int64) MapSizeAttr {
6438 func MapSizeMemoryLimit(value int64) MapSizeAttr {
6446 func MapSizeContainer(value string) MapSizeAttr {
6454 func MapSizeSharedName(value string) MapSizeAttr {
6461 func MapSize(scope *Scope, dtypes []tf.DataType, optional ...MapSizeAttr) (size tf.Output) { argument