Warning: This API is deprecated and will be removed in a future
version of TensorFlow after
the replacement is stable.
CopyHost.Options
Stay organized with collections
Save and categorize content based on your preferences.
Inherited Methods
From class
java.lang.Object
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
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
;;, wherein gated_grpc is boolean represented
as 0/1. E.g., "DebugIdentity;grpc://foo:3333;1",
"DebugIdentity;file:///tmp/tfdbg_1;0".
|
public
CopyHost.Options
tensorName
(String tensorName)
Parameters
tensorName |
The name of the input tensor.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-02-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-02-12 UTC."],[],[],null,["# CopyHost.Options\n\npublic static class **CopyHost.Options** \nOptional attributes for [CopyHost](/api_docs/java/org/tensorflow/op/core/CopyHost) \n\n### Public Methods\n\n|----------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| [CopyHost.Options](/api_docs/java/org/tensorflow/op/core/CopyHost.Options) | [debugOpsSpec](/api_docs/java/org/tensorflow/op/core/CopyHost.Options#debugOpsSpec(java.util.List\u003cjava.lang.String\u003e))(List\\\u003cString\\\u003e debugOpsSpec) |\n| [CopyHost.Options](/api_docs/java/org/tensorflow/op/core/CopyHost.Options) | [tensorName](/api_docs/java/org/tensorflow/op/core/CopyHost.Options#tensorName(java.lang.String))(String tensorName) |\n\n### Inherited Methods\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| boolean | equals(Object arg0) |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Methods\n--------------\n\n#### public [CopyHost.Options](/api_docs/java/org/tensorflow/op/core/CopyHost.Options)\n**debugOpsSpec**\n(List\\\u003cString\\\u003e debugOpsSpec)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| 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\". |\n|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n\n#### public [CopyHost.Options](/api_docs/java/org/tensorflow/op/core/CopyHost.Options)\n**tensorName**\n(String tensorName)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| tensorName | The name of the input tensor. |\n|------------|-------------------------------|"]]