GraphDebugInfo.FileLineCol

classe final estática pública GraphDebugInfo.FileLineCol

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

Classes aninhadas

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

Constantes

interno CODE_FIELD_NUMBER
interno COL_FIELD_NUMBER
interno FILE_INDEX_FIELD_NUMBER
interno FUNC_FIELD_NUMBER
interno LINE_FIELD_NUMBER

Métodos Públicos

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

Métodos herdados

Constantes

público estático final int CODE_FIELD_NUMBER

Valor Constante: 5

int final estático público COL_FIELD_NUMBER

Valor Constante: 3

público estático final int FILE_INDEX_FIELD_NUMBER

Valor Constante: 1

público estático final int FUNC_FIELD_NUMBER

Valor Constante: 4

público estático final int LINE_FIELD_NUMBER

Valor Constante: 2

Métodos Públicos

booleano público é igual (Object obj)

String pública getCode ()

código de string

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

público com.google.protobuf.ByteString getCodeBytes ()

código de string

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

público int getCol ()

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

público estático GraphDebugInfo.FileLineCol getDefaultInstance ()

público GraphDebugInfo.FileLineCol getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público 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;

String pública getFunc ()

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

público com.google.protobuf.ByteString getFuncBytes ()

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

public int getLinha ()

 Line number in the file.
 
int32 line = 2;

público getParserForType ()

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hashCode int público ()

público final booleano isInitialized ()

público estático GraphDebugInfo.FileLineCol.Builder newBuilder ()

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

público GraphDebugInfo.FileLineCol.Builder newBuilderForType ()

público estático GraphDebugInfo.FileLineCol parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

público estático GraphDebugInfo.FileLineCol parseFrom (dados de ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

público estático GraphDebugInfo.FileLineCol parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

público estático GraphDebugInfo.FileLineCol parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

público estático GraphDebugInfo.FileLineCol parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

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

Lança
IOException

público estático GraphDebugInfo.FileLineCol parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

público GraphDebugInfo.FileLineCol.Builder toBuilder ()

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

Lança
IOException