GraphDebugInfo.FileLineCol

clase final estática pública GraphDebugInfo.FileLineCol

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

Clases anidadas

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

Constantes

En t CODE_FIELD_NUMBER
En t COL_FIELD_NUMBER
En t FILE_INDEX_FIELD_NUMBER
En t FUNC_FIELD_NUMBER
En t LINE_FIELD_NUMBER

Métodos públicos

booleano
es igual (Objeto obj)
Cadena
obtener código ()
 Source code contained in this file line.
com.google.protobuf.ByteString
obtenerCodeBytes ()
 Source code contained in this file line.
En t
obtenerCol ()
 Col number in the file line.
estático GraphDebugInfo.FileLineCol
GraphDebugInfo.FileLineCol
com.google.protobuf.Descriptors.Descriptor estático final
En t
getFileIndex ()
 File name index, which can be used to retrieve the file name string from
 `files`.
Cadena
obtenerFunc ()
 Name of function contains the file line.
com.google.protobuf.ByteString
obtenerFuncBytes ()
 Name of function contains the file line.
En t
obtener línea ()
 Line number in the file.
En t
com.google.protobuf.UnknownFieldSet final
En t
booleano final
estático GraphDebugInfo.FileLineCol.Builder
estático GraphDebugInfo.FileLineCol.Builder
GraphDebugInfo.FileLineCol.Builder
estático GraphDebugInfo.FileLineCol
parseDelimitedFrom (entrada de InputStream)
estático GraphDebugInfo.FileLineCol
parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático GraphDebugInfo.FileLineCol
parseFrom (datos de ByteBuffer)
estático GraphDebugInfo.FileLineCol
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático GraphDebugInfo.FileLineCol
parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático GraphDebugInfo.FileLineCol
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático GraphDebugInfo.FileLineCol
parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático GraphDebugInfo.FileLineCol
parseFrom (datos com.google.protobuf.ByteString)
estático GraphDebugInfo.FileLineCol
parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático GraphDebugInfo.FileLineCol
parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático
GraphDebugInfo.FileLineCol.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

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

int final estático público FILE_INDEX_FIELD_NUMBER

Valor constante: 1

int final estático público FUNC_FIELD_NUMBER

Valor constante: 4

int final estático público LINE_FIELD_NUMBER

Valor constante: 2

Métodos públicos

público booleano es igual (Objeto obj)

cadena pública getCode ()

código de cadena

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

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

código de cadena

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

público int getCol ()

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

pública estática GraphDebugInfo.FileLineCol getDefaultInstance ()

público GraphDebugInfo.FileLineCol getDefaultInstanceForType ()

público estático final 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;

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

público int getLine ()

 Line number in the file.
 
int32 line = 2;

público getParserForType ()

público int getSerializedSize ()

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

código hash int público ()

público final booleano isInitialized ()

pública estática GraphDebugInfo.FileLineCol.Builder newBuilder ()

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

público GraphDebugInfo.FileLineCol.Builder newBuilderForType ()

pública estática GraphDebugInfo.FileLineCol parseDelimitedFrom (entrada de InputStream)

Lanza
IOExcepción

GraphDebugInfo.FileLineCol parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) estático público

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
Excepción de buffer de protocolo no válido

GraphDebugInfo.FileLineCol parseFrom estático público (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

estática pública analizador ()

público GraphDebugInfo.FileLineCol.Builder toBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción