A container of parallel XPlanes, generated by one or more profiling sources. Next ID: 5
tensorflow.profiler.XSpace
Public Methods
XSpace.Builder |
addAllErrors(Iterable<String> values)
Errors (if any) in the generation of planes. |
XSpace.Builder |
addAllHostnames(Iterable<String> values)
List of hostnames that XPlanes are generated from. |
XSpace.Builder | |
XSpace.Builder |
addAllWarnings(Iterable<String> values)
Warnings (if any) in the generation of planes; repeated string warnings = 3;
|
XSpace.Builder |
addErrors(String value)
Errors (if any) in the generation of planes. |
XSpace.Builder |
addErrorsBytes(com.google.protobuf.ByteString value)
Errors (if any) in the generation of planes. |
XSpace.Builder |
addHostnames(String value)
List of hostnames that XPlanes are generated from. |
XSpace.Builder |
addHostnamesBytes(com.google.protobuf.ByteString value)
List of hostnames that XPlanes are generated from. |
XSpace.Builder | |
XSpace.Builder | |
XSpace.Builder |
addPlanes(int index, XPlane.Builder builderForValue)
repeated .tensorflow.profiler.XPlane planes = 1;
|
XSpace.Builder | |
XPlane.Builder |
addPlanesBuilder()
repeated .tensorflow.profiler.XPlane planes = 1;
|
XPlane.Builder |
addPlanesBuilder(int index)
repeated .tensorflow.profiler.XPlane planes = 1;
|
XSpace.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
XSpace.Builder |
addWarnings(String value)
Warnings (if any) in the generation of planes; repeated string warnings = 3;
|
XSpace.Builder |
addWarningsBytes(com.google.protobuf.ByteString value)
Warnings (if any) in the generation of planes; repeated string warnings = 3;
|
XSpace |
build()
|
XSpace | |
XSpace.Builder |
clear()
|
XSpace.Builder |
clearErrors()
Errors (if any) in the generation of planes. |
XSpace.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
|
XSpace.Builder |
clearHostnames()
List of hostnames that XPlanes are generated from. |
XSpace.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
|
XSpace.Builder |
clearPlanes()
repeated .tensorflow.profiler.XPlane planes = 1;
|
XSpace.Builder |
clearWarnings()
Warnings (if any) in the generation of planes; repeated string warnings = 3;
|
XSpace.Builder |
clone()
|
XSpace | |
final static com.google.protobuf.Descriptors.Descriptor | |
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;
|
XPlane.Builder |
getPlanesBuilder(int index)
repeated .tensorflow.profiler.XPlane planes = 1;
|
List<XPlane.Builder> |
getPlanesBuilderList()
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;
|
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;
|
final boolean | |
XSpace.Builder |
mergeFrom(com.google.protobuf.Message other)
|
XSpace.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
final XSpace.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
XSpace.Builder |
removePlanes(int index)
repeated .tensorflow.profiler.XPlane planes = 1;
|
XSpace.Builder |
setErrors(int index, String value)
Errors (if any) in the generation of planes. |
XSpace.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
XSpace.Builder |
setHostnames(int index, String value)
List of hostnames that XPlanes are generated from. |
XSpace.Builder |
setPlanes(int index, XPlane.Builder builderForValue)
repeated .tensorflow.profiler.XPlane planes = 1;
|
XSpace.Builder | |
XSpace.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
|
final XSpace.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
XSpace.Builder |
setWarnings(int index, String value)
Warnings (if any) in the generation of planes; repeated string warnings = 3;
|
Inherited Methods
Public Methods
public XSpace.Builder addAllErrors (Iterable<String> values)
Errors (if any) in the generation of planes.
repeated string errors = 2;
public XSpace.Builder addAllHostnames (Iterable<String> values)
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;
public XSpace.Builder addAllPlanes (Iterable<? extends XPlane> values)
repeated .tensorflow.profiler.XPlane planes = 1;
public XSpace.Builder addAllWarnings (Iterable<String> values)
Warnings (if any) in the generation of planes;
repeated string warnings = 3;
public XSpace.Builder addErrors (String value)
Errors (if any) in the generation of planes.
repeated string errors = 2;
public XSpace.Builder addErrorsBytes (com.google.protobuf.ByteString value)
Errors (if any) in the generation of planes.
repeated string errors = 2;
public XSpace.Builder addHostnames (String value)
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;
public XSpace.Builder addHostnamesBytes (com.google.protobuf.ByteString value)
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;
public XSpace.Builder addPlanes (XPlane.Builder builderForValue)
repeated .tensorflow.profiler.XPlane planes = 1;
public XSpace.Builder addPlanes (int index, XPlane value)
repeated .tensorflow.profiler.XPlane planes = 1;
public XSpace.Builder addPlanes (int index, XPlane.Builder builderForValue)
repeated .tensorflow.profiler.XPlane planes = 1;
public XSpace.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public XSpace.Builder addWarnings (String value)
Warnings (if any) in the generation of planes;
repeated string warnings = 3;
public XSpace.Builder addWarningsBytes (com.google.protobuf.ByteString value)
Warnings (if any) in the generation of planes;
repeated string warnings = 3;
public XSpace.Builder clearErrors ()
Errors (if any) in the generation of planes.
repeated string errors = 2;
public XSpace.Builder clearHostnames ()
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;
public XSpace.Builder clearWarnings ()
Warnings (if any) in the generation of planes;
repeated string warnings = 3;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
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 List<XPlane.Builder> getPlanesBuilderList ()
repeated .tensorflow.profiler.XPlane planes = 1;
public int getPlanesCount ()
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 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 final boolean isInitialized ()
public XSpace.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public XSpace.Builder setErrors (int index, String value)
Errors (if any) in the generation of planes.
repeated string errors = 2;
public XSpace.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public XSpace.Builder setHostnames (int index, String value)
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;
public XSpace.Builder setPlanes (int index, XPlane.Builder builderForValue)
repeated .tensorflow.profiler.XPlane planes = 1;
public XSpace.Builder setPlanes (int index, XPlane value)
repeated .tensorflow.profiler.XPlane planes = 1;
public XSpace.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public XSpace.Builder setWarnings (int index, String value)
Warnings (if any) in the generation of planes;
repeated string warnings = 3;