GraphDebugInfo

שיעור הגמר הציבורי GraphDebugInfo

סוג Protobuf tensorflow.GraphDebugInfo

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

מעמד GraphDebugInfo.Builder סוג Protobuf tensorflow.GraphDebugInfo
מעמד GraphDebugInfo.FileLineCol
 This represents a file/line location in the source code. 
מִמְשָׁק GraphDebugInfo.FileLineColOrBuilder
מעמד GraphDebugInfo.StackTrace
 This represents a stack trace which is a ordered list of `FileLineCol`. 
מִמְשָׁק GraphDebugInfo.StackTraceOrBuilder

קבועים

int FILES_FIELD_NUMBER
int TRACES_FIELD_NUMBER

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

בוליאני
containsTraces (מפתח מחרוזת)
 This maps a node name to a stack trace in the source code.
בוליאני
שווה (Object obj)
סטטי GraphDebugInfo
GraphDebugInfo
final static com.google.protobuf.Descriptors.Descriptor
חוּט
getFiles (int index)
 This stores all the source code file names and can be indexed by the
 `file_index`.
com.google.protobuf.ByteString
getFilesBytes (int index)
 This stores all the source code file names and can be indexed by the
 `file_index`.
int
getFilesCount ()
 This stores all the source code file names and can be indexed by the
 `file_index`.
com.google.protobuf.ProtocolStringList
getFilesList ()
 This stores all the source code file names and can be indexed by the
 `file_index`.
int
מפה<String, GraphDebugInfo.StackTrace >
getTraces ()
השתמש getTracesMap() במקום זאת.
int
getTracesCount ()
 This maps a node name to a stack trace in the source code.
מפה<String, GraphDebugInfo.StackTrace >
getTracesMap ()
 This maps a node name to a stack trace in the source code.
GraphDebugInfo.StackTrace
getTracesOrDefault (מפתח מחרוזת, GraphDebugInfo.StackTrace defaultValue)
 This maps a node name to a stack trace in the source code.
GraphDebugInfo.StackTrace
getTracesOrThrow (מפתח מחרוזת)
 This maps a node name to a stack trace in the source code.
final com.google.protobuf.UnknownFieldSet
int
בוליאנית סופית
סטטי GraphDebugInfo.Builder
newBuilder (אב-טיפוס GraphDebugInfo )
סטטי GraphDebugInfo.Builder
GraphDebugInfo.Builder
סטטי GraphDebugInfo
parseDelimitedFrom (קלט InputStream)
סטטי GraphDebugInfo
parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי GraphDebugInfo
parseFrom (נתוני ByteBuffer)
סטטי GraphDebugInfo
parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי GraphDebugInfo
parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי GraphDebugInfo
parseFrom (קלט com.google.protobuf.CodedInputStream)
סטטי GraphDebugInfo
parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי GraphDebugInfo
parseFrom (נתוני com.google.protobuf.ByteString)
סטטי GraphDebugInfo
parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי GraphDebugInfo
parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטָטִי
GraphDebugInfo.Builder
בָּטֵל
writeTo (פלט com.google.protobuf.CodedOutputStream)

שיטות בירושה

קבועים

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

ערך קבוע: 1

גמר סטטי ציבורי TRACES_FIELD_NUMBER

ערך קבוע: 2

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

בוליאני ציבורי מכיל עקבות (מפתח מחרוזת)

 This maps a node name to a stack trace in the source code.
 The map key is a mangling of the containing function and op name with
 syntax:
   op.name '@' func_name
 For ops in the top-level graph, the func_name is the empty string.
 Note that op names are restricted to a small number of characters which
 exclude '@', making it impossible to collide keys of this form. Function
 names accept a much wider set of characters.
 It would be preferable to avoid mangling and use a tuple key of (op.name,
 func_name), but this is not supported with protocol buffers.
 
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;

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

public static GraphDebugInfo getDefaultInstance ()

