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,
Operand<Integer> elementShape,
Class<T> elementDtype)
Factory method to create a class wrapping a new TensorListPopBack operation.
|
Output<?> |
outputHandle() |
Output<T> |
tensor() |
equals, hashCode, op, toStringpublic static <T> TensorListPopBack<T> create(Scope scope, Operand<?> inputHandle, Operand<Integer> elementShape, Class<T> elementDtype)
scope - current scopeinputHandle - elementShape - elementDtype - public Output<?> outputHandle()
Copyright © 2015–2019. All rights reserved.