AddSparseToTensorsMap.Options

public static class AddSparseToTensorsMap.Options

Optional attributes for AddSparseToTensorsMap

Public Methods

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public AddSparseToTensorsMap.Options container (String container)

Parameters
container The container name for the `SparseTensorsMap` created by this op.

public AddSparseToTensorsMap.Options sharedName (String sharedName)

Parameters
sharedName The shared name for the `SparseTensorsMap` created by this op. If blank, the new Operation's unique name is used.