NodeDef.ExperimentalDebugInfo

genel statik son sınıf NodeDef.ExperimentalDebugInfo

Protobuf türü tensorflow.NodeDef.ExperimentalDebugInfo

İç İçe Sınıflar

sınıf NodeDef.ExperimentalDebugInfo.Builder Protobuf türü tensorflow.NodeDef.ExperimentalDebugInfo

Sabitler

int ORIGINAL_FUNC_NAMES_FIELD_NUMBER
int ORIGINAL_NODE_NAMES_FIELD_NUMBER

Genel Yöntemler

boolean
eşittir (Nesne nesnesi)
statik NodeDef.ExperimentalDebugInfo
NodeDef.ExperimentalDebugInfo
final statik com.google.protobuf.Descriptors.Descriptor
Sicim
getOriginalFuncNames (int dizini)
 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 (int dizini)
 This is intended to store the list of names of the functions from the
 original graph that this node was derived.
int
getOriginalFuncNamesCount ()
 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
getOriginalFuncNamesList ()
 This is intended to store the list of names of the functions from the
 original graph that this node was derived.
Sicim
getOriginalNodeNames (int dizini)
 Opaque string inserted into error messages created by the runtime.
com.google.protobuf.ByteString
getOriginalNodeNamesBytes (int dizini)
 Opaque string inserted into error messages created by the runtime.
int
getOriginalNodeNamesCount ()
 Opaque string inserted into error messages created by the runtime.
com.google.protobuf.ProtocolStringList
getOriginalNodeNamesList ()
 Opaque string inserted into error messages created by the runtime.
int
final com.google.protobuf.UnknownFieldSet
int
son boole değeri
statik NodeDef.ExperimentalDebugInfo.Builder
statik NodeDef.ExperimentalDebugInfo.Builder
NodeDef.ExperimentalDebugInfo.Builder
statik NodeDef.ExperimentalDebugInfo
parseDelimitedFrom (InputStream girişi)
statik NodeDef.ExperimentalDebugInfo
parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik NodeDef.ExperimentalDebugInfo
parseFrom (ByteBuffer verileri)
statik NodeDef.ExperimentalDebugInfo
parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik NodeDef.ExperimentalDebugInfo
parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik NodeDef.ExperimentalDebugInfo
ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
statik NodeDef.ExperimentalDebugInfo
parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik NodeDef.ExperimentalDebugInfo
ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
statik NodeDef.ExperimentalDebugInfo
parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik NodeDef.ExperimentalDebugInfo
parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik
NodeDef.ExperimentalDebugInfo.Builder
geçersiz
writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Kalıtsal Yöntemler

Sabitler

genel statik final int ORIGINAL_FUNC_NAMES_FIELD_NUMBER

Sabit Değer: 2

genel statik final int ORIGINAL_NODE_NAMES_FIELD_NUMBER

Sabit Değer: 1

Genel Yöntemler

genel boole eşittir (Object obj)

public static NodeDef.ExperimentalDebugInfo getDefaultInstance ()

public NodeDef.ExperimentalDebugInfo getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public String getOriginalFuncNames (int dizini)

 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;

public com.google.protobuf.ByteString getOriginalFuncNamesBytes (int dizini)

 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;

public int 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;

public 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;

public String getOriginalNodeNames (int dizini)

 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;

public com.google.protobuf.ByteString getOriginalNodeNamesBytes (int dizini)

 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;

public 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;

public 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;

halk getParserForType ()

public int getSerializedSize ()

genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()

genel int hashCode ()

genel final boolean isInitialized ()

public static NodeDef.ExperimentalDebugInfo.Builder newBuilder ()

public NodeDef.ExperimentalDebugInfo.Builder newBuilderForType ()

public static NodeDef.ExperimentalDebugInfo parseDelimitedFrom (InputStream girişi)

Atar
IO İstisnası

public static NodeDef.ExperimentalDebugInfo parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

public static NodeDef.ExperimentalDebugInfo parseFrom (ByteBuffer verileri)

Atar
Geçersiz ProtokolBufferException

public static NodeDef.ExperimentalDebugInfo parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

public static NodeDef.ExperimentalDebugInfo parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

public static NodeDef.ExperimentalDebugInfo parseFrom (com.google.protobuf.CodedInputStream girişi)

Atar
IO İstisnası

public static NodeDef.ExperimentalDebugInfo parseFrom (bayt[] veri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik NodeDef.ExperimentalDebugInfo ayrıştırmaFrom (com.google.protobuf.ByteString verileri)

Atar
Geçersiz ProtokolBufferException

public static NodeDef.ExperimentalDebugInfo parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

public static NodeDef.ExperimentalDebugInfo parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik ayrıştırıcı ()

genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Atar
IO İstisnası