GraphDebugInfo.FileLineCol

publiczna statyczna klasa końcowa GraphDebugInfo.FileLineCol

 This represents a file/line location in the source code.
 
Typ protokołu tensorflow.GraphDebugInfo.FileLineCol

Klasy zagnieżdżone

klasa GraphDebugInfo.FileLineCol.Builder
 This represents a file/line location in the source code. 

Stałe

wew CODE_FIELD_NUMBER
wew COL_FIELD_NUMBER
wew FILE_INDEX_FIELD_NUMBER
wew FUNC_FIELD_NUMBER
wew LINE_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
Strunowy
Zdobądź szyfr ()
 Source code contained in this file line.
com.google.protobuf.ByteString
getCodeBytes ()
 Source code contained in this file line.
wew
pobierzCol ()
 Col number in the file line.
statyczny GraphDebugInfo.FileLineCol
GraphDebugInfo.FileLineCol
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
wew
getFileIndex ()
 File name index, which can be used to retrieve the file name string from
 `files`.
Strunowy
getFunc ()
 Name of function contains the file line.
com.google.protobuf.ByteString
getFuncBytes ()
 Name of function contains the file line.
wew
pobierzLinię ()
 Line number in the file.
wew
końcowy com.google.protobuf.UnknownFieldSet
wew
końcowa wartość logiczna
statyczny GraphDebugInfo.FileLineCol.Builder
statyczny GraphDebugInfo.FileLineCol.Builder
GraphDebugInfo.FileLineCol.Builder
statyczny GraphDebugInfo.FileLineCol
parseDelimitedFrom (wejście strumienia wejściowego)
statyczny GraphDebugInfo.FileLineCol
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny GraphDebugInfo.FileLineCol
parseFrom (dane ByteBuffer)
statyczny GraphDebugInfo.FileLineCol
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny GraphDebugInfo.FileLineCol
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny GraphDebugInfo.FileLineCol
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczny GraphDebugInfo.FileLineCol
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczny GraphDebugInfo.FileLineCol
parseFrom (dane com.google.protobuf.ByteString)
statyczny GraphDebugInfo.FileLineCol
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny GraphDebugInfo.FileLineCol
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
GraphDebugInfo.FileLineCol.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int CODE_FIELD_NUMBER

Wartość stała: 5

publiczny statyczny końcowy int COL_FIELD_NUMBER

Wartość stała: 3

publiczny statyczny końcowy int FILE_INDEX_FIELD_NUMBER

Wartość stała: 1

publiczny statyczny końcowy int FUNC_FIELD_NUMBER

Wartość stała: 4

publiczny statyczny końcowy int LINE_FIELD_NUMBER

Wartość stała: 2

Metody publiczne

publiczna wartość logiczna równa się (obiekt obiektu)

publiczny ciąg getCode ()

 Source code contained in this file line.
 
string code = 5;

publiczny com.google.protobuf.ByteString getCodeBytes ()

 Source code contained in this file line.
 
string code = 5;

publiczny int getCol ()

 Col number in the file line.
 
int32 col = 3;

public static GraphDebugInfo.FileLineCol getDefaultInstance ()

public GraphDebugInfo.FileLineCol getDefaultInstanceForType ()

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

publiczny int getFileIndex ()

 File name index, which can be used to retrieve the file name string from
 `files`. The value should be between 0 and (len(files)-1)
 
int32 file_index = 1;

publiczny ciąg getFunc ()

 Name of function contains the file line.
 
string func = 4;

publiczny com.google.protobuf.ByteString getFuncBytes ()

 Name of function contains the file line.
 
string func = 4;

publiczny int getLine ()

 Line number in the file.
 
int32 line = 2;

publiczny getParserForType ()

publiczny int getSerializedSize ()

publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

publiczny statyczny GraphDebugInfo.FileLineCol.Builder newBuilder ()

publiczny statyczny GraphDebugInfo.FileLineCol.Builder newBuilder (prototyp GraphDebugInfo.FileLineCol )

public GraphDebugInfo.FileLineCol.Builder newBuilderForType ()

public static GraphDebugInfo.FileLineCol parseDelimitedFrom (wejścieInputStream)

Rzuca
Wyjątek IO

public static GraphDebugInfo.FileLineCol parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static GraphDebugInfo.FileLineCol parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny GraphDebugInfo.FileLineCol parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Wyjątek IO

public static GraphDebugInfo.FileLineCol parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static GraphDebugInfo.FileLineCol parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

public static GraphDebugInfo.FileLineCol parseFrom (bajt[] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static GraphDebugInfo.FileLineCol parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static GraphDebugInfo.FileLineCol parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

publiczny statyczny GraphDebugInfo.FileLineCol parseFrom (com.google.protobuf.ByteString dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

public void writeTo (wyjście com.google.protobuf.CodedOutputStream)

Rzuca
Wyjątek IO