Uses of Class
org.tensorflow.distruntime.StepSequence
-
Packages that use StepSequence Package Description org.tensorflow.distruntime -
-
Uses of StepSequence in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return StepSequence Modifier and Type Method Description StepSequenceStepSequence.Builder. build()StepSequenceStepSequence.Builder. buildPartial()static StepSequenceStepSequence. getDefaultInstance()StepSequenceStepSequence.Builder. getDefaultInstanceForType()StepSequenceStepSequence. getDefaultInstanceForType()StepSequenceGetStepSequenceResponse.Builder. getStepSequence(int index)repeated .tensorflow.StepSequence step_sequence = 1;StepSequenceGetStepSequenceResponse. getStepSequence(int index)repeated .tensorflow.StepSequence step_sequence = 1;StepSequenceGetStepSequenceResponseOrBuilder. getStepSequence(int index)repeated .tensorflow.StepSequence step_sequence = 1;static StepSequenceStepSequence. parseDelimitedFrom(InputStream input)static StepSequenceStepSequence. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static StepSequenceStepSequence. parseFrom(byte[] data)static StepSequenceStepSequence. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static StepSequenceStepSequence. parseFrom(InputStream input)static StepSequenceStepSequence. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static StepSequenceStepSequence. parseFrom(ByteBuffer data)static StepSequenceStepSequence. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static StepSequenceStepSequence. parseFrom(org.nd4j.shade.protobuf.ByteString data)static StepSequenceStepSequence. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static StepSequenceStepSequence. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static StepSequenceStepSequence. 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 StepSequence Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<StepSequence>StepSequence. getParserForType()List<StepSequence>GetStepSequenceResponse.Builder. getStepSequenceList()repeated .tensorflow.StepSequence step_sequence = 1;List<StepSequence>GetStepSequenceResponse. getStepSequenceList()repeated .tensorflow.StepSequence step_sequence = 1;List<StepSequence>GetStepSequenceResponseOrBuilder. getStepSequenceList()repeated .tensorflow.StepSequence step_sequence = 1;static org.nd4j.shade.protobuf.Parser<StepSequence>StepSequence. parser()Methods in org.tensorflow.distruntime with parameters of type StepSequence Modifier and Type Method Description GetStepSequenceResponse.BuilderGetStepSequenceResponse.Builder. addStepSequence(int index, StepSequence value)repeated .tensorflow.StepSequence step_sequence = 1;GetStepSequenceResponse.BuilderGetStepSequenceResponse.Builder. addStepSequence(StepSequence value)repeated .tensorflow.StepSequence step_sequence = 1;StepSequence.BuilderStepSequence.Builder. mergeFrom(StepSequence other)static StepSequence.BuilderStepSequence. newBuilder(StepSequence prototype)GetStepSequenceResponse.BuilderGetStepSequenceResponse.Builder. setStepSequence(int index, StepSequence value)repeated .tensorflow.StepSequence step_sequence = 1;Method parameters in org.tensorflow.distruntime with type arguments of type StepSequence Modifier and Type Method Description GetStepSequenceResponse.BuilderGetStepSequenceResponse.Builder. addAllStepSequence(Iterable<? extends StepSequence> values)repeated .tensorflow.StepSequence step_sequence = 1;
-