public static class
AddManySparseToTensorsMap.Options
Optional attributes for AddManySparseToTensorsMap
Public Methods
AddManySparseToTensorsMap.Options |
container(String container)
|
AddManySparseToTensorsMap.Options |
sharedName(String sharedName)
|
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
AddManySparseToTensorsMap.Options
container
(String container)
Parameters
container | The container name for the `SparseTensorsMap` created by this op. |
---|
public
AddManySparseToTensorsMap.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. |
---|