Class MatchingFilesDataset

java.lang.Object
org.tensorflow.op.RawOp
org.tensorflow.op.data.experimental.MatchingFilesDataset
All Implemented Interfaces:
Shaped, Op, Operand<TType>

@Operator(group="data.experimental") public final class MatchingFilesDataset extends RawOp implements Operand<TType>
The ExperimentalMatchingFilesDataset operation
  • Field Details

  • Constructor Details

    • MatchingFilesDataset

      public MatchingFilesDataset(Operation operation)
  • Method Details

    • create

      @Endpoint(describeByClass=true) public static MatchingFilesDataset create(Scope scope, Operand<TString> patterns)
      Factory method to create a class wrapping a new ExperimentalMatchingFilesDataset operation.
      Parameters:
      scope - current scope
      patterns - The patterns value
      Returns:
      a new instance of MatchingFilesDataset
    • handle

      public Output<? extends TType> handle()
      Gets handle.
      Returns:
      handle.
    • asOutput

      public Output<TType> asOutput()
      Description copied from interface: Operand
      Returns the symbolic handle of the tensor.

      Inputs to TensorFlow operations are outputs of another TensorFlow operation. This method is used to obtain a symbolic handle that represents the computation of the input.

      Specified by:
      asOutput in interface Operand<TType>
      See Also: