public static class
Copy.Options
Optional attributes for Copy
Public Methods
Copy.Options |
debugOpsSpec(List<String> debugOpsSpec)
|
Copy.Options |
tensorName(String tensorName)
|
Inherited Methods
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. |
---|