XSpace

public final class XSpace

 A container of parallel XPlanes, generated by one or more profiling sources.
 Next ID: 5
 
Protobuf type tensorflow.profiler.XSpace

Nested Classes

class XSpace.Builder
 A container of parallel XPlanes, generated by one or more profiling sources. 

Constants

int ERRORS_FIELD_NUMBER
int HOSTNAMES_FIELD_NUMBER
int PLANES_FIELD_NUMBER
int WARNINGS_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static XSpace
XSpace
final static com.google.protobuf.Descriptors.Descriptor
String
getErrors(int index)
 Errors (if any) in the generation of planes.
com.google.protobuf.ByteString
getErrorsBytes(int index)
 Errors (if any) in the generation of planes.
int
getErrorsCount()
 Errors (if any) in the generation of planes.
com.google.protobuf.ProtocolStringList
getErrorsList()
 Errors (if any) in the generation of planes.
String
getHostnames(int index)
 List of hostnames that XPlanes are generated from.
com.google.protobuf.ByteString
getHostnamesBytes(int index)
 List of hostnames that XPlanes are generated from.
int
getHostnamesCount()
 List of hostnames that XPlanes are generated from.
com.google.protobuf.ProtocolStringList
getHostnamesList()
 List of hostnames that XPlanes are generated from.
XPlane
getPlanes(int index)
repeated .tensorflow.profiler.XPlane planes = 1;
int
getPlanesCount()
repeated .tensorflow.profiler.XPlane planes = 1;
List<XPlane>
getPlanesList()
repeated .tensorflow.profiler.XPlane planes = 1;
XPlaneOrBuilder
getPlanesOrBuilder(int index)
repeated .tensorflow.profiler.XPlane planes = 1;
List<? extends XPlaneOrBuilder>
getPlanesOrBuilderList()
repeated .tensorflow.profiler.XPlane planes = 1;
int
final com.google.protobuf.UnknownFieldSet
String
getWarnings(int index)
 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;
com.google.protobuf.ByteString
getWarningsBytes(int index)
 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;
int
getWarningsCount()
 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;
com.google.protobuf.ProtocolStringList
getWarningsList()
 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;
int
final boolean
static XSpace.Builder
newBuilder(XSpace prototype)
static XSpace.Builder
XSpace.Builder
static XSpace
parseDelimitedFrom(InputStream input)
static XSpace
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static XSpace
parseFrom(ByteBuffer data)
static XSpace
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static XSpace
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static XSpace
parseFrom(com.google.protobuf.CodedInputStream input)
static XSpace
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static XSpace
parseFrom(com.google.protobuf.ByteString data)
static XSpace
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static XSpace
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
XSpace.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int ERRORS_FIELD_NUMBER

Constant Value: 2

public static final int HOSTNAMES_FIELD_NUMBER

Constant Value: 4

public static final int PLANES_FIELD_NUMBER

Constant Value: 1

public static final int WARNINGS_FIELD_NUMBER

Constant Value: 3

Public Methods

public boolean equals (Object obj)

public static XSpace getDefaultInstance ()

public XSpace getDefaultInstanceForType ()

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

public String getErrors (int index)

 Errors (if any) in the generation of planes.
 
repeated string errors = 2;

public com.google.protobuf.ByteString getErrorsBytes (int index)

 Errors (if any) in the generation of planes.
 
repeated string errors = 2;

public int getErrorsCount ()

 Errors (if any) in the generation of planes.
 
repeated string errors = 2;

public com.google.protobuf.ProtocolStringList getErrorsList ()

 Errors (if any) in the generation of planes.
 
repeated string errors = 2;

public String getHostnames (int index)

 List of hostnames that XPlanes are generated from.
 
repeated string hostnames = 4;

public com.google.protobuf.ByteString getHostnamesBytes (int index)

 List of hostnames that XPlanes are generated from.
 
repeated string hostnames = 4;

public int getHostnamesCount ()

 List of hostnames that XPlanes are generated from.
 
repeated string hostnames = 4;

public com.google.protobuf.ProtocolStringList getHostnamesList ()

 List of hostnames that XPlanes are generated from.
 
repeated string hostnames = 4;

public getParserForType ()

public XPlane getPlanes (int index)

repeated .tensorflow.profiler.XPlane planes = 1;

public int getPlanesCount ()

repeated .tensorflow.profiler.XPlane planes = 1;

public List<XPlane> getPlanesList ()

repeated .tensorflow.profiler.XPlane planes = 1;

public XPlaneOrBuilder getPlanesOrBuilder (int index)

repeated .tensorflow.profiler.XPlane planes = 1;

public List<? extends XPlaneOrBuilder> getPlanesOrBuilderList ()

repeated .tensorflow.profiler.XPlane planes = 1;

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public String getWarnings (int index)

 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;

public com.google.protobuf.ByteString getWarningsBytes (int index)

 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;

public int getWarningsCount ()

 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;

public com.google.protobuf.ProtocolStringList getWarningsList ()

 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;

public int hashCode ()

public final boolean isInitialized ()

public static XSpace.Builder newBuilder (XSpace prototype)

public static XSpace.Builder newBuilder ()

public XSpace.Builder newBuilderForType ()

public static XSpace parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static XSpace parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static XSpace parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static XSpace parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public XSpace.Builder toBuilder ()

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

Throws
IOException