DTensorRestoreV2

public final class DTensorRestoreV2

Public Methods

static DTensorRestoreV2
create(Scope scope, Operand<String> prefix, Operand<String> tensorNames, Operand<String> shapeAndSlices, List<Shape> inputShapes, List<String> inputLayouts, List<Class<?>> dtypes)
Factory method to create a class wrapping a new DTensorRestoreV2 operation.
Iterator<Operand<Object>>
List<Output<?>>

Inherited Methods

Public Methods

public static DTensorRestoreV2 create (Scope scope, Operand<String> prefix, Operand<String> tensorNames, Operand<String> shapeAndSlices, List<Shape> inputShapes, List<String> inputLayouts, List<Class<?>> dtypes)

Factory method to create a class wrapping a new DTensorRestoreV2 operation.

Parameters
scope current scope
Returns
  • a new instance of DTensorRestoreV2

public Iterator<Operand<Object>> iterator ()

public List<Output<?>> tensors ()