Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go5577 type MapSizeAttr func(optionalAttr) type
5583 func MapSizeCapacity(value int64) MapSizeAttr {
5593 func MapSizeMemoryLimit(value int64) MapSizeAttr {
5601 func MapSizeContainer(value string) MapSizeAttr {
5609 func MapSizeSharedName(value string) MapSizeAttr {
5616 func MapSize(scope *Scope, dtypes []tf.DataType, optional ...MapSizeAttr) (size tf.Output) { argument