kelas akhir statis publik NodeDef.ExperimentalDebugInfo
Tipe protobuf tensorflow.NodeDef.ExperimentalDebugInfo 
Kelas Bersarang
| kelas | NodeDef.ExperimentalDebugInfo.Builder | Tipe protobuf tensorflow.NodeDef.ExperimentalDebugInfo | |
Konstanta
| ke dalam | ASLI_FUNC_NAMES_FIELD_NUMBER | |
| ke dalam | ASLI_NODE_NAMES_FIELD_NUMBER | 
Metode Publik
| boolean |  sama dengan (Objek objek) | 
| NodeDef.ExperimentalDebugInfo statis | |
| NodeDef.ExperimentalDebugInfo | |
| com.google.protobuf.Descriptors.Descriptor statis terakhir | |
| Rangkaian |  dapatkanOriginalFuncNames (int indeks)  This is intended to store the list of names of the functions from the original graph that this node was derived. | 
| com.google.protobuf.ByteString |  getOriginalFuncNamesBytes (indeks int)  This is intended to store the list of names of the functions from the original graph that this node was derived. | 
| ke dalam |  dapatkanOriginalFuncNamesCount ()  This is intended to store the list of names of the functions from the original graph that this node was derived. | 
| com.google.protobuf.ProtocolStringList |  dapatkanDaftarNamaFuncAsli ()  This is intended to store the list of names of the functions from the original graph that this node was derived. | 
| Rangkaian |  getOriginalNodeNames (int indeks)  Opaque string inserted into error messages created by the runtime. | 
| com.google.protobuf.ByteString |  getOriginalNodeNamesBytes (indeks int)  Opaque string inserted into error messages created by the runtime. | 
| ke dalam |  dapatkanOriginalNodeNamesCount ()  Opaque string inserted into error messages created by the runtime. | 
| com.google.protobuf.ProtocolStringList |  dapatkanDaftarNamaNodeAsli ()  Opaque string inserted into error messages created by the runtime. | 
| ke dalam | |
| final com.google.protobuf.UnknownFieldSet | |
| ke dalam |  Kode hash () | 
| boolean terakhir | |
| NodeDef.ExperimentalDebugInfo.Builder statis |  newBuilder (prototipe NodeDef.ExperimentalDebugInfo ) | 
| NodeDef.ExperimentalDebugInfo.Builder statis | |
| NodeDef.ExperimentalDebugInfo.Builder | |
| NodeDef.ExperimentalDebugInfo statis |  parseDelimitedFrom (masukan Aliran Masukan) | 
| NodeDef.ExperimentalDebugInfo statis |  parseDelimitedFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| NodeDef.ExperimentalDebugInfo statis |  parseFrom (data ByteBuffer) | 
| NodeDef.ExperimentalDebugInfo statis |  parseFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| NodeDef.ExperimentalDebugInfo statis |  parseFrom (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| NodeDef.ExperimentalDebugInfo statis |  parseFrom (com.google.protobuf.CodedInputStream masukan) | 
| NodeDef.ExperimentalDebugInfo statis |  parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| NodeDef.ExperimentalDebugInfo statis |  parseFrom (com.google.protobuf.ByteString data) | 
| NodeDef.ExperimentalDebugInfo statis |  parseFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| NodeDef.ExperimentalDebugInfo statis |  parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| statis |  pengurai () | 
| NodeDef.ExperimentalDebugInfo.Builder | |
| ruang kosong |  writeTo (com.google.protobuf.CodedOutputStream keluaran)  | 
Metode Warisan
Konstanta
int final statis publik ASLI_FUNC_NAMES_FIELD_NUMBER
 Nilai Konstan: 2 
int final statis publik ASLI_NODE_NAMES_FIELD_NUMBER
 Nilai Konstan: 1 
Metode Publik
boolean publik sama (Obj objek)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
String publik getOriginalFuncNames (int indeks)
 This is intended to store the list of names of the functions from the
 original graph that this node was derived. For example if this node, say
 C, was result of a fusion of node A in function FA and node B in function
 FB, then `original_funcs` would be {FA, FB}. If the node is in the top
 level graph, the `original_func` is empty. This information, with the
 `original_node_names` can be used to map errors originating at the
 current ndoe to some top level source code.
 repeated string original_func_names = 2; publik com.google.protobuf.ByteString getOriginalFuncNamesBytes (int indeks)
 This is intended to store the list of names of the functions from the
 original graph that this node was derived. For example if this node, say
 C, was result of a fusion of node A in function FA and node B in function
 FB, then `original_funcs` would be {FA, FB}. If the node is in the top
 level graph, the `original_func` is empty. This information, with the
 `original_node_names` can be used to map errors originating at the
 current ndoe to some top level source code.
 repeated string original_func_names = 2; int publik getOriginalFuncNamesCount ()
 This is intended to store the list of names of the functions from the
 original graph that this node was derived. For example if this node, say
 C, was result of a fusion of node A in function FA and node B in function
 FB, then `original_funcs` would be {FA, FB}. If the node is in the top
 level graph, the `original_func` is empty. This information, with the
 `original_node_names` can be used to map errors originating at the
 current ndoe to some top level source code.
 repeated string original_func_names = 2; publik com.google.protobuf.ProtocolStringList getOriginalFuncNamesList ()
 This is intended to store the list of names of the functions from the
 original graph that this node was derived. For example if this node, say
 C, was result of a fusion of node A in function FA and node B in function
 FB, then `original_funcs` would be {FA, FB}. If the node is in the top
 level graph, the `original_func` is empty. This information, with the
 `original_node_names` can be used to map errors originating at the
 current ndoe to some top level source code.
 repeated string original_func_names = 2; String publik getOriginalNodeNames (int indeks)
 Opaque string inserted into error messages created by the runtime.
 This is intended to store the list of names of the nodes from the
 original graph that this node was derived. For example if this node, say
 C, was result of a fusion of 2 nodes A and B, then 'original_node' would
 be {A, B}. This information can be used to map errors originating at the
 current node to some top level source code.
 repeated string original_node_names = 1; publik com.google.protobuf.ByteString getOriginalNodeNamesBytes (int indeks)
 Opaque string inserted into error messages created by the runtime.
 This is intended to store the list of names of the nodes from the
 original graph that this node was derived. For example if this node, say
 C, was result of a fusion of 2 nodes A and B, then 'original_node' would
 be {A, B}. This information can be used to map errors originating at the
 current node to some top level source code.
 repeated string original_node_names = 1; publik int getOriginalNodeNamesCount ()
 Opaque string inserted into error messages created by the runtime.
 This is intended to store the list of names of the nodes from the
 original graph that this node was derived. For example if this node, say
 C, was result of a fusion of 2 nodes A and B, then 'original_node' would
 be {A, B}. This information can be used to map errors originating at the
 current node to some top level source code.
 repeated string original_node_names = 1; publik com.google.protobuf.ProtocolStringList getOriginalNodeNamesList ()
 Opaque string inserted into error messages created by the runtime.
 This is intended to store the list of names of the nodes from the
 original graph that this node was derived. For example if this node, say
 C, was result of a fusion of 2 nodes A and B, then 'original_node' would
 be {A, B}. This information can be used to map errors originating at the
 current node to some top level source code.
 repeated string original_node_names = 1;  publik
publik int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
kode hash int publik ()
boolean akhir publik diinisialisasi ()
NodeDef.ExperimentalDebugInfo.Builder statis publik newBuilder (prototipe NodeDef.ExperimentalDebugInfo )
NodeDef.ExperimentalDebugInfo statis publik parseDelimitedFrom (masukan InputStream)
Melempar
| Pengecualian IO | 
|---|
NodeDef.ExperimentalDebugInfo statis publik parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
| Pengecualian IO | 
|---|
parseFrom NodeDef.ExperimentalDebugInfo statis publik (data ByteBuffer)
Melempar
| InvalidProtocolBufferException | 
|---|
NodeDef.ExperimentalDebugInfo statis publik parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
| Pengecualian IO | 
|---|
NodeDef.ExperimentalDebugInfo statis publik parseFrom (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
| InvalidProtocolBufferException | 
|---|
parseFrom NodeDef.ExperimentalDebugInfo statis publik (com.google.protobuf.CodedInputStream input)
Melempar
| Pengecualian IO | 
|---|
NodeDef.ExperimentalDebugInfo statis publik parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
| InvalidProtocolBufferException | 
|---|
parseFrom NodeDef.ExperimentalDebugInfo statis publik (com.google.protobuf.ByteString data)
Melempar
| InvalidProtocolBufferException | 
|---|
NodeDef.ExperimentalDebugInfo statis publik parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
| Pengecualian IO | 
|---|
NodeDef.ExperimentalDebugInfo statis publik parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
| InvalidProtocolBufferException | 
|---|
 statis publik
public void writeTo (keluaran com.google.protobuf.CodedOutputStream)
Melempar
| Pengecualian IO | 
|---|