public static class
CopyHost.Options
Optional attributes for CopyHost
Public Methods
CopyHost.Options |
debugOpsSpec(List<String> debugOpsSpec)
|
CopyHost.Options |
tensorName(String tensorName)
|
Inherited Methods
Public Methods
public CopyHost.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 CopyHost.Options tensorName (String tensorName)
Parameters
tensorName | The name of the input tensor. |
---|