Uses of Class
org.tensorflow.proto.profiler.Xplane.XPlane
Packages that use Xplane.XPlane
-
Uses of Xplane.XPlane in org.tensorflow.proto.profiler
Methods in org.tensorflow.proto.profiler that return Xplane.XPlaneModifier and TypeMethodDescriptionXplane.XPlane.Builder.build()Xplane.XPlane.Builder.buildPartial()static Xplane.XPlaneXplane.XPlane.getDefaultInstance()Xplane.XPlane.Builder.getDefaultInstanceForType()Xplane.XPlane.getDefaultInstanceForType()Xplane.XSpace.Builder.getPlanes(int index) repeated .tensorflow.profiler.XPlane planes = 1;Xplane.XSpace.getPlanes(int index) repeated .tensorflow.profiler.XPlane planes = 1;Xplane.XSpaceOrBuilder.getPlanes(int index) repeated .tensorflow.profiler.XPlane planes = 1;static Xplane.XPlaneXplane.XPlane.parseDelimitedFrom(InputStream input) static Xplane.XPlaneXplane.XPlane.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static Xplane.XPlaneXplane.XPlane.parseFrom(byte[] data) static Xplane.XPlaneXplane.XPlane.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static Xplane.XPlaneXplane.XPlane.parseFrom(ByteString data) static Xplane.XPlaneXplane.XPlane.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static Xplane.XPlaneXplane.XPlane.parseFrom(CodedInputStream input) static Xplane.XPlaneXplane.XPlane.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static Xplane.XPlaneXplane.XPlane.parseFrom(InputStream input) static Xplane.XPlaneXplane.XPlane.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static Xplane.XPlaneXplane.XPlane.parseFrom(ByteBuffer data) static Xplane.XPlaneXplane.XPlane.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto.profiler that return types with arguments of type Xplane.XPlaneModifier and TypeMethodDescriptionXplane.XPlane.getParserForType()Xplane.XSpace.Builder.getPlanesList()repeated .tensorflow.profiler.XPlane planes = 1;Xplane.XSpace.getPlanesList()repeated .tensorflow.profiler.XPlane planes = 1;Xplane.XSpaceOrBuilder.getPlanesList()repeated .tensorflow.profiler.XPlane planes = 1;static Parser<Xplane.XPlane> Xplane.XPlane.parser()Methods in org.tensorflow.proto.profiler with parameters of type Xplane.XPlaneModifier and TypeMethodDescriptionXplane.XSpace.Builder.addPlanes(int index, Xplane.XPlane value) repeated .tensorflow.profiler.XPlane planes = 1;Xplane.XSpace.Builder.addPlanes(Xplane.XPlane value) repeated .tensorflow.profiler.XPlane planes = 1;Xplane.XPlane.Builder.mergeFrom(Xplane.XPlane other) static Xplane.XPlane.BuilderXplane.XPlane.newBuilder(Xplane.XPlane prototype) Xplane.XSpace.Builder.setPlanes(int index, Xplane.XPlane value) repeated .tensorflow.profiler.XPlane planes = 1;Method parameters in org.tensorflow.proto.profiler with type arguments of type Xplane.XPlaneModifier and TypeMethodDescriptionXplane.XSpace.Builder.addAllPlanes(Iterable<? extends Xplane.XPlane> values) repeated .tensorflow.profiler.XPlane planes = 1;