public GraphDebugInfo getDefaultInstanceForType ()

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

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

 This stores all the source code file names and can be indexed by the
 `file_index`.
 
repeated string files = 1;

public com.google.protobuf.ByteString getFilesBytes (int index)

 This stores all the source code file names and can be indexed by the
 `file_index`.
 
repeated string files = 1;

public int getFilesCount ()

 This stores all the source code file names and can be indexed by the
 `file_index`.
 
repeated string files = 1;

public com.google.protobuf.ProtocolStringList getFilesList ()

 This stores all the source code file names and can be indexed by the
 `file_index`.
 
repeated string files = 1;

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

public int getSerializedSize ()

מפה ציבורית<String, GraphDebugInfo.StackTrace > getTraces ()

השתמש getTracesMap() במקום זאת.

public int getTracesCount ()

 This maps a node name to a stack trace in the source code.
 The map key is a mangling of the containing function and op name with
 syntax:
   op.name '@' func_name
 For ops in the top-level graph, the func_name is the empty string.
 Note that op names are restricted to a small number of characters which
 exclude '@', making it impossible to collide keys of this form. Function
 names accept a much wider set of characters.
 It would be preferable to avoid mangling and use a tuple key of (op.name,
 func_name), but this is not supported with protocol buffers.
 
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;

מפה ציבורית<String, GraphDebugInfo.StackTrace > getTracesMap ()

 This maps a node name to a stack trace in the source code.
 The map key is a mangling of the containing function and op name with
 syntax:
   op.name '@' func_name
 For ops in the top-level graph, the func_name is the empty string.
 Note that op names are restricted to a small number of characters which
 exclude '@', making it impossible to collide keys of this form. Function
 names accept a much wider set of characters.
 It would be preferable to avoid mangling and use a tuple key of (op.name,
 func_name), but this is not supported with protocol buffers.
 
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;

Public GraphDebugInfo.StackTrace getTracesOrDefault (מפתח מחרוזת, GraphDebugInfo.StackTrace defaultValue)

 This maps a node name to a stack trace in the source code.
 The map key is a mangling of the containing function and op name with
 syntax:
   op.name '@' func_name
 For ops in the top-level graph, the func_name is the empty string.
 Note that op names are restricted to a small number of characters which
 exclude '@', making it impossible to collide keys of this form. Function
 names accept a much wider set of characters.
 It would be preferable to avoid mangling and use a tuple key of (op.name,
 func_name), but this is not supported with protocol buffers.
 
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;

public GraphDebugInfo.StackTrace getTracesOrThrow (מפתח מחרוזת)

 This maps a node name to a stack trace in the source code.
 The map key is a mangling of the containing function and op name with
 syntax:
   op.name '@' func_name
 For ops in the top-level graph, the func_name is the empty string.
 Note that op names are restricted to a small number of characters which
 exclude '@', making it impossible to collide keys of this form. Function
 names accept a much wider set of characters.
 It would be preferable to avoid mangling and use a tuple key of (op.name,
 func_name), but this is not supported with protocol buffers.
 
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;

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

public int hashCode ()

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

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

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

public GraphDebugInfo.Builder newBuilderForType ()

public static GraphDebugInfo parseDelimitedFrom (קלט InputStream)

זורק
IOException

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

זורק
IOException

public static GraphDebugInfo parseFrom (נתוני ByteBuffer)

זורק
InvalidProtocolBufferException

public static GraphDebugInfo parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

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

זורק
InvalidProtocolBufferException

public static GraphDebugInfo parseFrom (קלט com.google.protobuf.CodedInputStream)

זורק
IOException

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

זורק
InvalidProtocolBufferException

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

זורק
InvalidProtocolBufferException

public static GraphDebugInfo parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

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

זורק
InvalidProtocolBufferException

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

public GraphDebugInfo.Builder toBuilder ()

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

זורק
IOException