Class XlaSparseGradientsStack<U extends TType>
java.lang.Object
org.tensorflow.op.RawOp
org.tensorflow.op.xla.XlaSparseGradientsStack<U>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of this op, as known by TensorFlow core engine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasOutput()Returns the symbolic handle of the tensor.static <U extends TType>
XlaSparseGradientsStack<U> create(Scope scope, Iterable<Operand<? extends TType>> unstackedGradients, Boolean interleaved, Class<U> dtype) Factory method to create a class wrapping a new XlaSparseGradientsStack operation.Gets stackedGradients.Methods inherited from interface Op
envModifier and TypeMethodDescriptiondefault ExecutionEnvironmentenv()Return the execution environment this op was created in.
-
Field Details
-
OP_NAME
The name of this op, as known by TensorFlow core engine- See Also:
-
-
Constructor Details
-
XlaSparseGradientsStack
-
-
Method Details
-
create
@Endpoint(describeByClass=true) public static <U extends TType> XlaSparseGradientsStack<U> create(Scope scope, Iterable<Operand<? extends TType>> unstackedGradients, Boolean interleaved, Class<U> dtype) Factory method to create a class wrapping a new XlaSparseGradientsStack operation.- Type Parameters:
U- data type forXlaSparseGradientsStackoutput and operands- Parameters:
scope- current scopeunstackedGradients- The unstackedGradients valueinterleaved- The value of the interleaved attributedtype- The value of the dtype attribute- Returns:
- a new instance of XlaSparseGradientsStack
-
stackedGradients
-
asOutput
Description copied from interface:OperandReturns the symbolic handle of the tensor.Inputs to TensorFlow operations are outputs of another TensorFlow operation. This method is used to obtain a symbolic handle that represents the computation of the input.
-