public static class
TakeManySparseFromTensorsMap.Options
Optional attributes for TakeManySparseFromTensorsMap
Public Methods
TakeManySparseFromTensorsMap.Options |
container(String container)
|
TakeManySparseFromTensorsMap.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 TakeManySparseFromTensorsMap.Options container (String container)
Parameters
container | The container name for the `SparseTensorsMap` read by this op. |
---|
public TakeManySparseFromTensorsMap.Options sharedName (String sharedName)
Parameters
sharedName | The shared name for the `SparseTensorsMap` read by this op. It should not be blank; rather the `shared_name` or unique Operation name of the Op that created the original `SparseTensorsMap` should be used. |
---|