Uses of Interface
org.tensorflow.ndarray.Shaped

Packages that use Shaped
  • Uses of Shaped in org.tensorflow

    Subinterfaces of Shaped in org.tensorflow
    Modifier and Type
    Interface
    Description
    interface 
    Operand<T extends TType>
    Interface implemented by operands of a TensorFlow operation.
    interface 
    SparseTensor<T extends TType>
    A virtual type of Tensor composed of three dense tensors (indices, values and dimensions) used to represent the sparse data into a multi-dimensional dense space.
    interface 
    A statically typed multi-dimensional array.
    Classes in org.tensorflow that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    Output<T extends TType>
    A symbolic handle to a tensor produced by an Operation.
    final class 
    A tensor which memory has not been mapped to a data space directly accessible from the JVM.
  • Uses of Shaped in org.tensorflow.ndarray

    Subinterfaces of Shaped in org.tensorflow.ndarray
    Modifier and Type
    Interface
    Description
    interface 
    An NdArray of booleans.
    interface 
    An NdArray of bytes.
    interface 
    An NdArray of doubles.
    interface 
    An NdArray of floats.
    interface 
    An NdArray of integers.
    interface 
    An NdArray of longs.
    interface 
    A data structure of N-dimensions.
    interface 
    An NdArray of shorts.
    interface 
    SparseNdArray<T, U extends NdArray<T>>
    Interface for Sparse Arrays
  • Uses of Shaped in org.tensorflow.ndarray.impl.dense

    Classes in org.tensorflow.ndarray.impl.dense that implement Shaped
    Modifier and Type
    Class
    Description
    class 
    AbstractDenseNdArray<T, U extends NdArray<T>>
     
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
  • Uses of Shaped in org.tensorflow.ndarray.impl.sparse

    Classes in org.tensorflow.ndarray.impl.sparse that implement Shaped
    Modifier and Type
    Class
    Description
    class 
    Abstract base class for sparse array.
    class 
    sparse array for the boolean data type
    class 
    sparse array for the byte data type
    class 
    A sparse array for the double data type
    class 
    sparse array for the float data type
    class 
    sparse array for the int data type
    class 
    sparse array for the long data type
    class 
    sparse array for the short data type
    class 
    SparseNdArray<T, U extends NdArray<T>>
    sparse array for the any data type
  • Uses of Shaped in org.tensorflow.ndarray.impl.sparse.slice

    Modifier and Type
    Class
    Description
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    class 
    ObjectSparseSlice<T, U extends NdArray<T>>
     
    class 
     
    class 
    SparseSlice<T, U extends NdArray<T>>
    A sparse window is a view into an AbstractSparseNdArray.
  • Uses of Shaped in org.tensorflow.op.audio

    Classes in org.tensorflow.op.audio that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    Produces a visualization of audio data over time.
    final class 
    Encode audio data using the WAV file format.
    final class 
    Transforms a spectrogram into a form that's useful for speech recognition.
  • Uses of Shaped in org.tensorflow.op.bitwise

    Classes in org.tensorflow.op.bitwise that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    BitwiseAnd<T extends TNumber>
    Elementwise computes the bitwise AND of x and y.
    final class 
    BitwiseOr<T extends TNumber>
    Elementwise computes the bitwise OR of x and y.
    final class 
    BitwiseXor<T extends TNumber>
    Elementwise computes the bitwise XOR of x and y.
    final class 
    Invert<T extends TNumber>
    Invert (flip) each bit of supported types; for example, type uint8 value 01010101 becomes 10101010.
    final class 
    LeftShift<T extends TNumber>
    Elementwise computes the bitwise left-shift of x and y.
    final class 
    RightShift<T extends TNumber>
    Elementwise computes the bitwise right-shift of x and y.
  • Uses of Shaped in org.tensorflow.op.cluster

    Classes in org.tensorflow.op.cluster that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    Returns the index of a data point that should be added to the seed set.
    final class 
    Selects num_to_sample rows of input using the KMeans++ criterion.
  • Uses of Shaped in org.tensorflow.op.collective

    Classes in org.tensorflow.op.collective that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    Mutually exchanges multiple tensors of identical type and shape.
    final class 
    Receives a tensor value broadcast from another device.
    final class 
    Broadcasts a tensor value to one or more other devices.
    final class 
    Mutually accumulates multiple tensors of identical type and shape.
    final class 
    Initializes a group for collective operations.
    final class 
    An Op to permute tensors across replicated TPU instances.
    final class 
    Mutually reduces multiple tensors of identical type and shape.
    final class 
    Mutually reduces multiple tensors of identical type and shape and scatters the result.
  • Uses of Shaped in org.tensorflow.op.core

    Classes in org.tensorflow.op.core that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    Computes the "logical and" of elements across dimensions of a tensor.
    final class 
    Creates a uninitialized anonymous hash table.
    final class 
    Creates an empty anonymous mutable hash table that uses tensors as the backing store.
    final class 
    Creates an empty anonymous mutable hash table.
    final class 
    Creates an empty anonymous mutable hash table of vector values.
    final class 
    Computes the "logical or" of elements across dimensions of a tensor.
    final class 
    Assign<T extends TType>
    Update 'ref' by assigning 'value' to it.
    final class 
    AssignAdd<T extends TType>
    Update 'ref' by adding 'value' to it.
    final class 
    AssignSub<T extends TType>
    Update 'ref' by subtracting 'value' from it.
    final class 
    Defines a barrier that persists across different graph executions.
    final class 
    Computes the number of incomplete elements in the given barrier.
    final class 
    Computes the number of complete elements in the given barrier.
    final class 
    BatchToSpace<T extends TType>
    BatchToSpace for 4-D tensors of type T.
    final class 
    BatchToSpace for N-D tensors of type T.
    final class 
    Bitcast<U extends TType>
    Bitcasts a tensor from one type to another without copying data.
    final class 
    Return the shape of s0 op s1 with broadcast.
    final class 
    BroadcastTo<T extends TType>
    Broadcast an array for a compatible shape.
    final class 
    Bucketizes 'input' based on 'boundaries'.
    final class 
    CheckPinned<T extends TType>
    Checks whether a tensor is located in host memory pinned for GPU.
    final class 
    ClipByValue<T extends TType>
    Clips tensor values to a specified min and max.
    final class 
    Encodes an ExtensionType value into a variant scalar Tensor.
    final class 
    Concat<T extends TType>
    Concatenates tensors along one dimension.
    final class 
    Constant<T extends TType>
    An operator producing a constant value.
    final class 
    Copy<T extends TType>
    Copy a tensor from CPU-to-CPU or GPU-to-GPU.
    final class 
    CopyHost<T extends TType>
    Copy a tensor to host.
    final class 
    CopyToMesh<T extends TType>
    The CopyToMesh operation
    final class 
    The CopyToMeshGrad operation
    final class 
    CountUpTo<T extends TNumber>
    Increments 'ref' until it reaches 'limit'.
    final class 
    DeepCopy<T extends TType>
    Makes a copy of x.
    final class 
    Destroys the temporary variable and returns its final value.
    final class 
    Return the index of device the op runs.
    final class 
    The DummyMemoryCache operation
    final class 
    DynamicStitch<T extends TType>
    Interleave the values from the data tensors into a single tensor.
    final class 
    Computes the (possibly normalized) Levenshtein Edit Distance.
    final class 
    Empty<T extends TType>
    Creates a tensor with the given shape.
    final class 
    Creates and returns an empty tensor list.
    final class 
    Creates and returns an empty tensor map. handle: an empty tensor map
    final class 
    The op serializes protobuf messages provided in the input tensors.
    final class 
    EnsureShape<T extends TType>
    Ensures that the tensor's shape matches the expected shape.
    final class 
    Enter<T extends TType>
    Creates or finds a child frame, and makes data available to the child frame.
    final class 
    Exit<T extends TType>
    Exits the current frame to its parent frame.
    final class 
    ExpandDims<T extends TType>
    Inserts a dimension of 1 into a tensor's shape.
    final class 
    Extract patches from input and put them in the "depth" output dimension. 3D extension of extract_image_patches.
    final class 
    FakeParam<T extends TType>
    This op is used as a placeholder in If branch functions.
    final class 
    Fill<U extends TType>
    Creates a tensor filled with a scalar value.
    final class 
    Generates fingerprint values.
    final class 
    Gather<T extends TType>
    Gather slices from params axis axis according to indices.
    final class 
    GatherNd<T extends TType>
    Gather slices from params into a Tensor with shape specified by indices.
    final class 
    Returns the tf.data.Options attached to input_dataset.
    final class 
    Store the input tensor in the state of the current session.
    final class 
    Get the value of the tensor specified by its handle.
    final class 
    Gives a guarantee to the TF runtime that the input tensor is a constant.
    final class 
    Creates a non-initialized hash table.
    final class 
    Return histogram of values.
    final class 
    HostConst<T extends TType>
    Returns a constant tensor on the host.
    final class 
    Identity<T extends TType>
    Return a tensor with the same shape and contents as the input tensor or value.
    final class 
    Returns immutable tensor from memory region.
    final class 
    InplaceAdd<T extends TType>
    Adds v into specified rows of x.
    final class 
    InplaceSub<T extends TType>
    Subtracts `v` into specified rows of `x`.
    final class 
    InplaceUpdate<T extends TType>
    Updates specified rows 'i' with values 'v'.
    final class 
    Checks whether a tensor has been initialized.
    final class 
    Computes the Kth order statistic of a data set.
    final class 
    LinSpace<T extends TNumber>
    Generates values in an interval.
    final class 
    Looks up keys in a table, outputs the corresponding values.
    final class 
    Computes the number of elements in the given table.
    final class 
    Forwards the input to the output.
    final class 
    LowerBound<U extends TNumber>
    Applies lower_bound(sorted_search_values, values) along each row.
    final class 
    Make all elements in the non-Batch dimension unique, but "close" to their initial value.
    final class 
    Op returns the number of incomplete elements in the underlying container.
    final class 
    Op returns the number of elements in the underlying container.
    final class 
    Max<T extends TNumber>
    Computes the maximum of elements across dimensions of a tensor.
    final class 
    Min<T extends TNumber>
    Computes the minimum of elements across dimensions of a tensor.
    final class 
    MirrorPad<T extends TType>
    Pads a tensor with mirrored values.
    final class 
    MirrorPadGrad<T extends TType>
    Gradient op for MirrorPad op.
    final class 
    Creates an empty hash table that uses tensors as the backing store.
    final class 
    Creates an empty hash table.
    final class 
    Creates an empty hash table.
    final class 
    Creates a Mutex resource that can be locked by MutexLock.
    final class 
    Locks a mutex resource.
    final class 
    Deprecated.
    use NcclAllReduce instead
    final class 
    Deprecated.
    use NcclBroadcast instead
    final class 
    NcclReduce<T extends TNumber>
    Deprecated.
    use NcclReduce instead
    final class 
    NextIteration<T extends TType>
    Makes its input available to the next iteration.
    final class 
    OneHot<U extends TType>
    Returns a one-hot tensor.
    final class 
    Ones<T extends TType>
    An operator creating a constant initialized with ones of the shape given by `dims`.
    final class 
    OnesLike<T extends TType>
    Returns a tensor of ones with the same shape and type as x.
    final class 
    Op returns the number of incomplete elements in the underlying container.
    final class 
    Op returns the number of elements in the underlying container.
    final class 
    Pad<T extends TType>
    Pads a tensor.
    final class 
    Concatenates a list of N tensors along the first dimension.
    final class 
    Interleave the values from the data tensors into a single tensor.
    final class 
    Placeholder<T extends TType>
    A placeholder op for a value that will be fed into the computation.
    final class 
    A placeholder op that passes through input when its output is not fed.
    final class 
    Prod<T extends TType>
    Computes the product of elements across dimensions of a tensor.
    final class 
    Outputs the position of value in a permutation of [0, ..., max_index].
    final class 
    Range<T extends TNumber>
    Creates a sequence of numbers.
    final class 
    Returns the rank of a tensor.
    final class 
    Reads the value of a variable.
    final class 
    Recv<T extends TType>
    Receives the named tensor from send_device on recv_device.
    final class 
    Computes the "logical and" of elements across dimensions of a tensor.
    final class 
    Computes the "logical or" of elements across dimensions of a tensor.
    final class 
    ReduceMax<T extends TNumber>
    Computes the maximum of elements across dimensions of a tensor.
    final class 
    ReduceMin<T extends TNumber>
    Computes the minimum of elements across dimensions of a tensor.
    final class 
    ReduceProd<T extends TType>
    Computes the product of elements across dimensions of a tensor.
    final class 
    ReduceSum<T extends TType>
    Computes the sum of elements across dimensions of a tensor.
    final class 
    RefEnter<T extends TType>
    Creates or finds a child frame, and makes data available to the child frame.
    final class 
    RefExit<T extends TType>
    Exits the current frame to its parent frame.
    final class 
    RefIdentity<T extends TType>
    Return the same ref tensor as the input ref tensor.
    final class 
    Makes its input available to the next iteration.
    final class 
    RefSelect<T extends TType>
    Forwards the indexth element of inputs to output.
    final class 
    Relayout<T extends TType>
    The Relayout operation
    final class 
    RelayoutLike<T extends TType>
    The RelayoutLike operation
    final class 
    Reshape<T extends TType>
    Reshapes a tensor.
    final class 
    Increments variable pointed to by 'resource' until it reaches 'limit'.
    final class 
    Gather slices from the variable pointed to by resource according to indices.
    final class 
    The ResourceGatherNd operation
    final class 
    Reverse<T extends TType>
    Reverses specific dimensions of a tensor.
    final class 
    Reverses variable length slices.
    final class 
    Roll<T extends TType>
    Rolls the elements of a tensor along an axis.
    final class 
    ScatterAdd<T extends TType>
    Adds sparse updates to a variable reference.
    final class 
    ScatterDiv<T extends TType>
    Divides a variable reference by sparse updates.
    final class 
    ScatterMax<T extends TNumber>
    Reduces sparse updates into a variable reference using the max operation.
    final class 
    ScatterMin<T extends TNumber>
    Reduces sparse updates into a variable reference using the min operation.
    final class 
    ScatterMul<T extends TType>
    Multiplies sparse updates into a variable reference.
    final class 
    ScatterNd<U extends TType>
    Scatters updates into a tensor of shape shape according to indices.
    final class 
    ScatterNdAdd<T extends TType>
    Applies sparse addition to individual values or slices in a Variable.
    final class 
    ScatterNdMax<T extends TType>
    Computes element-wise maximum.
    final class 
    ScatterNdMin<T extends TType>
    Computes element-wise minimum.
    final class 
    Applies sparse addition to input using individual values or slices from updates according to indices indices.
    final class 
    ScatterNdSub<T extends TType>
    Applies sparse subtraction to individual values or slices in a Variable. within a given variable according to indices.
    final class 
    Applies sparse updates to individual values or slices within a given variable according to indices.
    final class 
    ScatterSub<T extends TType>
    Subtracts sparse updates to a variable reference.
    final class 
    ScatterUpdate<T extends TType>
    Applies sparse updates to a variable reference.
    final class 
    Select<T extends TType>
    The SelectV2 operation
    final class 
    Number of unique elements along last dimension of input set.
    final class 
    Shape<U extends TNumber>
    Returns the shape of a tensor.
    final class 
    Size<U extends TNumber>
    Returns the size of a tensor.
    final class 
    Slice<T extends TType>
    Return a slice from 'input'.
    final class 
    Snapshot<T extends TType>
    Returns a copy of the input tensor.
    final class 
    SpaceToBatch for N-D tensors of type T.
    final class 
    Squeeze<T extends TType>
    Removes dimensions of size 1 from the shape of a tensor.
    final class 
    Stack<T extends TType>
    Packs a list of N rank-R tensors into one rank-(R+1) tensor.
    final class 
    A stack that produces elements in first-in last-out order.
    final class 
    StackPop<T extends TType>
    Pop the element at the top of the stack.
    final class 
    StackPush<T extends TType>
    Push an element onto the stack.
    final class 
    Op returns the number of elements in the underlying container.
    final class 
    Stochastically cast a given tensor from floats to ints.
    final class 
    StopGradient<T extends TType>
    Stops gradient computation.
    final class 
    StridedSlice<T extends TType>
    Return a strided slice from input.
    final class 
    Assign value to the sliced l-value reference of ref.
    final class 
    Returns the gradient of StridedSlice.
    final class 
    Sum<T extends TType>
    Computes the sum of elements across dimensions of a tensor.
    final class 
    Returns a tensor that may be mutated, but only persists within a single step.
    final class 
    Gather specific elements from the TensorArray into output value.
    final class 
    The TensorArrayPack operation
    final class 
    Read an element from the TensorArray into output value.
    final class 
    Scatter the data from the input value into specific TensorArray elements.
    final class 
    Get the current size of the TensorArray.
    final class 
    Split the data from the input value into TensorArray elements.
    final class 
    The TensorArrayUnpack operation
    final class 
    Push an element onto the tensor_array.
    final class 
    The TensorListConcatLists operation
    final class 
    The shape of the elements of the given list, as a tensor. input_handle: the list element_shape: the shape of elements of the list
    final class 
    Creates a TensorList which, when stacked, has the value of tensor.
    final class 
    Creates a Tensor by indexing into the TensorList.
    final class 
    Returns the item in the list with the given index. input_handle: the list index: the position in the list from which an element will be retrieved item: the element at that position
    final class 
    Returns the number of tensors in the input tensor list. input_handle: the input list length: the number of tensors in the list
    final class 
    Returns a list which has the passed-in Tensor as last element and the other elements of the given list in input_handle. tensor: The tensor to put on the list. input_handle: The old list. output_handle: A list with the elements of the old list followed by tensor. element_dtype: the type of elements in the list. element_shape: a shape compatible with that of elements in the list.
    final class 
    The TensorListPushBackBatch operation
    final class 
    List of the given size with empty elements. element_shape: the shape of the future elements of the list num_elements: the number of elements to reserve handle: the output list element_dtype: the desired type of elements in the list.
    final class 
    Resizes the list. input_handle: the input list size: size of the output list
    final class 
    Creates a TensorList by indexing into a Tensor.
    final class 
    Scatters tensor at indices in an input list.
    final class 
    Sets the index-th position of the list to contain the given tensor. input_handle: the list index: the position in the list to which the tensor will be assigned item: the element to be assigned to that position output_handle: the new list, with the element in the proper position
    final class 
    Splits a tensor into a list. list[i] corresponds to lengths[i] tensors from the input tensor.
    final class 
    Stacks all tensors in the list.
    final class 
    Returns a tensor map with item from given key erased. input_handle: the original map output_handle: the map with value from given key removed key: the key of the value to be erased
    final class 
    Returns whether the given key exists in the map. input_handle: the input map key: the key to check has_key: whether the key is already in the map or not
    final class 
    Returns a map that is the 'input_handle' with the given key-value pair inserted. input_handle: the original map output_handle: the map with key and value inserted key: the key to be inserted value: the value to be inserted
    final class 
    Returns the value from a given key in a tensor map. input_handle: the input map key: the key to be looked up value: the value found from the given key
    final class 
    Returns the number of tensors in the input tensor map. input_handle: the input map size: the number of tensors in the map
    final class 
    Returns a Tensor stack of all keys in a tensor map. input_handle: the input map keys: the returned Tensor of all keys in the map
    final class 
    Adds sparse updates to an existing tensor according to indices.
    final class 
    Apply a sparse update to a tensor taking the element-wise maximum.
    final class 
    The TensorScatterMin operation
    final class 
    Subtracts sparse updates from an existing tensor according to indices.
    final class 
    Scatter updates into an existing tensor according to indices.
    final class 
    Assign value to the sliced l-value reference of input.
    final class 
    Tile<T extends TType>
    Constructs a tensor by tiling a given tensor.
    final class 
    Provides the time since epoch in seconds.
    final class 
    Unbatch<T extends TType>
    Reverses the operation of Batch for a single output Tensor.
    final class 
    UnbatchGrad<T extends TType>
    Gradient of Unbatch.
    final class 
    Perform clip by value on the quantized Tensor operand.
    final class 
    Converts an array of flat indices into a tuple of coordinate arrays.
    final class 
    UpperBound<U extends TNumber>
    Applies upper_bound(sorted_search_values, values) along each row.
    final class 
    Creates a handle to a Variable resource.
    final class 
    Variable<T extends TType>
    Holds state in the form of a tensor that persists across steps.
    final class 
    Returns the shape of the variable pointed to by resource.
    final class 
    Checks whether a resource handle-based variable has been initialized.
    final class 
    Returns locations of nonzero / true values in a tensor.
    final class 
    Zeros<T extends TType>
    An operator creating a constant initialized with zeros of the shape given by `dims`.
    final class 
    ZerosLike<T extends TType>
    Returns a tensor of zeros with the same shape and type as x.
  • Uses of Shaped in org.tensorflow.op.data

    Classes in org.tensorflow.op.data that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    A container for an iterator resource.
    final class 
    A container for a multi device iterator resource.
    final class 
    The AssertCardinalityDataset operation
    final class 
    A transformation that asserts which transformations happen next.
    final class 
    A transformation that asserts which transformations happened previously.
    final class 
    Creates a dataset that shards the input dataset.
    final class 
    Creates a dataset that batches batch_size elements from input_dataset.
    final class 
    Records the bytes size of each element of input_dataset in a StatsAggregator.
    final class 
    The CacheDatasetV2 operation
    final class 
    The ChooseFastestBranchDataset operation
    final class 
    The ChooseFastestDataset operation
    final class 
    Compresses a dataset element.
    final class 
    Creates a dataset that concatenates input_dataset with another_dataset.
    final class 
    The CSVDatasetV2 operation
    final class 
    Creates a dataset that reads data from the tf.data service.
    final class 
    Returns the cardinality of input_dataset.
    final class 
    Returns the fingerprint of input_dataset.
    final class 
    Creates a dataset from the given graph_def.
    final class 
    Returns a serialized GraphDef representing input_dataset.
    final class 
    Creates a dataset that batches input elements into a SparseTensor.
    final class 
    A substitute for InterleaveDataset on a fixed list of N datasets.
    final class 
    The DummyIterationCounter operation
    final class 
    Creates a dataset containing elements of first component of input_dataset having true in the last component.
    final class 
    Creates a dataset containing elements of input_dataset matching predicate.
    final class 
    Creates a dataset by applying tf.data.Options to input_dataset.
    final class 
    The FixedLengthRecordDatasetV2 operation
    final class 
    Creates a dataset that applies f to the outputs of input_dataset.
    final class 
    Creates a dataset that invokes a function to generate elements.
    final class 
    The GlobalShuffleDataset operation
    final class 
    Creates a dataset that computes a group-by on input_dataset.
    final class 
    Creates a dataset that computes a windowed group-by on input_dataset. // TODO(mrry): Support non-int64 keys.
    final class 
    Creates a dataset that contains the elements of input_dataset ignoring errors.
    final class 
    The IndexFlatMapDataset operation
    final class 
    Creates a dataset that applies f to the outputs of input_dataset.
    final class 
    The IteratorV2 operation
    final class 
    The IteratorFromStringHandleV2 operation
    final class 
    Returns the name of the device on which resource has been placed.
    final class 
    Returns the serialized model proto of an iterator resource.
    final class 
    Gets the next output from the given iterator as an Optional variant.
    final class 
    Converts the given resource_handle representing an iterator to a string.
    final class 
    Records the latency of producing input_dataset elements in a StatsAggregator.
    final class 
    Computes rectified linear gradients for a LeakyRelu operation.
    final class 
    Creates a dataset that applies f to the outputs of input_dataset.
    final class 
    Creates a dataset that emits each of tensors once.
    final class 
    The ListSnapshotChunksDataset operation
    final class 
    Creates a dataset that emits the key-value pairs in one or more LMDB files.
    final class 
    The LoadDataset operation
    final class 
    Creates a dataset that fuses mapping with batching.
    final class 
    Creates a dataset that applies f to the outputs of input_dataset.
    final class 
    The MatchingFilesDataset operation
    final class 
    Creates a dataset that overrides the maximum intra-op parallelism.
    final class 
    Identity transformation that models performance.
    final class 
    Creates a MultiDeviceIterator resource.
    final class 
    Generates a MultiDeviceIterator resource from its provided string handle.
    final class 
    Initializes the multi device iterator with the given dataset.
    final class 
    Produces a string handle for the given MultiDeviceIterator.
    final class 
    The NonSerializableDataset operation
    final class 
    Makes a "one-shot" iterator that can be iterated only once.
    final class 
    Creates a dataset by applying related optimizations to input_dataset.
    final class 
    Constructs an Optional variant from a tuple of tensors.
    final class 
    Returns true if and only if the given Optional variant has a value.
    final class 
    Creates an Optional variant with no value.
    final class 
    Creates a dataset by attaching tf.data.Options to input_dataset.
    final class 
    Creates a dataset that batches and pads batch_size elements from the input.
    final class 
    The ParallelBatchDataset operation
    final class 
    Creates a dataset containing elements of input_dataset matching predicate.
    final class 
    Creates a dataset that applies f to the outputs of input_dataset.
    final class 
    Creates a dataset that applies f to the outputs of input_dataset.
    final class 
    Transforms input_dataset containing Example protos as vectors of DT_STRING into a dataset of Tensor or SparseTensor objects representing the parsed features.
    final class 
    Creates a dataset that asynchronously prefetches elements from input_dataset.
    final class 
    Creates a dataset that uses a custom thread pool to compute input_dataset.
    final class 
    Creates a Dataset that returns pseudorandom numbers.
    final class 
    Creates a dataset with a range of values.
    final class 
    Creates a dataset that changes the batch size.
    final class 
    Registers a dataset with the tf.data service.
    final class 
    Creates a dataset that emits the outputs of input_dataset count times.
    final class 
    The RewriteDataset operation
    final class 
    Creates a dataset that takes a Bernoulli sample of the contents of another dataset.
    final class 
    The SaveDatasetV2 operation
    final class 
    Creates a dataset successively reduces f over the elements of input_dataset.
    final class 
    Converts the given resource_handle representing an iterator to a variant tensor.
    final class 
    The SetStatsAggregatorDataset operation
    final class 
    Creates a Dataset that includes only 1/num_shards of this dataset.
    final class 
    The ShuffleAndRepeatDatasetV2 operation
    final class 
    The ShuffleDatasetV3 operation
    final class 
    Creates a dataset that skips count elements from the input_dataset.
    final class 
    The SleepDataset operation
    final class 
    Creates a dataset that passes a sliding window over input_dataset.
    final class 
    The SnapshotChunkDataset operation
    final class 
    Creates a dataset that will write to / read from a snapshot.
    final class 
    The SnapshotDatasetReader operation
    final class 
    The SnapshotNestedDatasetReader operation
    final class 
    Creates a dataset that splits a SparseTensor into elements row-wise.
    final class 
    Creates a dataset that executes a SQL query and emits rows of the result set.
    final class 
    The StatsAggregatorHandleV2 operation
    final class 
    Creates a dataset that contains count elements from the input_dataset.
    final class 
    Creates a dataset that stops iteration when predicate` is false.
    final class 
    Creates a dataset that emits components as a tuple of tensors once.
    final class 
    Creates a dataset that emits each dim-0 slice of components once.
    final class 
    Creates a dataset that emits the lines of one or more text files.
    final class 
    Creates a dataset that emits the records from one or more TFRecord files.
    final class 
    Creates a dataset that uses a custom thread pool to compute input_dataset.
    final class 
    Creates a dataset that uses a custom thread pool to compute input_dataset.
    final class 
    A dataset that splits the elements of its input into multiple elements.
    final class 
    Creates a dataset that contains the unique elements of input_dataset.
    final class 
    The UnwrapDatasetVariant operation
    final class 
    The WeightedFlatMapDataset operation
    final class 
    Combines (nests of) input elements into a dataset of (nests of) windows.
    final class 
    The WindowOp operation
    final class 
    The WrapDatasetVariant operation
    final class 
    Creates a dataset that zips together input_datasets.
  • Uses of Shaped in org.tensorflow.op.data.experimental

    Modifier and Type
    Class
    Description
    final class 
    The ExperimentalAssertNextDataset operation
    final class 
    Creates a dataset that shards the input dataset.
    final class 
    Records the bytes size of each element of input_dataset in a StatsAggregator.
    final class 
    The ExperimentalChooseFastestDataset operation
    final class 
    The ExperimentalCSVDataset operation
    final class 
    Returns the cardinality of input_dataset.
    final class 
    Creates a dataset that batches input elements into a SparseTensor.
    final class 
    A substitute for InterleaveDataset on a fixed list of N datasets.
    final class 
    Creates a dataset that computes a group-by on input_dataset.
    final class 
    Creates a dataset that computes a windowed group-by on input_dataset. // TODO(mrry): Support non-int64 keys.
    final class 
    Creates a dataset that contains the elements of input_dataset ignoring errors.
    final class 
    Returns the name of the device on which resource has been placed.
    final class 
    Records the latency of producing input_dataset elements in a StatsAggregator.
    final class 
    The ExperimentalLMDBDataset operation
    final class 
    Creates a dataset that fuses mapping with batching.
    final class 
    Creates a dataset that applies f to the outputs of input_dataset.
    final class 
    The ExperimentalMatchingFilesDataset operation
    final class 
    Creates a dataset that overrides the maximum intra-op parallelism.
    final class 
    The ExperimentalNonSerializableDataset operation
    final class 
    Creates a dataset that applies f to the outputs of input_dataset.
    final class 
    Transforms input_dataset containing Example protos as vectors of DT_STRING into a dataset of Tensor or SparseTensor objects representing the parsed features.
    final class 
    Creates a dataset that uses a custom thread pool to compute input_dataset.
    final class 
    Creates a Dataset that returns pseudorandom numbers.
    final class 
    Creates a dataset that changes the batch size.
    final class 
    Creates a dataset successively reduces f over the elements of input_dataset.
    final class 
    The ExperimentalSetStatsAggregatorDataset operation
    final class 
    The ExperimentalSleepDataset operation
    final class 
    Creates a dataset that passes a sliding window over input_dataset.
    final class 
    Creates a dataset that executes a SQL query and emits rows of the result set.
    final class 
    Creates a statistics manager resource.
    final class 
    Produces a summary of any statistics recorded by the given statistics manager.
    final class 
    Creates a dataset that stops iteration when predicate` is false.
    final class 
    Creates a dataset that uses a custom thread pool to compute input_dataset.
    final class 
    Creates a dataset that uses a custom thread pool to compute input_dataset.
    final class 
    A dataset that splits the elements of its input into multiple elements.
    final class 
    Creates a dataset that contains the unique elements of input_dataset.
  • Uses of Shaped in org.tensorflow.op.debugging

    Classes in org.tensorflow.op.debugging that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    Checks a tensor for NaN, -Inf and +Inf values.
    final class 
    Identity op for gradient debugging.
    final class 
    Identity op for gradient debugging.
    final class 
    DebugIdentity<T extends TType>
    Provides an identity mapping of the non-Ref type input tensor for debugging.
    final class 
    Debug NaN Value Counter Op.
    final class 
    Debug Numeric Summary V2 Op.
  • Uses of Shaped in org.tensorflow.op.distribute

    Classes in org.tensorflow.op.distribute that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    Outputs a tensor containing the reduction across all input tensors.
    final class 
    Sends input to all devices that are connected to the output.
    final class 
    NcclReduce<T extends TNumber>
    Reduces input from num_devices using reduction to a single device.
  • Uses of Shaped in org.tensorflow.op.dtypes

    Classes in org.tensorflow.op.dtypes that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    Converts each entry in the given tensor to strings.
    final class 
    Cast<U extends TType>
    Cast x of type SrcT to y of DstT.
    final class 
    Complex<U extends TType>
    Converts two real numbers to a complex number.
    final class 
    Converts a tensor to a scalar predicate.
  • Uses of Shaped in org.tensorflow.op.image

    Classes in org.tensorflow.op.image that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    Adjust the contrast of one or more images.
    final class 
    AdjustHue<T extends TNumber>
    Adjust the hue of one or more images.
    final class 
    Adjust the saturation of one or more images.
    final class 
    Extracts crops from the input image tensor and resizes them.
    final class 
    Computes the gradient of the crop_and_resize op wrt the input boxes tensor.
    final class 
    Computes the gradient of the crop_and_resize op wrt the input image tensor.
    final class 
    Decode and Crop a JPEG-encoded image to a uint8 tensor.
    final class 
    Decode the first frame of a BMP-encoded image to a uint8 tensor.
    final class 
    Decode the frame(s) of a GIF-encoded image to a uint8 tensor.
    final class 
    DecodeImage<T extends TNumber>
    Function for decode_bmp, decode_gif, decode_jpeg, decode_jxl, decode_webp, and decode_png.
    final class 
    Decode a JPEG-encoded image to a uint8 tensor.
    final class 
    DecodePng<T extends TNumber>
    Decode a PNG-encoded image to a uint8 or uint16 tensor.
    final class 
    DecodeWebP<T extends TNumber>
    Decode a WebP-encoded image to a uint8 tensor.
    final class 
    Draw bounding boxes on a batch of images.
    final class 
    JPEG-encode an image.
    final class 
    JPEG encode input image with provided compression quality.
    final class 
    PNG-encode an image.
    final class 
    Extracts a glimpse from the input tensor.
    final class 
    Extract patches from images and put them in the "depth" output dimension.
    final class 
    Extract the shape information of a JPEG-encoded image.
    final class 
    HsvToRgb<T extends TNumber>
    Convert one or more images from HSV to RGB.
    final class 
    Applies the given transform to each of the images.
    final class 
    Applies the given transform to each of the images.
    final class 
    Greedily selects a subset of bounding boxes in descending order of score, pruning away boxes that have high overlaps with previously selected boxes.
    final class 
    RandomCrop<T extends TNumber>
    Randomly crop image.
    final class 
    Resize images to size using area interpolation.
    final class 
    Resize images to size using bicubic interpolation.
    final class 
    Computes the gradient of bicubic interpolation.
    final class 
    Resize images to size using bilinear interpolation.
    final class 
    Computes the gradient of bilinear interpolation.
    final class 
    Resize images to size using nearest neighbor interpolation.
    final class 
    Computes the gradient of nearest neighbor interpolation.
    final class 
    RgbToHsv<T extends TNumber>
    Converts one or more images from RGB to HSV.
    final class 
    The ScaleAndTranslate operation
    final class 
    The ScaleAndTranslateGrad operation
  • Uses of Shaped in org.tensorflow.op.io

    Classes in org.tensorflow.op.io that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    Decode web-safe base64-encoded strings.
    final class 
    Decompress strings.
    final class 
    Convert JSON-encoded Example records to binary protocol buffer strings.
    final class 
    Reinterpret the bytes of a string as a vector of numbers.
    final class 
    DecodeRaw<T extends TType>
    Reinterpret the bytes of a string as a vector of numbers.
    final class 
    Encode strings into web-safe base64 format.
    final class 
    Deprecated.
    final class 
    A queue that produces elements in first-in first-out order.
    final class 
    A Reader that outputs fixed-length records from a file.
    final class 
    A Reader that outputs the queued work as both the key and value.
    final class 
    A Reader that outputs the records from a LMDB file.
    final class 
    Returns the set of files matching one or more glob patterns.
    final class 
    A queue that produces elements in first-in first-out order.
    final class 
    ParseTensor<T extends TType>
    Transforms a serialized tensorflow.TensorProto proto into a Tensor.
    final class 
    A queue that produces elements sorted by the first component value.
    final class 
    Returns true if queue is closed.
    final class 
    Computes the number of elements in the given queue.
    final class 
    A queue that randomizes the order of elements.
    final class 
    Returns the number of records this Reader has produced.
    final class 
    Returns the number of work units this Reader has finished processing.
    final class 
    Produce a string tensor that encodes the state of a Reader.
    final class 
    Reads and outputs the entire contents of the input filename.
    final class 
    Serialize an N-minibatch SparseTensor into an [N, 3] Tensor object.
    final class 
    Serialize a SparseTensor into a [3] Tensor object.
    final class 
    Transforms a Tensor into a serialized TensorProto proto.
    final class 
    Generate a sharded filename.
    final class 
    Generate a glob pattern matching all sharded file names.
    final class 
    A Reader that outputs the lines of a file delimited by '\n'.
    final class 
    A Reader that outputs the records from a TensorFlow Records file.
    final class 
    A Reader that outputs the entire contents of a file as a value.
  • Uses of Shaped in org.tensorflow.op.linalg

    Classes in org.tensorflow.op.linalg that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    The BandedTriangularSolve operation
    final class 
    BandPart<T extends TType>
    Copy a tensor setting everything outside a central band in each innermost matrix to zero.
    final class 
    The BatchCholesky operation
    final class 
    The BatchCholeskyGrad operation
    final class 
    The BatchMatrixBandPart operation
    final class 
    The BatchMatrixDeterminant operation
    final class 
    The BatchMatrixDiag operation
    final class 
    The BatchMatrixDiagPart operation
    final class 
    The BatchMatrixInverse operation DEPRECATED: This operation is deprecated and will be removed in a future version.
    final class 
    The BatchMatrixSetDiag operation
    final class 
    The BatchMatrixSolve operation
    final class 
    The BatchMatrixSolveLs operation
    final class 
    The BatchMatrixTriangularSolve operation
    final class 
    Cholesky<T extends TType>
    Computes the Cholesky decomposition of one or more square matrices.
    final class 
    Computes the reverse mode backpropagated gradient of the Cholesky algorithm.
    final class 
    Shuffle dimensions of x according to a permutation and conjugate the result.
    final class 
    Cross<T extends TNumber>
    Compute the pairwise cross product.
    final class 
    Det<T extends TType>
    Computes the determinant of one or more square matrices.
    final class 
    Einsum<T extends TType>
    Tensor contraction according to Einstein summation convention.
    final class 
    EuclideanNorm<T extends TType>
    Computes the euclidean norm of elements across dimensions of a tensor.
    final class 
    Inv<T extends TType>
    Computes the inverse of one or more square invertible matrices or their adjoints (conjugate transposes).
    final class 
    Loads a 2-D (matrix) Tensor with name old_tensor_name from the checkpoint at ckpt_path and potentially reorders its rows and columns using the specified remappings.
    final class 
    MatMul<T extends TType>
    Multiply the matrix "a" by the matrix "b".
    final class 
    MatrixDiag<T extends TType>
    Returns a batched diagonal tensor with given batched diagonal values.
    final class 
    Returns the batched diagonal part of a batched tensor.
    final class 
    Returns the batched diagonal part of a batched tensor.
    final class 
    MatrixDiagV3<T extends TType>
    Returns a batched diagonal tensor with given batched diagonal values.
    final class 
    Deprecated, use python implementation tf.linalg.matrix_exponential.
    final class 
    Computes the matrix logarithm of one or more square matrices: \(log(exp(A)) = A\)
    final class 
    MatrixSetDiag<T extends TType>
    Returns a batched matrix tensor with new batched diagonal values.
    final class 
    MatrixSolveLs<T extends TType>
    Solves one or more linear least-squares problems.
    final class 
    Solve<T extends TType>
    Solves systems of linear equations.
    final class 
    Sqrtm<T extends TType>
    Computes the matrix square root of one or more square matrices: matmul(sqrtm(A), sqrtm(A)) = A
    final class 
    TensorDiag<T extends TType>
    Returns a diagonal tensor with a given diagonal values.
    final class 
    Returns the diagonal part of the tensor.
    final class 
    Transpose<T extends TType>
    Shuffle dimensions of x according to a permutation.
    final class 
    Solves systems of linear equations with upper or lower triangular matrices by backsubstitution.
    final class 
    Calculate product with tridiagonal matrix.
    final class 
    Solves tridiagonal systems of equations.
  • Uses of Shaped in org.tensorflow.op.linalg.sparse

    Classes in org.tensorflow.op.linalg.sparse that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    Convert a (possibly batched) CSRSparseMatrix to dense.
    final class 
    Converts a dense tensor to a (possibly batched) CSRSparseMatrix.
    final class 
    Sparse addition of two CSR matrices, C = alpha * A + beta * B.
    final class 
    Matrix-multiplies a sparse matrix with a dense matrix.
    final class 
    Element-wise multiplication of a sparse matrix with a dense tensor.
    final class 
    Returns the number of nonzeroes of sparse_matrix.
    final class 
    Computes the Approximate Minimum Degree (AMD) ordering of input.
    final class 
    Calculates the softmax of a CSRSparseMatrix.
    final class 
    Calculates the gradient of the SparseMatrixSoftmax op.
    final class 
    Computes the sparse Cholesky decomposition of input.
    final class 
    Sparse-matrix-multiplies two CSR matrices a and b.
    final class 
    Transposes the inner (matrix) dimensions of a CSRSparseMatrix.
    final class 
    Creates an all-zeros CSRSparseMatrix with shape dense_shape.
    final class 
    Converts a SparseTensor to a (possibly batched) CSRSparseMatrix.
  • Uses of Shaped in org.tensorflow.op.math

    Classes in org.tensorflow.op.math that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    Abs<T extends TNumber>
    Computes the absolute value of a tensor.
    final class 
    AccumulateN<T extends TType>
    Returns the element-wise sum of a list of tensors.
    final class 
    Acos<T extends TType>
    Computes acos of x element-wise.
    final class 
    Acosh<T extends TType>
    Computes inverse hyperbolic cosine of x element-wise.
    final class 
    Add<T extends TType>
    Returns x + y element-wise.
    final class 
    AddN<T extends TType>
    Add all input tensors element wise.
    final class 
    Angle<U extends TNumber>
    Returns the argument of a complex number.
    final class 
    Returns the truth value of abs(x-y) < tolerance element-wise.
    final class 
    ArgMax<V extends TNumber>
    Returns the index with the largest value across dimensions of a tensor.
    final class 
    ArgMin<V extends TNumber>
    Returns the index with the smallest value across dimensions of a tensor.
    final class 
    Asin<T extends TType>
    Computes the trignometric inverse sine of x element-wise.
    final class 
    Asinh<T extends TType>
    Computes inverse hyperbolic sine of x element-wise.
    final class 
    Atan<T extends TType>
    Computes the trignometric inverse tangent of x element-wise.
    final class 
    Atan2<T extends TNumber>
    Computes arctangent of y/x element-wise, respecting signs of the arguments.
    final class 
    Atanh<T extends TType>
    Computes inverse hyperbolic tangent of x element-wise.
    final class 
    BesselI0<T extends TNumber>
    The BesselI0 operation
    final class 
    BesselI0e<T extends TNumber>
    The BesselI0e operation
    final class 
    BesselI1<T extends TNumber>
    The BesselI1 operation
    final class 
    BesselI1e<T extends TNumber>
    The BesselI1e operation
    final class 
    Betainc<T extends TNumber>
    Compute the regularized incomplete beta integral \(I_x(a, b)\).
    final class 
    Bincount<T extends TNumber>
    Counts the number of occurrences of each value in an integer array.
    final class 
    Ceil<T extends TNumber>
    Returns element-wise smallest integer not less than x.
    final class 
    ComplexAbs<U extends TNumber>
    Computes the complex absolute value of a tensor.
    final class 
    Conj<T extends TType>
    Returns the complex conjugate of a complex number.
    final class 
    Cos<T extends TType>
    Computes cos of x element-wise.
    final class 
    Cosh<T extends TType>
    Computes hyperbolic cosine of x element-wise.
    final class 
    Cumprod<T extends TType>
    Compute the cumulative product of the tensor x along axis.
    final class 
    Cumsum<T extends TType>
    Compute the cumulative sum of the tensor x along axis.
    final class 
    Compute the cumulative product of the tensor x along axis.
    final class 
    Counts the number of occurrences of each value in an integer array.
    final class 
    Digamma<T extends TNumber>
    Computes Psi, the derivative of Lgamma (the log of the absolute value of Gamma(x)), element-wise.
    final class 
    Div<T extends TType>
    Returns x / y element-wise.
    final class 
    DivNoNan<T extends TType>
    Returns 0 if the denominator is zero.
    final class 
    Returns the truth value of (x == y) element-wise.
    final class 
    Erf<T extends TNumber>
    Computes the Gauss error function of x element-wise.
    final class 
    Erfc<T extends TNumber>
    Computes the complementary error function of x element-wise.
    final class 
    erfinv<T extends TNumber>
    The Erfinv operation
    final class 
    Exp<T extends TType>
    Computes exponential of x element-wise.
    final class 
    Expm1<T extends TType>
    Computes exp(x) - 1 element-wise. i.e.
    final class 
    Output a fact about factorials.
    final class 
    Floor<T extends TNumber>
    Returns element-wise largest integer not greater than x.
    final class 
    FloorDiv<T extends TType>
    Returns x // y element-wise.
    final class 
    FloorMod<T extends TNumber>
    Returns element-wise remainder of division.
    final class 
    Returns the truth value of (x > y) element-wise.
    final class 
    Returns the truth value of (x >= y) element-wise.
    final class 
    Igamma<T extends TNumber>
    Compute the lower regularized incomplete Gamma function P(a, x).
    final class 
    Igammac<T extends TNumber>
    Compute the upper regularized incomplete Gamma function Q(a, x).
    final class 
    IgammaGradA<T extends TNumber>
    Computes the gradient of igamma(a, x) wrt a.
    final class 
    Imag<U extends TNumber>
    Returns the imaginary part of a complex number.
    final class 
    Computes the inverse permutation of a tensor.
    final class 
    Returns which elements of x are finite.
    final class 
    Returns which elements of x are Inf.
    final class 
    Returns which elements of x are NaN.
    final class 
    Returns the truth value of (x < y) element-wise.
    final class 
    Returns the truth value of (x <= y) element-wise.
    final class 
    Lgamma<T extends TNumber>
    Computes the log of the absolute value of Gamma(x) element-wise.
    final class 
    Log<T extends TType>
    Computes natural logarithm of x element-wise.
    final class 
    Log1p<T extends TType>
    Computes natural logarithm of (1 + x) element-wise.
    final class 
    Returns the truth value of x AND y element-wise.
    final class 
    Returns the truth value of NOT x element-wise.
    final class 
    Returns the truth value of x OR y element-wise.
    final class 
    Maximum<T extends TNumber>
    Returns the max of x and y (i.e. x > y ?
    final class 
    Mean<T extends TType>
    Computes the mean of elements across dimensions of a tensor.
    final class 
    Minimum<T extends TNumber>
    Returns the min of x and y (i.e. x < y ?
    final class 
    Mod<T extends TNumber>
    Returns element-wise remainder of division.
    final class 
    Mul<T extends TType>
    Returns x * y element-wise.
    final class 
    MulNoNan<T extends TType>
    Returns x * y element-wise.
    final class 
    Ndtri<T extends TNumber>
    The Ndtri operation
    final class 
    Neg<T extends TType>
    Computes numerical negative value element-wise.
    final class 
    NextAfter<T extends TNumber>
    Returns the next representable value of x1 in the direction of x2, element-wise.
    final class 
    Returns the truth value of (x !
    final class 
    Polygamma<T extends TNumber>
    Compute the polygamma function \(\psi^{(n)}(x)\).
    final class 
    Computes element-wise population count (a.k.a. popcount, bitsum, bitcount).
    final class 
    Pow<T extends TType>
    Computes the power of one value to another.
    final class 
    Real<U extends TNumber>
    Returns the real part of a complex number.
    final class 
    RealDiv<T extends TType>
    Returns x / y element-wise for real types.
    final class 
    Reciprocal<T extends TType>
    Computes the reciprocal of x element-wise.
    final class 
    Computes the gradient for the inverse of x wrt its input.
    final class 
    Rint<T extends TNumber>
    Returns element-wise integer closest to x.
    final class 
    Round<T extends TType>
    Rounds the values of a tensor to the nearest integer, element-wise.
    final class 
    Rsqrt<T extends TType>
    Computes reciprocal of square root of x element-wise.
    final class 
    RsqrtGrad<T extends TType>
    Computes the gradient for the rsqrt of x wrt its input.
    final class 
    SegmentMax<T extends TNumber>
    Computes the maximum along segments of a tensor.
    final class 
    SegmentMean<T extends TType>
    Computes the mean along segments of a tensor.
    final class 
    SegmentMin<T extends TNumber>
    Computes the minimum along segments of a tensor.
    final class 
    SegmentProd<T extends TType>
    Computes the product along segments of a tensor.
    final class 
    SegmentSum<T extends TType>
    Computes the sum along segments of a tensor.
    final class 
    Sigmoid<T extends TType>
    Computes sigmoid of x element-wise.
    final class 
    SigmoidGrad<T extends TType>
    Computes the gradient of the sigmoid of x wrt its input.
    final class 
    Sign<T extends TType>
    Returns an element-wise indication of the sign of a number.
    final class 
    Sin<T extends TType>
    Computes sine of x element-wise.
    final class 
    Sinh<T extends TType>
    Computes hyperbolic sine of x element-wise.
    final class 
    SobolSample<T extends TNumber>
    Generates points from the Sobol sequence.
    final class 
    Softplus<T extends TNumber>
    The Softplus operation
    final class 
    Computes softplus gradients for a softplus operation.
    final class 
    Sqrt<T extends TType>
    Computes square root of x element-wise.
    final class 
    SqrtGrad<T extends TType>
    Computes the gradient for the sqrt of x wrt its input.
    final class 
    Square<T extends TType>
    Computes square of x element-wise.
    final class 
    Returns conj(x - y)(x - y) element-wise.
    final class 
    Sub<T extends TType>
    Returns x - y element-wise.
    final class 
    Tan<T extends TType>
    Computes tan of x element-wise.
    final class 
    Tanh<T extends TType>
    Computes hyperbolic tangent of x element-wise.
    final class 
    TanhGrad<T extends TType>
    Computes the gradient for the tanh of x wrt its input.
    final class 
    TruncateDiv<T extends TType>
    Returns x / y element-wise, rounded towards zero.
    final class 
    TruncateMod<T extends TNumber>
    Returns element-wise remainder of division.
    final class 
    Perform quantized add of quantized Tensor lhs and quantized Tensor rhs to make quantized output.
    final class 
    Computes the maximum along segments of a tensor.
    final class 
    Computes the minimum along segments of a tensor.
    final class 
    Computes the product along segments of a tensor.
    final class 
    Computes the sum along segments of a tensor.
    final class 
    Xdivy<T extends TType>
    Returns 0 if x == 0, and x / y otherwise, elementwise.
    final class 
    Xlog1py<T extends TType>
    Returns 0 if x == 0, and x * log1p(y) otherwise, elementwise.
    final class 
    Xlogy<T extends TType>
    Returns 0 if x == 0, and x * log(y) otherwise, elementwise.
    final class 
    Zeta<T extends TNumber>
    Compute the Hurwitz zeta function \(\zeta(x, q)\).
  • Uses of Shaped in org.tensorflow.op.math.special

    Classes in org.tensorflow.op.math.special that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    BesselJ0<T extends TNumber>
    The BesselJ0 operation
    final class 
    BesselJ1<T extends TNumber>
    The BesselJ1 operation
    final class 
    BesselK0<T extends TNumber>
    The BesselK0 operation
    final class 
    BesselK0e<T extends TNumber>
    The BesselK0e operation
    final class 
    BesselK1<T extends TNumber>
    The BesselK1 operation
    final class 
    BesselK1e<T extends TNumber>
    The BesselK1e operation
    final class 
    BesselY0<T extends TNumber>
    The BesselY0 operation
    final class 
    BesselY1<T extends TNumber>
    The BesselY1 operation
    final class 
    Dawsn<T extends TNumber>
    The Dawsn operation
    final class 
    Expint<T extends TNumber>
    The Expint operation
    final class 
    FresnelCos<T extends TNumber>
    The FresnelCos operation
    final class 
    FresnelSin<T extends TNumber>
    The FresnelSin operation
    final class 
    Spence<T extends TNumber>
    The Spence operation
  • Uses of Shaped in org.tensorflow.op.nn

    Classes in org.tensorflow.op.nn that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    AvgPool<T extends TNumber>
    Performs average pooling on the input.
    final class 
    AvgPool3d<T extends TNumber>
    Performs 3D average pooling on the input.
    final class 
    Computes gradients of average pooling function.
    final class 
    AvgPoolGrad<T extends TNumber>
    Computes gradients of the average pooling function.
    final class 
    Batch normalization.
    final class 
    BiasAdd<T extends TType>
    Adds bias to value.
    final class 
    BiasAddGrad<T extends TType>
    The backward operation for "BiasAdd" on the "bias" tensor.
    final class 
    Conv<T extends TNumber>
    Computes a N-D convolution given (N+1+batch_dims)-D input and (N+2)-D filter tensors.
    final class 
    Conv2d<T extends TNumber>
    Computes a 2-D convolution given 4-D input and filter tensors.
    final class 
    Computes the gradients of convolution with respect to the filter.
    final class 
    Computes the gradients of convolution with respect to the filter.
    final class 
    Computes the gradients of convolution with respect to the input.
    final class 
    Computes the gradients of convolution with respect to the input.
    final class 
    Conv3d<T extends TNumber>
    Computes a 3-D convolution given 5-D input and filter tensors.
    final class 
    Computes the gradients of 3-D convolution with respect to the filter.
    final class 
    Computes the gradients of 3-D convolution with respect to the input.
    final class 
    Converts CudnnRNN params from canonical form to usable form.
    final class 
    Computes size of weights that can be used by a Cudnn RNN model.
    final class 
    Returns the dimension index in the destination data format given the one in the source data format.
    final class 
    Permute input tensor from src_format to dst_format.
    final class 
    DepthToSpace<T extends TType>
    DepthToSpace for tensors of type T.
    final class 
    Computes a 2-D depthwise convolution given 4-D input and filter tensors.
    final class 
    Computes the gradients of depthwise convolution with respect to the filter.
    final class 
    Computes the gradients of depthwise convolution with respect to the input.
    final class 
    Dilation2d<T extends TNumber>
    Computes the grayscale dilation of 4-D input and 3-D filter tensors.
    final class 
    Computes the gradient of morphological 2-D dilation with respect to the filter.
    final class 
    Computes the gradient of morphological 2-D dilation with respect to the input.
    final class 
    Elu<T extends TNumber>
    Computes the exponential linear function.
    final class 
    EluGrad<T extends TNumber>
    Computes gradients for the exponential linear (Elu) operation.
    final class 
    Computes gradient of the FractionalAvgPool function.
    final class 
    Computes gradient of the FractionalMaxPool function.
    final class 
    Performs a padding as a preprocess during a convolution.
    final class 
    Performs a resize and padding as a preprocess during a convolution.
    final class 
    Says whether the targets are in the top K predictions.
    final class 
    InvGrad<T extends TType>
    Computes the gradient for the inverse of x wrt its input.
    final class 
    L2Loss<T extends TNumber>
    L2 Loss.
    final class 
    LeakyRelu<T extends TNumber>
    Computes rectified linear: max(features, features * alpha).
    final class 
    Local Response Normalization.
    final class 
    Gradients for Local Response Normalization.
    final class 
    LogSoftmax<T extends TNumber>
    Computes log softmax activations.
    final class 
    MaxPool<T extends TNumber>
    Performs max pooling on the input.
    final class 
    MaxPool3d<T extends TNumber>
    Performs 3D max pooling on the input.
    final class 
    Computes gradients of 3D max pooling function.
    final class 
    Computes second-order gradients of the maxpooling function.
    final class 
    MaxPoolGrad<T extends TNumber>
    Computes gradients of the maxpooling function.
    final class 
    Computes second-order gradients of the maxpooling function.
    final class 
    Computes second-order gradients of the maxpooling function.
    final class 
    Computes gradients of the maxpooling function.
    final class 
    NthElement<T extends TNumber>
    Finds values of the n-th order statistic for the last dimension.
    final class 
    Relu<T extends TNumber>
    Computes rectified linear: max(features, 0).
    final class 
    Relu6<T extends TNumber>
    Computes rectified linear 6: min(max(features, 0), 6).
    final class 
    Relu6Grad<T extends TNumber>
    Computes rectified linear 6 gradients for a Relu6 operation.
    final class 
    ReluGrad<T extends TNumber>
    Computes rectified linear gradients for a Relu operation.
    final class 
    Selu<T extends TNumber>
    Computes scaled exponential linear: scale * alpha * (exp(features) - 1) if < 0, scale * features otherwise.
    final class 
    SeluGrad<T extends TNumber>
    Computes gradients for the scaled exponential linear (Selu) operation.
    final class 
    Softmax<T extends TNumber>
    Computes softmax activations.
    final class 
    Softsign<T extends TNumber>
    Computes softsign: features / (abs(features) + 1).
    final class 
    Computes softsign gradients for a softsign operation.
    final class 
    SpaceToBatch<T extends TType>
    SpaceToBatch for 4-D tensors of type T.
    final class 
    SpaceToDepth<T extends TType>
    SpaceToDepth for tensors of type T.
    final class 
    Perform quantized convolution of quantized Tensor lhs and quantized Tensor rhs. to make quantized output.
    final class 
    Perform hybrid quantized convolution of float Tensor lhs and quantized Tensor rhs.
  • Uses of Shaped in org.tensorflow.op.quantization

    Classes in org.tensorflow.op.quantization that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    Dequantize<U extends TNumber>
    Dequantize the 'input' tensor into a float or bfloat16 Tensor.
    final class 
    Fake-quantize the 'inputs' tensor, type float to 'outputs' tensor of same shape and type.
    final class 
    Compute gradients for a FakeQuantWithMinMaxArgs operation.
    final class 
    Fake-quantize the 'inputs' tensor of type float via global float scalars Fake-quantize the inputs tensor of type float via global float scalars min and max to outputs tensor of same shape as inputs.
    final class 
    Fake-quantize the 'inputs' tensor of type float via per-channel floats Fake-quantize the inputs tensor of type float per-channel and one of the shapes: [d], [b, d] [b, h, w, d] via per-channel floats min and max of shape [d] to outputs tensor of same shape as inputs.
    final class 
    Quantizes then dequantizes a tensor.
    final class 
    Quantizes then dequantizes a tensor.
    final class 
    Quantizes then dequantizes a tensor.
    final class 
    The QuantizedMatMulWithBiasAndDequantize operation
    final class 
    Perform dequantization on the quantized Tensor input.
    final class 
    Perform quantization on Tensor input.
    final class 
    Perform quantized dot of quantized Tensor lhs and quantized Tensor rhs to make quantized output.
    final class 
    Perform hybrid quantized dot of float Tensor lhs and quantized Tensor rhs.
    final class 
    Given quantized tensor input, requantize it with new quantization parameters.
  • Uses of Shaped in org.tensorflow.op.ragged

    Classes in org.tensorflow.op.ragged that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    Counts the number of occurrences of each value in an integer array.
    final class 
    Create a dense tensor from a ragged tensor, possibly altering its shape.
    final class 
    Encodes a RaggedTensor into a variant Tensor.
    final class 
    Helper used to compute the gradient for RaggedTensorToVariant.
  • Uses of Shaped in org.tensorflow.op.random

    Classes in org.tensorflow.op.random that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    The DummySeedGenerator operation
    final class 
    Multinomial<U extends TNumber>
    Draws samples from a multinomial distribution.
    final class 
    Non-deterministically generates some integers.
    final class 
    Outputs random values from a normal distribution.
    final class 
    RandomGamma<U extends TNumber>
    Outputs random values from the Gamma distribution(s) described by alpha.
    final class 
    Computes the derivative of a Gamma random sample w.r.t.
    final class 
    Outputs random values from the Poisson distribution(s) described by rate.
    final class 
    RandomShuffle<T extends TType>
    Randomly shuffles a tensor along its first dimension.
    final class 
    Outputs random values from a normal distribution.
    final class 
    Outputs random values from a uniform distribution.
    final class 
    Outputs random integers from a uniform distribution.
    final class 
    Emits randomized records.
    final class 
    Advance the counter of a counter-based RNG.
    final class 
    The StatefulRandomBinomial operation
    final class 
    Outputs random values from a normal distribution.
    final class 
    Outputs random values from a truncated normal distribution.
    final class 
    Outputs random values from a uniform distribution.
    final class 
    Outputs random integers from a uniform distribution.
    final class 
    Outputs random integers from a uniform distribution.
    final class 
    Draws samples from a multinomial distribution.
    final class 
    The StatelessParameterizedTruncatedNormal operation
    final class 
    Outputs deterministic pseudorandom random numbers from a binomial distribution.
    final class 
    Outputs deterministic pseudorandom random numbers from a gamma distribution.
    final class 
    Picks the best counter-based RNG algorithm based on device.
    final class 
    Outputs deterministic pseudorandom values from a normal distribution.
    final class 
    Outputs deterministic pseudorandom values from a normal distribution.
    final class 
    Outputs deterministic pseudorandom random numbers from a Poisson distribution.
    final class 
    Outputs deterministic pseudorandom random values from a uniform distribution.
    final class 
    Outputs deterministic pseudorandom random integers from a uniform distribution.
    final class 
    Outputs deterministic pseudorandom random integers from a uniform distribution.
    final class 
    Outputs deterministic pseudorandom random integers from a uniform distribution.
    final class 
    Outputs deterministic pseudorandom random integers from a uniform distribution.
    final class 
    Outputs deterministic pseudorandom random values from a uniform distribution.
    final class 
    Outputs deterministic pseudorandom values from a truncated normal distribution.
    final class 
    Outputs deterministic pseudorandom values from a truncated normal distribution.
    final class 
    Outputs random values from a truncated normal distribution.
  • Uses of Shaped in org.tensorflow.op.random.experimental

    Modifier and Type
    Class
    Description
    final class 
    Randomly and deterministically shuffles a tensor along its first dimension.
  • Uses of Shaped in org.tensorflow.op.signal

    Classes in org.tensorflow.op.signal that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    The BatchFFT operation
    final class 
    The BatchFFT2D operation
    final class 
    The BatchFFT3D operation
    final class 
    The BatchIFFT operation
    final class 
    The BatchIFFT2D operation
    final class 
    The BatchIFFT3D operation
    final class 
    Fft<T extends TType>
    Fast Fourier transform.
    final class 
    Fft2d<T extends TType>
    2D fast Fourier transform.
    final class 
    Fft3d<T extends TType>
    3D fast Fourier transform.
    final class 
    FftNd<T extends TType>
    ND fast Fourier transform.
    final class 
    Ifft<T extends TType>
    Inverse fast Fourier transform.
    final class 
    Ifft2d<T extends TType>
    Inverse 2D fast Fourier transform.
    final class 
    Ifft3d<T extends TType>
    Inverse 3D fast Fourier transform.
    final class 
    IfftNd<T extends TType>
    ND inverse fast Fourier transform.
    final class 
    Irfft<U extends TNumber>
    Inverse real-valued fast Fourier transform.
    final class 
    Irfft2d<U extends TNumber>
    Inverse 2D real-valued fast Fourier transform.
    final class 
    Irfft3d<U extends TNumber>
    Inverse 3D real-valued fast Fourier transform.
    final class 
    IrfftNd<U extends TNumber>
    ND inverse real fast Fourier transform.
    final class 
    Rfft<U extends TType>
    Real-valued fast Fourier transform.
    final class 
    Rfft2d<U extends TType>
    2D real-valued fast Fourier transform.
    final class 
    Rfft3d<U extends TType>
    3D real-valued fast Fourier transform.
    final class 
    RfftNd<U extends TType>
    ND fast real Fourier transform.
  • Uses of Shaped in org.tensorflow.op.sparse

    Classes in org.tensorflow.op.sparse that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    Add an N-minibatch SparseTensor to a SparseTensorsMap, return N handles.
    final class 
    Add a SparseTensor to a SparseTensorsMap return its handle.
    final class 
    Counts the number of occurrences of each value in an integer array.
    final class 
    A conditional accumulator for aggregating sparse gradients.
    final class 
    Adds up a SparseTensor and a dense Tensor, using these special rules: (1) Broadcasts the dense side to have the same shape as the sparse side, if eligible; (2) Then, only the dense values pointed to by the indices of the SparseTensor participate in the cwise addition.
    final class 
    Component-wise divides a SparseTensor by a dense Tensor.
    final class 
    Component-wise multiplies a SparseTensor by a dense Tensor.
    final class 
    Multiply matrix "a" by matrix "b".
    final class 
    Computes the max of elements across dimensions of a SparseTensor.
    final class 
    Computes the sum of elements across dimensions of a SparseTensor.
    final class 
    Computes the mean along sparse segments of a tensor.
    final class 
    Computes the mean along sparse segments of a tensor.
    final class 
    Computes the sum along sparse segments of a tensor divided by the sqrt of N.
    final class 
    Computes the sum along sparse segments of a tensor divided by the sqrt of N.
    final class 
    Computes the sum along sparse segments of a tensor.
    final class 
    Computes the sum along sparse segments of a tensor.
    final class 
    The gradient operator for the SparseSlice op.
    final class 
    Applies softmax to a batched N-D SparseTensor.
    final class 
    Adds up a SparseTensor and a dense Tensor, producing a dense Tensor.
    final class 
    Multiply SparseTensor (of rank 2) "A" by dense matrix "B".
    final class 
    SparseToDense<U extends TType>
    Converts a sparse representation into a dense tensor.
  • Uses of Shaped in org.tensorflow.op.strings

    Classes in org.tensorflow.op.strings that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    Joins the strings in the given list of string tensors into one tensor; with the given separator (default is an empty separator).
    final class 
    Converts all uppercase characters into their respective lowercase replacements.
    final class 
    Joins a string Tensor across the given dimensions.
    final class 
    Check if the input matches the regex pattern.
    final class 
    Replaces matches of the pattern regular expression in input with the replacement string provided in rewrite.
    final class 
    Check if the input matches the regex pattern.
    final class 
    Replaces the match of pattern in input with rewrite.
    final class 
    Formats a string template using a list of tensors.
    final class 
    String lengths of input.
    final class 
    Strip leading and trailing whitespaces from the Tensor.
    final class 
    Return substrings from Tensor of strings.
    final class 
    Converts each string in the input Tensor to its hash mod by a number of buckets.
    final class 
    Converts each string in the input Tensor to its hash mod by a number of buckets.
    final class 
    Converts each string in the input Tensor to its hash mod by a number of buckets.
    final class 
    ToNumber<T extends TNumber>
    Converts each string in the input Tensor to the specified numeric type.
    final class 
    Encode a tensor of ints into unicode strings.
    final class 
    Determine the script codes of a given tensor of Unicode integer code points.
    final class 
    Transcode the input text from a source encoding to a destination encoding.
    final class 
    The UnsortedSegmentJoin operation
    final class 
    Converts all lowercase characters into their respective uppercase replacements.
  • Uses of Shaped in org.tensorflow.op.summary

    Classes in org.tensorflow.op.summary that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    Outputs a Summary protocol buffer with audio.
    final class 
    Outputs a Summary protocol buffer with a histogram.
    final class 
    Outputs a Summary protocol buffer with images.
    final class 
    Merges summaries.
    final class 
    Outputs a Summary protocol buffer with scalar values.
    final class 
    Produces a summary of any statistics recorded by the given statistics manager.
    final class 
    The SummaryWriter operation
    final class 
    Outputs a Summary protocol buffer with a tensor and per-plugin data.
  • Uses of Shaped in org.tensorflow.op.tpu

    Classes in org.tensorflow.op.tpu that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    AllToAll<T extends TType>
    An Op to exchange data across TPU replicas.
    final class 
    An op that merges the string-encoded memory config protos from all hosts.
    final class 
    Returns the result of a TPU compilation.
    final class 
    An op computes the size of the deduplication data from embedding core and returns the updated config.
    final class 
    An op computes tuple mask of deduplication data from embedding core.
    final class 
    An op that sets up the centralized structures for a distributed TPU system.
    final class 
    Sets up the centralized structures for a distributed TPU system.
    final class 
    An op that configures the TPUEmbedding software on a host.
    final class 
    An op that configures the TPUEmbedding software on a host.
    final class 
    An Op to sum inputs across replicated TPU instances.
    final class 
    An op enabling differentiation of TPU Embeddings.
    final class 
    An op that executes the TPUEmbedding partitioner on the central configuration device and computes the HBM size (in bytes) required for TPUEmbedding operation.
    final class 
    An op returns the TPU task ID from TPU topology.
    final class 
    The GlobalIterId operation
    final class 
    InfeedDequeue<T extends TType>
    A placeholder op for a value that will be fed into the computation.
    final class 
    Whether TPU Embedding is initialized in a distributed TPU system.
    final class 
    An op merges elements of integer and float tensors into deduplication data as XLA tuple.
    final class 
    A TPU core selector Op.
    final class 
    Retrieves a single tensor from the computation outfeed.
    final class 
    Retrieves a single tensor from the computation outfeed.
    final class 
    An op that groups a list of partitioned inputs together.
    final class 
    An op which linearizes one Tensor value to an opaque variant tensor.
    final class 
    An op which linearizes multiple Tensor values to an opaque variant tensor.
    final class 
    Connects N inputs to an N-way replicated TPU computation.
    final class 
    Retrieve SGD embedding parameters.
    final class 
    An op that shuts down the TPU system.
    final class 
    Deprecated.
    use CompilationResult instead
    final class 
    Generates a zero-valued tensor for use as a dummy input to a TPU.
    final class 
    Deprecated.
    final class 
    Converts XRT's uid handles to TensorFlow-friendly input format.
    final class 
    Deprecated.
    use ReplicatedInput instead
    final class 
    Round-robin load balancing on TPU cores.
    final class 
    Worker heartbeat op.
  • Uses of Shaped in org.tensorflow.op.train

    Classes in org.tensorflow.op.train that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    Returns the number of gradients aggregated in the given accumulators.
    final class 
    Extracts the average gradient in the given ConditionalAccumulator.
    final class 
    ApplyAdadelta<T extends TType>
    Update '*var' according to the adadelta scheme. accum = rho() * accum + (1 - rho()) * grad.square(); update = (update_accum + epsilon).sqrt() * (accum + epsilon()).rsqrt() * grad; update_accum = rho() * update_accum + (1 - rho()) * update.square(); var -= update;
    final class 
    ApplyAdagrad<T extends TType>
    Update '*var' according to the adagrad scheme. accum += grad * grad var -= lr * grad * (1 / sqrt(accum))
    final class 
    Update '*var' according to the proximal adagrad scheme.
    final class 
    Update '*var' according to the adagrad scheme. accum += grad * grad var -= lr * grad * (1 / sqrt(accum))
    final class 
    ApplyAdam<T extends TType>
    Update '*var' according to the Adam algorithm.
    final class 
    ApplyAdaMax<T extends TType>
    Update '*var' according to the AdaMax algorithm. m_t <- beta1 * m_{t-1} + (1 - beta1) * g v_t <- max(beta2 * v_{t-1}, abs(g)) variable <- variable - learning_rate / (1 - beta1^t) * m_t / (v_t + epsilon)
    final class 
    ApplyAddSign<T extends TType>
    Update '*var' according to the AddSign update. m_t <- beta1 * m_{t-1} + (1 - beta1) * g update <- (alpha + sign_decay * sign(g) *sign(m)) * g variable <- variable - lr_t * update
    final class 
    Update '*var' according to the centered RMSProp algorithm.
    final class 
    ApplyFtrl<T extends TType>
    Update '*var' according to the Ftrl-proximal scheme. grad_with_shrinkage = grad + 2 * l2_shrinkage * var accum_new = accum + grad * grad linear += grad_with_shrinkage - (accum_new^(-lr_power) - accum^(-lr_power)) / lr * var quadratic = 1.0 / (accum_new^(lr_power) * lr) + 2 * l2 var = (sign(linear) * l1 - linear) / quadratic if |linear| > l1 else 0.0 accum = accum_new
    final class 
    Update '*var' by subtracting 'alpha' * 'delta' from it.
    final class 
    ApplyMomentum<T extends TType>
    Update '*var' according to the momentum scheme.
    final class 
    Update '*var' according to the AddSign update. m_t <- beta1 * m_{t-1} + (1 - beta1) * g update <- exp(logbase * sign_decay * sign(g) * sign(m_t)) * g variable <- variable - lr_t * update
    final class 
    Update '*var' and '*accum' according to FOBOS with Adagrad learning rate. accum += grad * grad prox_v = var - lr * grad * (1 / sqrt(accum)) var = sign(prox_v)/(1+lrl2) * max{|prox_v|-lrl1,0}
    final class 
    Update '*var' as FOBOS algorithm with fixed learning rate. prox_v = var - alpha * delta var = sign(prox_v)/(1+alphal2) * max{|prox_v|-alphal1,0}
    final class 
    ApplyRmsProp<T extends TType>
    Update '*var' according to the RMSProp algorithm.
    final class 
    BatchMatMul<V extends TType>
    Multiplies slices of two tensors in batches.
    final class 
    Computes the static batch size of a dataset sans partial batches.
    final class 
    A conditional accumulator for aggregating gradients.
    final class 
    An identity op that triggers an error if a gradient is requested.
    final class 
    Returns the number of gradients aggregated in the given accumulators.
    final class 
    Extracts the average gradient in the given ConditionalAccumulator.
    final class 
    A conditional accumulator for aggregating gradients.
    final class 
    RestoreSlice<T extends TType>
    Restores a tensor from checkpoint files.
    final class 
    Computes fingerprints of the input strings.
    final class 
    var: Should be from a Variable().
    final class 
    Update relevant entries in '*var' and '*accum' according to the adagrad scheme.
    final class 
    Update entries in '*var' and '*accum' according to the proximal adagrad scheme.
    final class 
    Update '*var' according to the centered RMSProp algorithm.
    final class 
    Update relevant entries in '*var' according to the Ftrl-proximal scheme.
    final class 
    Update relevant entries in '*var' and '*accum' according to the momentum scheme.
    final class 
    Sparse update entries in '*var' and '*accum' according to FOBOS algorithm.
    final class 
    Sparse update '*var' as FOBOS algorithm with fixed learning rate.
    final class 
    Update '*var' according to the RMSProp algorithm.
    final class 
    TileGrad<T extends TType>
    Returns the gradient of Tile.
  • Uses of Shaped in org.tensorflow.op.xla

    Classes in org.tensorflow.op.xla that implement Shaped
    Modifier and Type
    Class
    Description
    final class 
    ConcatND<T extends TType>
    Concats input tensor across all dimensions.
    final class 
    An op to receive a tensor from the host. output: the tensor that will be received from the host.
    final class 
    Receives deduplication data (indices and weights) from the embedding core.
    final class 
    The XlaSparseCoreSgd operation
    final class 
    The XlaSparseDenseMatmulGradWithSgdAndCsrInput operation
    final class 
    The XlaSparseDenseMatmulGradWithSgdAndStaticBufferSize operation
    final class 
    The XlaSparseDenseMatmulWithCsrInput operation
    final class 
    The XlaSparseDenseMatmulWithStaticBufferSize operation
    final class 
    The XlaSparseGradientsStack operation
  • Uses of Shaped in org.tensorflow.types

    Subinterfaces of Shaped in org.tensorflow.types
    Modifier and Type
    Interface
    Description
    interface 
    Brain 16-bit float tensor type.
    interface 
    Boolean tensor type.
    interface 
    IEEE-754 half-precision 16-bit float tensor type.
    interface 
    IEEE-754 single-precision 32-bit float tensor type.
    interface 
    IEEE-754 double-precision 64-bit float tensor type.
    interface 
    32-bit signed integer tensor type.
    interface 
    64-bit signed integer tensor type.
    interface 
    String type.
    interface 
    16-bit unsigned integer tensor type.
    interface 
    8-bit unsigned integer tensor type.
  • Uses of Shaped in org.tensorflow.types.family

    Modifier and Type
    Interface
    Description
    interface 
    Common interface for all floating point tensors.
    interface 
    Common interface for all integral numeric tensors.
    interface 
    Common interface for all numeric tensors.
    interface 
    Common interface for all typed tensors.