- close() - Method in class org.tensorflow.Graph
-
Release resources associated with the Graph.
- close() - Method in class org.tensorflow.SavedModelBundle
-
Releases resources (the
Graph and
Session) associated with the saved model
bundle.
- close() - Method in class org.tensorflow.Session
-
Release resources associated with the Session.
- close() - Method in class org.tensorflow.Tensor
-
Release resources associated with the Tensor.
- Constant<T> - Class in org.tensorflow.op.core
-
An operator producing a constant value.
- copyTo(U) - Method in class org.tensorflow.Tensor
-
Copies the contents of the tensor to dst and returns dst.
- create(Scope, Object, Class<T>) - Static method in class org.tensorflow.op.core.Constant
-
Create a constant from a Java object.
- create(Scope, long[], IntBuffer) - Static method in class org.tensorflow.op.core.Constant
-
- create(Scope, long[], FloatBuffer) - Static method in class org.tensorflow.op.core.Constant
-
- create(Scope, long[], DoubleBuffer) - Static method in class org.tensorflow.op.core.Constant
-
- create(Scope, long[], LongBuffer) - Static method in class org.tensorflow.op.core.Constant
-
- create(Scope, Class<T>, long[], ByteBuffer) - Static method in class org.tensorflow.op.core.Constant
-
Create a constant with data from the given buffer.
- create(Object, Class<T>) - Static method in class org.tensorflow.Tensor
-
Creates a Tensor from a Java object.
- create(Object) - Static method in class org.tensorflow.Tensor
-
Creates a tensor from an object whose class is inspected to figure out what the underlying data
type should be.
- create(long[], IntBuffer) - Static method in class org.tensorflow.Tensor
-
Create a
Integer Tensor with data from the given buffer.
- create(long[], FloatBuffer) - Static method in class org.tensorflow.Tensor
-
Create a
Float Tensor with data from the given buffer.
- create(long[], DoubleBuffer) - Static method in class org.tensorflow.Tensor
-
Create a
Double Tensor with data from the given buffer.
- create(long[], LongBuffer) - Static method in class org.tensorflow.Tensor
-
Create an
Long Tensor with data from the given buffer.
- create(Class<T>, long[], ByteBuffer) - Static method in class org.tensorflow.Tensor
-
Create a Tensor of any type with data from the given buffer.
- create(String) - Static method in class org.tensorflow.Tensors
-
Creates a scalar String tensor using the default, UTF-8 encoding.
- create(String, Charset) - Static method in class org.tensorflow.Tensors
-
Creates a scalar String tensor using a specified encoding.
- create(float) - Static method in class org.tensorflow.Tensors
-
Creates a scalar tensor containing a single float element.
- create(float[]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-1 tensor of float elements.
- create(float[][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-2 tensor of float elements.
- create(float[][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-3 tensor of float elements.
- create(float[][][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-4 tensor of float elements.
- create(float[][][][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-5 tensor of float elements.
- create(float[][][][][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-6 tensor of float elements.
- create(double) - Static method in class org.tensorflow.Tensors
-
Creates a scalar tensor containing a single double element.
- create(double[]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-1 tensor of double elements.
- create(double[][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-2 tensor of double elements.
- create(double[][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-3 tensor of double elements.
- create(double[][][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-4 tensor of double elements.
- create(double[][][][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-5 tensor of double elements.
- create(double[][][][][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-6 tensor of double elements.
- create(int) - Static method in class org.tensorflow.Tensors
-
Creates a scalar tensor containing a single int element.
- create(int[]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-1 tensor of int elements.
- create(int[][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-2 tensor of int elements.
- create(int[][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-3 tensor of int elements.
- create(int[][][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-4 tensor of int elements.
- create(int[][][][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-5 tensor of int elements.
- create(int[][][][][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-6 tensor of int elements.
- create(byte[]) - Static method in class org.tensorflow.Tensors
-
Creates a scalar tensor containing a single byte element.
- create(byte[][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-1 tensor of byte elements.
- create(byte[][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-2 tensor of byte elements.
- create(byte[][][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-3 tensor of byte elements.
- create(byte[][][][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-4 tensor of byte elements.
- create(byte[][][][][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-5 tensor of byte elements.
- create(long) - Static method in class org.tensorflow.Tensors
-
Creates a scalar tensor containing a single long element.
- create(long[]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-1 tensor of long elements.
- create(long[][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-2 tensor of long elements.
- create(long[][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-3 tensor of long elements.
- create(long[][][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-4 tensor of long elements.
- create(long[][][][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-5 tensor of long elements.
- create(long[][][][][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-6 tensor of long elements.
- create(boolean) - Static method in class org.tensorflow.Tensors
-
Creates a scalar tensor containing a single boolean element.
- create(boolean[]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-1 tensor of boolean elements.
- create(boolean[][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-2 tensor of boolean elements.
- create(boolean[][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-3 tensor of boolean elements.
- create(boolean[][][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-4 tensor of boolean elements.
- create(boolean[][][][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-5 tensor of boolean elements.
- create(boolean[][][][][][]) - Static method in class org.tensorflow.Tensors
-
Creates a rank-6 tensor of boolean elements.
- Op - Interface in org.tensorflow.op
-
A marker interface for all operation wrappers.
- op() - Method in class org.tensorflow.Output
-
Returns the Operation that will produce the tensor referred to by this Output.
- opBuilder(String, String) - Method in class org.tensorflow.Graph
-
Returns a builder to add
Operations to the Graph.
- Operand<T> - Interface in org.tensorflow
-
Interface implemented by operands of a TensorFlow operation.
- Operands - Class in org.tensorflow.op
-
Utilities for manipulating operand related types and lists.
- operation(String) - Method in class org.tensorflow.Graph
-
Returns the operation (node in the Graph) with the provided name.
- operation - Variable in class org.tensorflow.op.PrimitiveOp
-
Underlying operation.
- Operation - Class in org.tensorflow
-
A Graph node that performs computation on Tensors.
- OperationBuilder - Class in org.tensorflow
-
- operations() - Method in class org.tensorflow.Graph
-
Iterator over all the
Operations in the graph.
- Operator - Annotation Type in org.tensorflow.op.annotation
-
Annotation used by classes to make TensorFlow operations conveniently accessible via org.tensorflow.op.Ops.
- Ops - Class in org.tensorflow.op
-
- Ops() - Constructor for class org.tensorflow.op.Ops
-
- org.tensorflow - package org.tensorflow
-
Defines classes to build, save, load and execute TensorFlow models.
- org.tensorflow.op - package org.tensorflow.op
-
- org.tensorflow.op.annotation - package org.tensorflow.op.annotation
-
- org.tensorflow.op.core - package org.tensorflow.op.core
-
- org.tensorflow.types - package org.tensorflow.types
-
Defines classes that represent TensorFlow data types.
- output(int) - Method in class org.tensorflow.Operation
-
Returns a symbolic handle to one of the tensors produced by this operation.
- Output<T> - Class in org.tensorflow
-
A symbolic handle to a tensor produced by an
Operation.
- Output(Operation, int) - Constructor for class org.tensorflow.Output
-
Handle to the idx-th output of the Operation op.
- outputList(int, int) - Method in class org.tensorflow.Operation
-
Returns symbolic handles to a list of tensors produced by this operation.
- outputListLength(String) - Method in class org.tensorflow.Operation
-
Returns the size of the list of Tensors produced by this operation.
- outputs - Variable in class org.tensorflow.Session.Run
-
Tensors from requested fetches.