GraphDebugInfo.FileLineCol

public static final class GraphDebugInfo.FileLineCol

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

Nested Classes

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

Constants

int CODE_FIELD_NUMBER
int COL_FIELD_NUMBER
int FILE_INDEX_FIELD_NUMBER
int FUNC_FIELD_NUMBER
int LINE_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
String
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`.
String
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 boolean
static GraphDebugInfo.FileLineCol.Builder
static GraphDebugInfo.FileLineCol.Builder
GraphDebugInfo.FileLineCol.Builder
static GraphDebugInfo.FileLineCol
parseDelimitedFrom(InputStream input)
static GraphDebugInfo.FileLineCol
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphDebugInfo.FileLineCol
parseFrom(ByteBuffer data)
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)
static
parser()
GraphDebugInfo.FileLineCol.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int CODE_FIELD_NUMBER

Constant Value: 5

public static final int COL_FIELD_NUMBER

Constant Value: 3

public static final int FILE_INDEX_FIELD_NUMBER

Constant Value: 1

public static final int FUNC_FIELD_NUMBER

Constant Value: 4

public static final int LINE_FIELD_NUMBER

Constant Value: 2

Public Methods

public boolean equals (Object obj)

public String getCode ()

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

public com.google.protobuf.ByteString getCodeBytes ()

 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;

public 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 (GraphDebugInfo.FileLineCol prototype)

public GraphDebugInfo.FileLineCol.Builder newBuilderForType ()

public static GraphDebugInfo.FileLineCol parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static GraphDebugInfo.FileLineCol parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException