Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go26183 type PriorityQueueV2Attr func(optionalAttr) type
26191 func PriorityQueueV2ComponentTypes(value []tf.DataType) PriorityQueueV2Attr {
26202 func PriorityQueueV2Capacity(value int64) PriorityQueueV2Attr {
26213 func PriorityQueueV2Container(value string) PriorityQueueV2Attr {
26224 func PriorityQueueV2SharedName(value string) PriorityQueueV2Attr {
26245 func PriorityQueueV2(scope *Scope, shapes []tf.Shape, optional ...PriorityQueueV2Attr) (handle tf.O… argument