classe final estática pública GraphDebugInfo.FileLineCol.Builder
This represents a file/line location in the source code.
tensorflow.GraphDebugInfo.FileLineCol
Métodos Públicos
GraphDebugInfo.FileLineCol.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
GraphDebugInfo.FileLineCol | construir () |
GraphDebugInfo.FileLineCol | |
GraphDebugInfo.FileLineCol.Builder | claro () |
GraphDebugInfo.FileLineCol.Builder | limparCode () Source code contained in this file line. |
GraphDebugInfo.FileLineCol.Builder | limparCol () Col number in the file line. |
GraphDebugInfo.FileLineCol.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
GraphDebugInfo.FileLineCol.Builder | limparFileIndex () File name index, which can be used to retrieve the file name string from `files`. |
GraphDebugInfo.FileLineCol.Builder | limparFunc () Name of function contains the file line. |
GraphDebugInfo.FileLineCol.Builder | linha clara () Line number in the file. |
GraphDebugInfo.FileLineCol.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof) |
GraphDebugInfo.FileLineCol.Builder | clonar () |
Corda | getCode () 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 | |
final estático com.google.protobuf.Descriptors.Descriptor | |
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 | getLinha () Line number in the file. |
booleano final | |
GraphDebugInfo.FileLineCol.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo.FileLineCol.Builder | mergeFrom (com.google.protobuf.Message outro) |
final GraphDebugInfo.FileLineCol.Builder | mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
GraphDebugInfo.FileLineCol.Builder | setCode (valor da string) Source code contained in this file line. |
GraphDebugInfo.FileLineCol.Builder | setCodeBytes (valor com.google.protobuf.ByteString) Source code contained in this file line. |
GraphDebugInfo.FileLineCol.Builder | setCol (valor interno) Col number in the file line. |
GraphDebugInfo.FileLineCol.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
GraphDebugInfo.FileLineCol.Builder | setFileIndex (valor interno) File name index, which can be used to retrieve the file name string from `files`. |
GraphDebugInfo.FileLineCol.Builder | setFunc (valor da string) Name of function contains the file line. |
GraphDebugInfo.FileLineCol.Builder | setFuncBytes (valor com.google.protobuf.ByteString) Name of function contains the file line. |
GraphDebugInfo.FileLineCol.Builder | setLine (valor interno) Line number in the file. |
GraphDebugInfo.FileLineCol.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto) |
final GraphDebugInfo.FileLineCol.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
Métodos herdados
Métodos Públicos
public GraphDebugInfo.FileLineCol.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
público GraphDebugInfo.FileLineCol.Builder clearCode ()
Source code contained in this file line.
string code = 5;
public GraphDebugInfo.FileLineCol.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
público 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;
público GraphDebugInfo.FileLineCol.Builder clearFunc ()
Name of function contains the file line.
string func = 4;
público GraphDebugInfo.FileLineCol.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof)
String pública getCode ()
Source code contained in this file line.
string code = 5;
público com.google.protobuf.ByteString getCodeBytes ()
Source code contained in this file line.
string code = 5;
público int getCol ()
Col number in the file line.
int32 col = 3;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
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 final booleano isInitialized ()
public GraphDebugInfo.FileLineCol.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
público final GraphDebugInfo.FileLineCol.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
público GraphDebugInfo.FileLineCol.Builder setCode (valor da string)
Source code contained in this file line.
string code = 5;
público GraphDebugInfo.FileLineCol.Builder setCodeBytes (valor com.google.protobuf.ByteString)
Source code contained in this file line.
string code = 5;
público GraphDebugInfo.FileLineCol.Builder setCol (valor int)
Col number in the file line.
int32 col = 3;
public GraphDebugInfo.FileLineCol.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
público GraphDebugInfo.FileLineCol.Builder setFileIndex (valor 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;
público GraphDebugInfo.FileLineCol.Builder setFunc (valor da string)
Name of function contains the file line.
string func = 4;
público GraphDebugInfo.FileLineCol.Builder setFuncBytes (valor com.google.protobuf.ByteString)
Name of function contains the file line.
string func = 4;
público GraphDebugInfo.FileLineCol.Builder setLine (valor int)
Line number in the file.
int32 line = 2;