T - data type for tensor() output@Operator public final class TensorListPopBack<T> extends PrimitiveOp
Fails if the list is empty.
input_handle: the input list tensor: the withdrawn last element of the list element_dtype: the type of elements in the list element_shape: the shape of the output tensor
operation| Modifier and Type | Method and Description |
|---|---|
static <T> TensorListPopBack<T> |
create(Scope scope,
Operand<?> inputHandle,
Class<T> elementDtype)
Factory method to create a class to wrap a new TensorListPopBack operation to the graph.
|
Output<?> |
outputHandle() |
Output<T> |
tensor() |
equals, hashCode, toStringpublic static <T> TensorListPopBack<T> create(Scope scope, Operand<?> inputHandle, Class<T> elementDtype)
scope - current graph scopeinputHandle - elementDtype - public Output<?> outputHandle()
Copyright © 2015–2019. All rights reserved.