GraphDebugInfo.FileLineCol

classe final pública estática GraphDebugInfo.FileLineCol

 This represents a file/line location in the source code.
 
tensorflow.GraphDebugInfo.FileLineCol tipo tensorflow.GraphDebugInfo.FileLineCol

Classes aninhadas

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

Constantes

int CODE_FIELD_NUMBER
int COL_FIELD_NUMBER
int FILE_INDEX_FIELD_NUMBER
int FUNC_FIELD_NUMBER
int LINE_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
Fragmento
getCode ()
 Source code contained in this file line.
com.google.protobuf.ByteString
getCodeBytes ()
 Source code contained in this file line.
int
getCol ()
 Col number in the file line.
static GraphDebugInfo.FileLineCol
GraphDebugInfo.FileLineCol
final static com.google.protobuf.Descriptors.Descriptor
int
getFileIndex ()
 File name index, which can be used to retrieve the file name string from
 `files`.
Fragmento
getFunc ()
 Name of function contains the file line.
com.google.protobuf.ByteString
getFuncBytes ()
 Name of function contains the file line.
int
getLine ()
 Line number in the file.
int
final com.google.protobuf.UnknownFieldSet
int
final booleano
static GraphDebugInfo.FileLineCol.Builder
static GraphDebugInfo.FileLineCol.Builder
GraphDebugInfo.FileLineCol.Builder
static GraphDebugInfo.FileLineCol
parseDelimitedFrom (input InputStream)
static GraphDebugInfo.FileLineCol
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphDebugInfo.FileLineCol
parseFrom (dados ByteBuffer)
static GraphDebugInfo.FileLineCol
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphDebugInfo.FileLineCol
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphDebugInfo.FileLineCol
parseFrom (com.google.protobuf.CodedInputStream input)
static GraphDebugInfo.FileLineCol
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphDebugInfo.FileLineCol
parseFrom (com.google.protobuf.ByteString data)
static GraphDebugInfo.FileLineCol
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphDebugInfo.FileLineCol
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
GraphDebugInfo.FileLineCol.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int CODE_FIELD_NUMBER

Valor constante: 5

public static final int COL_FIELD_NUMBER

Valor Constante: 3

public static final int FILE_INDEX_FIELD_NUMBER

Valor Constante: 1

public static final int FUNC_FIELD_NUMBER

Valor constante: 4

public static final int LINE_FIELD_NUMBER

Valor constante: 2

Métodos Públicos

public boolean equals (Object obj)

public String getCode ()

Código de string code = 5;

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

public com.google.protobuf.ByteString getCodeBytes ()

Código de string code = 5;

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

public 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 ()

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

public String getFunc ()

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

public com.google.protobuf.ByteString getFuncBytes ()

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

public int getLine ()

 Line number in the file.
 
int32 line = 2;

público getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

public static GraphDebugInfo.FileLineCol.Builder newBuilder ()

public static GraphDebugInfo.FileLineCol.Builder newBuilder (protótipo GraphDebugInfo.FileLineCol )

public GraphDebugInfo.FileLineCol.Builder newBuilderForType ()

public static GraphDebugInfo.FileLineCol parseDelimitedFrom (InputStream input)

Lança
IOException

public static GraphDebugInfo.FileLineCol parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static GraphDebugInfo.FileLineCol parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static GraphDebugInfo.FileLineCol parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static GraphDebugInfo.FileLineCol parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static GraphDebugInfo.FileLineCol parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static GraphDebugInfo.FileLineCol parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

public static GraphDebugInfo.FileLineCol parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static GraphDebugInfo.FileLineCol parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException