Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go7842 type PriorityQueueV2Attr func(optionalAttr) type
7850 func PriorityQueueV2ComponentTypes(value []tf.DataType) PriorityQueueV2Attr {
7861 func PriorityQueueV2Capacity(value int64) PriorityQueueV2Attr {
7872 func PriorityQueueV2Container(value string) PriorityQueueV2Attr {
7883 func PriorityQueueV2SharedName(value string) PriorityQueueV2Attr {
7904 func PriorityQueueV2(scope *Scope, shapes []tf.Shape, optional ...PriorityQueueV2Attr) (handle tf.O… argument