GraphDebugInfo.FileLineCol.Builder

classe finale statica pubblica GraphDebugInfo.FileLineCol.Builder

 This represents a file/line location in the source code.
 
Tipo di protocollo tensorflow.GraphDebugInfo.FileLineCol

Metodi pubblici

GraphDebugInfo.FileLineCol.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
GraphDebugInfo.FileLineCol
GraphDebugInfo.FileLineCol
GraphDebugInfo.FileLineCol.Builder
chiaro ()
GraphDebugInfo.FileLineCol.Builder
codicechiaro ()
 Source code contained in this file line.
GraphDebugInfo.FileLineCol.Builder
cancellaCol ()
 Col number in the file line.
GraphDebugInfo.FileLineCol.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
GraphDebugInfo.FileLineCol.Builder
clearFileIndex ()
 File name index, which can be used to retrieve the file name string from
 `files`.
GraphDebugInfo.FileLineCol.Builder
chiaraFunzione ()
 Name of function contains the file line.
GraphDebugInfo.FileLineCol.Builder
chiaraLinea ()
 Line number in the file.
GraphDebugInfo.FileLineCol.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
GraphDebugInfo.FileLineCol.Builder
clone ()
Corda
ottenere il codice ()
 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.
GraphDebugInfo.FileLineCol
com.google.protobuf.Descriptors.Descriptor statico finale
com.google.protobuf.Descriptors.Descriptor
int
getFileIndex ()
 File name index, which can be used to retrieve the file name string from
 `files`.
Corda
getFunzione ()
 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.
booleano finale
GraphDebugInfo.FileLineCol.Builder
mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
GraphDebugInfo.FileLineCol.Builder
mergeFrom (com.google.protobuf.Message altro)
finale GraphDebugInfo.FileLineCol.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
GraphDebugInfo.FileLineCol.Builder
setCode (valore stringa)
 Source code contained in this file line.
GraphDebugInfo.FileLineCol.Builder
setCodeBytes (valore com.google.protobuf.ByteString)
 Source code contained in this file line.
GraphDebugInfo.FileLineCol.Builder
setCol (valore intero)
 Col number in the file line.
GraphDebugInfo.FileLineCol.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
GraphDebugInfo.FileLineCol.Builder
setFileIndex (valore int)
 File name index, which can be used to retrieve the file name string from
 `files`.
GraphDebugInfo.FileLineCol.Builder
setFunc (valore stringa)
 Name of function contains the file line.
GraphDebugInfo.FileLineCol.Builder
setFuncBytes (valore com.google.protobuf.ByteString)
 Name of function contains the file line.
GraphDebugInfo.FileLineCol.Builder
setLine (valore int)
 Line number in the file.
GraphDebugInfo.FileLineCol.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
finale GraphDebugInfo.FileLineCol.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

Metodi ereditati

Metodi pubblici

public GraphDebugInfo.FileLineCol.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

build pubblica GraphDebugInfo.FileLineCol ()

public GraphDebugInfo.FileLineCol buildPartial ()

public GraphDebugInfo.FileLineCol.Builder clearCode ()

codice stringa

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

public GraphDebugInfo.FileLineCol.Builder clearCol ()

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

public GraphDebugInfo.FileLineCol.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public GraphDebugInfo.FileLineCol.Builder clearFileIndex ()

 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;

pubblico GraphDebugInfo.FileLineCol.Builder clearFunc ()

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

public GraphDebugInfo.FileLineCol.Builder clearLine ()

 Line number in the file.
 
int32 line = 2;

public GraphDebugInfo.FileLineCol.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

stringa pubblica getCode ()

codice stringa

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

pubblico com.google.protobuf.ByteString getCodeBytes ()

codice stringa

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

pubblico int getCol ()

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

pubblico GraphDebugInfo.FileLineCol getDefaultInstanceForType ()

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

pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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;

stringa pubblica getFunc ()

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

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

public final booleano isInitialized ()

public GraphDebugInfo.FileLineCol.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

public GraphDebugInfo.FileLineCol.Builder mergeFrom (com.google.protobuf.Message altro)

pubblico finale GraphDebugInfo.FileLineCol.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

public GraphDebugInfo.FileLineCol.Builder setCode (valore stringa)

codice stringa

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

public GraphDebugInfo.FileLineCol.Builder setCodeBytes (valore com.google.protobuf.ByteString)

codice stringa

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

public GraphDebugInfo.FileLineCol.Builder setCol (valore int)

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

public GraphDebugInfo.FileLineCol.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

public GraphDebugInfo.FileLineCol.Builder setFileIndex (valore int)

 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 GraphDebugInfo.FileLineCol.Builder setFunc (valore stringa)

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

public GraphDebugInfo.FileLineCol.Builder setFuncBytes (valore com.google.protobuf.ByteString)

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

public GraphDebugInfo.FileLineCol.Builder setLine (valore int)

 Line number in the file.
 
int32 line = 2;

public GraphDebugInfo.FileLineCol.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)

pubblico finale GraphDebugInfo.FileLineCol.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)