| Package | Description |
|---|---|
| org.tensorflow.distruntime |
| Modifier and Type | Method and Description |
|---|---|
StepSequence |
StepSequence.Builder.build() |
StepSequence |
StepSequence.Builder.buildPartial() |
static StepSequence |
StepSequence.getDefaultInstance() |
StepSequence |
StepSequence.getDefaultInstanceForType() |
StepSequence |
StepSequence.Builder.getDefaultInstanceForType() |
StepSequence |
GetStepSequenceResponse.getStepSequence(int index)
repeated .tensorflow.StepSequence step_sequence = 1; |
StepSequence |
GetStepSequenceResponse.Builder.getStepSequence(int index)
repeated .tensorflow.StepSequence step_sequence = 1; |
StepSequence |
GetStepSequenceResponseOrBuilder.getStepSequence(int index)
repeated .tensorflow.StepSequence step_sequence = 1; |
static StepSequence |
StepSequence.parseDelimitedFrom(InputStream input) |
static StepSequence |
StepSequence.parseDelimitedFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static StepSequence |
StepSequence.parseFrom(byte[] data) |
static StepSequence |
StepSequence.parseFrom(byte[] data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static StepSequence |
StepSequence.parseFrom(ByteBuffer data) |
static StepSequence |
StepSequence.parseFrom(ByteBuffer data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static StepSequence |
StepSequence.parseFrom(org.nd4j.shade.protobuf.ByteString data) |
static StepSequence |
StepSequence.parseFrom(org.nd4j.shade.protobuf.ByteString data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static StepSequence |
StepSequence.parseFrom(org.nd4j.shade.protobuf.CodedInputStream input) |
static StepSequence |
StepSequence.parseFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static StepSequence |
StepSequence.parseFrom(InputStream input) |
static StepSequence |
StepSequence.parseFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
org.nd4j.shade.protobuf.Parser<StepSequence> |
StepSequence.getParserForType() |
List<StepSequence> |
GetStepSequenceResponse.getStepSequenceList()
repeated .tensorflow.StepSequence step_sequence = 1; |
List<StepSequence> |
GetStepSequenceResponse.Builder.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() |
| Modifier and Type | Method and Description |
|---|---|
GetStepSequenceResponse.Builder |
GetStepSequenceResponse.Builder.addStepSequence(int index,
StepSequence value)
repeated .tensorflow.StepSequence step_sequence = 1; |
GetStepSequenceResponse.Builder |
GetStepSequenceResponse.Builder.addStepSequence(StepSequence value)
repeated .tensorflow.StepSequence step_sequence = 1; |
StepSequence.Builder |
StepSequence.Builder.mergeFrom(StepSequence other) |
static StepSequence.Builder |
StepSequence.newBuilder(StepSequence prototype) |
GetStepSequenceResponse.Builder |
GetStepSequenceResponse.Builder.setStepSequence(int index,
StepSequence value)
repeated .tensorflow.StepSequence step_sequence = 1; |
| Modifier and Type | Method and Description |
|---|---|
GetStepSequenceResponse.Builder |
GetStepSequenceResponse.Builder.addAllStepSequence(Iterable<? extends StepSequence> values)
repeated .tensorflow.StepSequence step_sequence = 1; |
Copyright © 2021. All rights reserved.