Package org.tensorflow.distruntime
Interface TracingRequestOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TracingRequest,TracingRequest.Builder
public interface TracingRequestOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TraceOptsgetOptions().tensorflow.TraceOpts options = 1;TraceOptsOrBuildergetOptionsOrBuilder().tensorflow.TraceOpts options = 1;booleanhasOptions().tensorflow.TraceOpts options = 1;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOptions
boolean hasOptions()
.tensorflow.TraceOpts options = 1;- Returns:
- Whether the options field is set.
-
getOptions
TraceOpts getOptions()
.tensorflow.TraceOpts options = 1;- Returns:
- The options.
-
getOptionsOrBuilder
TraceOptsOrBuilder getOptionsOrBuilder()
.tensorflow.TraceOpts options = 1;
-
-