Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go22917 type TensorArrayV3Attr func(optionalAttr) type
22925 func TensorArrayV3ElementShape(value tf.Shape) TensorArrayV3Attr {
22936 func TensorArrayV3DynamicSize(value bool) TensorArrayV3Attr {
22948 func TensorArrayV3ClearAfterRead(value bool) TensorArrayV3Attr {
22963 func TensorArrayV3IdenticalElementShapes(value bool) TensorArrayV3Attr {
22975 func TensorArrayV3TensorArrayName(value string) TensorArrayV3Attr {
22990 func TensorArrayV3(scope *Scope, size tf.Output, dtype tf.DataType, optional ...TensorArrayV3Attr) … argument