@Operator public final class TensorArrayClose extends PrimitiveOp
This enables the user to close and release the resource in the middle of a step/run.
operation| Modifier and Type | Method and Description |
|---|---|
static TensorArrayClose |
create(Scope scope,
Operand<?> handle)
Factory method to create a class to wrap a new TensorArrayClose operation to the graph.
|
equals, hashCode, toStringpublic static TensorArrayClose create(Scope scope, Operand<?> handle)
scope - current graph scopehandle - The handle to a TensorArray (output of TensorArray or TensorArrayGrad).Copyright © 2015–2019. All rights reserved.