Class BesselI0e<T extends TNumber>
java.lang.Object
org.tensorflow.op.RawOp
org.tensorflow.op.math.BesselI0e<T>
-
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
-
Field Details
-
OP_NAME
The name of this op, as known by TensorFlow core engine- See Also:
-
-
Constructor Details
-
BesselI0e
-
-
Method Details
-
create
@Endpoint(describeByClass=true) public static <T extends TNumber> BesselI0e<T> create(Scope scope, Operand<T> x) Factory method to create a class wrapping a new BesselI0e operation.- Type Parameters:
T- data type forBesselI0eoutput and operands- Parameters:
scope- current scopex- The x value- Returns:
- a new instance of BesselI0e
-
y
-
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.
-