Warning: This API is deprecated and will be removed in a future version of TensorFlow after the replacement is stable.

Copy.Options

Stay organized with collections Save and categorize content based on your preferences.
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 ;;, wherein gated_grpc is boolean represented as 0/1. E.g., "DebugIdentity;grpc://foo:3333;1", "DebugIdentity;file:///tmp/tfdbg_1;0".

public Copy.Options tensorName (String tensorName)

Parameters
tensorName The name of the input tensor.