Uses of Class
org.tensorflow.distruntime.TraceOpts
-
Packages that use TraceOpts Package Description org.tensorflow.distruntime -
-
Uses of TraceOpts in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return TraceOpts Modifier and Type Method Description TraceOptsTraceOpts.Builder. build()TraceOptsTraceOpts.Builder. buildPartial()static TraceOptsTraceOpts. getDefaultInstance()TraceOptsTraceOpts.Builder. getDefaultInstanceForType()TraceOptsTraceOpts. getDefaultInstanceForType()TraceOptsTracingRequest.Builder. getOptions().tensorflow.TraceOpts options = 1;TraceOptsTracingRequest. getOptions().tensorflow.TraceOpts options = 1;TraceOptsTracingRequestOrBuilder. getOptions().tensorflow.TraceOpts options = 1;static TraceOptsTraceOpts. parseDelimitedFrom(InputStream input)static TraceOptsTraceOpts. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TraceOptsTraceOpts. parseFrom(byte[] data)static TraceOptsTraceOpts. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TraceOptsTraceOpts. parseFrom(InputStream input)static TraceOptsTraceOpts. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TraceOptsTraceOpts. parseFrom(ByteBuffer data)static TraceOptsTraceOpts. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TraceOptsTraceOpts. parseFrom(org.nd4j.shade.protobuf.ByteString data)static TraceOptsTraceOpts. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TraceOptsTraceOpts. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static TraceOptsTraceOpts. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.distruntime that return types with arguments of type TraceOpts Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<TraceOpts>TraceOpts. getParserForType()static org.nd4j.shade.protobuf.Parser<TraceOpts>TraceOpts. parser()Methods in org.tensorflow.distruntime with parameters of type TraceOpts Modifier and Type Method Description TraceOpts.BuilderTraceOpts.Builder. mergeFrom(TraceOpts other)TracingRequest.BuilderTracingRequest.Builder. mergeOptions(TraceOpts value).tensorflow.TraceOpts options = 1;static TraceOpts.BuilderTraceOpts. newBuilder(TraceOpts prototype)TracingRequest.BuilderTracingRequest.Builder. setOptions(TraceOpts value).tensorflow.TraceOpts options = 1;
-