public static class
TakeManySparseFromTensorsMap.Options
Optional attributes for TakeManySparseFromTensorsMap
Public Methods
TakeManySparseFromTensorsMap.Options |
container(String container)
|
TakeManySparseFromTensorsMap.Options |
sharedName(String sharedName)
|
Inherited Methods
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. |
---|