A container of parallel XPlanes, generated by one or more profiling sources. Next ID: 5Protobuf tipo
tensorflow.profiler.XSpace
Métodos públicos
XSpace.Builder | |
XSpace.Builder | |
XSpace.Builder | addAllPlanes (Iterable <? extiende XPlane > valores) repeated .tensorflow.profiler.XPlane planes = 1; |
XSpace.Builder | addAllWarnings (valores <String> iterables ) Warnings (if any) in the generation of planes; repeated string warnings = 3; |
XSpace.Builder | addErrors (valor de cadena) Errors (if any) in the generation of planes. |
XSpace.Builder | addErrorsBytes (valor de com.google.protobuf.ByteString) Errors (if any) in the generation of planes. |
XSpace.Builder | addHostnames (valor de cadena) List of hostnames that XPlanes are generated from. |
XSpace.Builder | addHostnamesBytes (valor de com.google.protobuf.ByteString) List of hostnames that XPlanes are generated from. |
XSpace.Builder | |
XSpace.Builder | |
XSpace.Builder | addPlanes (índice int, XPlane.Builder builderForValue) repeated .tensorflow.profiler.XPlane planes = 1; |
XSpace.Builder | |
XPlane.Builder | addPlanesBuilder () repeated .tensorflow.profiler.XPlane planes = 1; |
XPlane.Builder | addPlanesBuilder (índice int) repeated .tensorflow.profiler.XPlane planes = 1; |
XSpace.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
XSpace.Builder | addWarnings (valor de cadena) Warnings (if any) in the generation of planes; repeated string warnings = 3; |
XSpace.Builder | addWarningsBytes (valor de com.google.protobuf.ByteString) Warnings (if any) in the generation of planes; repeated string warnings = 3; |
XSpace | construir () |
XSpace | buildPartial () |
XSpace.Builder | claro () |
XSpace.Builder | clearErrors () Errors (if any) in the generation of planes. |
XSpace.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
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 | clonar () |
XSpace | |
com.google.protobuf.Descriptors.Descriptor estático final | |
com.google.protobuf.Descriptors.Descriptor | |
Cuerda | getErrors (índice int) Errors (if any) in the generation of planes. |
com.google.protobuf.ByteString | getErrorsBytes (índice int) Errors (if any) in the generation of planes. |
En t | getErrorsCount () Errors (if any) in the generation of planes. |
com.google.protobuf.ProtocolStringList | getErrorsList () Errors (if any) in the generation of planes. |
Cuerda | getHostnames (índice int) List of hostnames that XPlanes are generated from. |
com.google.protobuf.ByteString | getHostnamesBytes (índice int) List of hostnames that XPlanes are generated from. |
En t | getHostnamesCount () List of hostnames that XPlanes are generated from. |
com.google.protobuf.ProtocolStringList | getHostnamesList () List of hostnames that XPlanes are generated from. |
XPlane | getPlanes (índice int) repeated .tensorflow.profiler.XPlane planes = 1; |
XPlane.Builder | getPlanesBuilder (índice int) repeated .tensorflow.profiler.XPlane planes = 1; |
Lista < XPlane.Builder > | getPlanesBuilderList () repeated .tensorflow.profiler.XPlane planes = 1; |
En t | getPlanesCount () repeated .tensorflow.profiler.XPlane planes = 1; |
Lista < XPlane > | getPlanesList () repeated .tensorflow.profiler.XPlane planes = 1; |
XPlaneOrBuilder | getPlanesOrBuilder (índice int) repeated .tensorflow.profiler.XPlane planes = 1; |
Lista <? extiende XPlaneOrBuilder > | getPlanesOrBuilderList () repeated .tensorflow.profiler.XPlane planes = 1; |
Cuerda | getWarnings (índice int) Warnings (if any) in the generation of planes; repeated string warnings = 3; |
com.google.protobuf.ByteString | getWarningsBytes (índice int) Warnings (if any) in the generation of planes; repeated string warnings = 3; |
En t | 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; |
booleano final | |
XSpace.Builder | mergeFrom (com.google.protobuf.Message otro) |
XSpace.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XSpace.Builder final | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
XSpace.Builder | removePlanes (índice int) repeated .tensorflow.profiler.XPlane planes = 1; |
XSpace.Builder | setErrors (índice int, valor de cadena) Errors (if any) in the generation of planes. |
XSpace.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
XSpace.Builder | setHostnames (índice int, valor de cadena) List of hostnames that XPlanes are generated from. |
XSpace.Builder | setPlanes (índice int, XPlane.Builder builderForValue) repeated .tensorflow.profiler.XPlane planes = 1; |
XSpace.Builder | |
XSpace.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto) |
XSpace.Builder final | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
XSpace.Builder | setWarnings (índice int, valor de cadena) Warnings (if any) in the generation of planes; repeated string warnings = 3; |
Métodos heredados
Métodos públicos
public XSpace.Builder addAllErrors (valores <String> iterables )
Errors (if any) in the generation of planes.
repeated string errors = 2;
public XSpace.Builder addAllHostnames (valores <String> iterables )
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;
public XSpace.Builder addAllPlanes (Iterable <? extiende XPlane > valores)
repeated .tensorflow.profiler.XPlane planes = 1;
public XSpace.Builder addAllWarnings (valores <String> iterables )
Warnings (if any) in the generation of planes;
repeated string warnings = 3;
public XSpace.Builder addErrors (valor de cadena)
Errors (if any) in the generation of planes.
repeated string errors = 2;
public XSpace.Builder addErrorsBytes (valor com.google.protobuf.ByteString)
Errors (if any) in the generation of planes.
repeated string errors = 2;
public XSpace.Builder addHostnames (valor de cadena)
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;
public XSpace.Builder addHostnamesBytes (valor de com.google.protobuf.ByteString)
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 (índice int, valor XPlane )
repeated .tensorflow.profiler.XPlane planes = 1;
public XSpace.Builder addPlanes (int index, XPlane.Builder builderForValue)
repeated .tensorflow.profiler.XPlane planes = 1;
public XPlane.Builder addPlanesBuilder (índice int)
repeated .tensorflow.profiler.XPlane planes = 1;
public XSpace.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
public XSpace.Builder addWarnings (valor de cadena)
Warnings (if any) in the generation of planes;
repeated string warnings = 3;
public XSpace.Builder addWarningsBytes (valor com.google.protobuf.ByteString)
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;
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public String getErrors (índice int)
Errors (if any) in the generation of planes.
repeated string errors = 2;
public com.google.protobuf.ByteString getErrorsBytes (índice int)
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 (índice int)
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;
public com.google.protobuf.ByteString getHostnamesBytes (índice int)
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 XPlane.Builder getPlanesBuilder (índice int)
repeated .tensorflow.profiler.XPlane planes = 1;
Lista pública < XPlane.Builder > getPlanesBuilderList ()
repeated .tensorflow.profiler.XPlane planes = 1;
public int getPlanesCount ()
repeated .tensorflow.profiler.XPlane planes = 1;
public XPlaneOrBuilder getPlanesOrBuilder (índice int)
repeated .tensorflow.profiler.XPlane planes = 1;
Lista pública <? extiende XPlaneOrBuilder > getPlanesOrBuilderList ()
repeated .tensorflow.profiler.XPlane planes = 1;
getWarnings de cadena pública (índice int)
Warnings (if any) in the generation of planes;
repeated string warnings = 3;
public com.google.protobuf.ByteString getWarningsBytes (índice int)
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 (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
public XSpace.Builder setHostnames (índice int, valor de cadena)
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 (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
public XSpace.Builder setWarnings (int índice, valor de cadena)
Warnings (if any) in the generation of planes;
repeated string warnings = 3;