NodeDef.ExperimentalDebugInfo

מחלקה סופית סטטית ציבורית NodeDef.ExperimentalDebugInfo

סוג Protobuf tensorflow.NodeDef.ExperimentalDebugInfo

כיתות מקוננות

מעמד NodeDef.ExperimentalDebugInfo.Builder סוג Protobuf tensorflow.NodeDef.ExperimentalDebugInfo

קבועים

int ORIGINAL_FUNC_NAMES_FIELD_NUMBER
int ORIGINAL_NODE_NAMES_FIELD_NUMBER

שיטות ציבוריות

בוליאני
שווה (Object obj)
סטטי NodeDef.ExperimentalDebugInfo
NodeDef.ExperimentalDebugInfo
final static com.google.protobuf.Descriptors.Descriptor
חוּט
getOriginalFuncNames (int index)
 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 index)
 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.
חוּט
getOriginalNodeNames (int index)
 Opaque string inserted into error messages created by the runtime.
com.google.protobuf.ByteString
getOriginalNodeNamesBytes (int index)
 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
בוליאנית סופית
סטטי NodeDef.ExperimentalDebugInfo.Builder
סטטי NodeDef.ExperimentalDebugInfo.Builder
NodeDef.ExperimentalDebugInfo.Builder
סטטי NodeDef.ExperimentalDebugInfo
parseDelimitedFrom (קלט InputStream)
סטטי NodeDef.ExperimentalDebugInfo
parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי NodeDef.ExperimentalDebugInfo
parseFrom (נתוני ByteBuffer)
סטטי NodeDef.ExperimentalDebugInfo
parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי NodeDef.ExperimentalDebugInfo
parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי NodeDef.ExperimentalDebugInfo
parseFrom (קלט com.google.protobuf.CodedInputStream)
סטטי NodeDef.ExperimentalDebugInfo
parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי NodeDef.ExperimentalDebugInfo
parseFrom (נתוני com.google.protobuf.ByteString)
סטטי NodeDef.ExperimentalDebugInfo
parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי NodeDef.ExperimentalDebugInfo
parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטָטִי
NodeDef.ExperimentalDebugInfo.Builder
בָּטֵל
writeTo (פלט com.google.protobuf.CodedOutputStream)

שיטות בירושה

קבועים

אינט סופי סטטי ציבורי ORIGINAL_FUNC_NAMES_FIELD_NUMBER

ערך קבוע: 2

אינט סופי סטטי ציבורי ORIGINAL_NODE_NAMES_FIELD_NUMBER

ערך קבוע: 1

שיטות ציבוריות

שווה ערך בוליאני ציבורי (Object obj)

public static NodeDef.ExperimentalDebugInfo getDefaultInstance ()

public NodeDef.ExperimentalDebugInfo getDefaultInstanceForType ()

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

מחרוזת ציבורית getOriginalFuncNames (int index)

 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 index)

 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;

מחרוזת ציבורית getOriginalNodeNames (int index)

 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 index)

 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;

פּוּמְבֵּי getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

בוליאני הסופי הציבורי הוא אתחול ()

NodeDef.ExperimentalDebugInfo.Builder newBuilder סטטי ציבורי (אב-טיפוס NodeDef.ExperimentalDebugInfo )

ציבורי סטטי NodeDef.ExperimentalDebugInfo.Builder newBuilder ()

public NodeDef.ExperimentalDebugInfo.Builder newBuilderForType ()

public static NodeDef.ExperimentalDebugInfo parseDelimitedFrom (קלט InputStream)

זורק
IOException

public static NodeDef.ExperimentalDebugInfo parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public static NodeDef.ExperimentalDebugInfo parseFrom (נתוני ByteBuffer)

זורק
InvalidProtocolBufferException

NodeDef.ExperimentalDebugInfo parseFrom סטטי ציבורי (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public static NodeDef.ExperimentalDebugInfo parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

NodeDef.ExperimentalDebugInfo parseFrom סטטי ציבורי (קלט com.google.protobuf.CodedInputStream)

זורק
IOException

public static NodeDef.ExperimentalDebugInfo parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

public static NodeDef.ExperimentalDebugInfo parseFrom (נתוני com.google.protobuf.ByteString)

זורק
InvalidProtocolBufferException

NodeDef.ExperimentalDebugInfo parseFrom סטטי ציבורי (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public static NodeDef.ExperimentalDebugInfo parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

סטטי ציבורי מנתח ()

public void writeTo (פלט com.google.protobuf.CodedOutputStream)

זורק
IOException