public static class
Copy.Options
Optional attributes for Copy
Public Methods
Copy.Options |
debugOpsSpec(List<String> debugOpsSpec)
|
Copy.Options |
tensorName(String tensorName)
|
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 Copy.Options debugOpsSpec (List<String> debugOpsSpec)
Parameters
debugOpsSpec | A list of debug op spec (op, url, gated_grpc) for attached debug
ops. Each element of the list has the format
|
---|
public Copy.Options tensorName (String tensorName)
Parameters
tensorName | The name of the input tensor. |
---|