Uses of Class
org.tensorflow.distruntime.RunGraphResponse
-
Packages that use RunGraphResponse Package Description org.tensorflow.distruntime -
-
Uses of RunGraphResponse in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return RunGraphResponse Modifier and Type Method Description RunGraphResponseRunGraphResponse.Builder. build()RunGraphResponseRunGraphResponse.Builder. buildPartial()static RunGraphResponseRunGraphResponse. getDefaultInstance()RunGraphResponseRunGraphResponse.Builder. getDefaultInstanceForType()RunGraphResponseRunGraphResponse. getDefaultInstanceForType()static RunGraphResponseRunGraphResponse. parseDelimitedFrom(InputStream input)static RunGraphResponseRunGraphResponse. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static RunGraphResponseRunGraphResponse. parseFrom(byte[] data)static RunGraphResponseRunGraphResponse. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static RunGraphResponseRunGraphResponse. parseFrom(InputStream input)static RunGraphResponseRunGraphResponse. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static RunGraphResponseRunGraphResponse. parseFrom(ByteBuffer data)static RunGraphResponseRunGraphResponse. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static RunGraphResponseRunGraphResponse. parseFrom(org.nd4j.shade.protobuf.ByteString data)static RunGraphResponseRunGraphResponse. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static RunGraphResponseRunGraphResponse. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static RunGraphResponseRunGraphResponse. 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 RunGraphResponse Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<RunGraphResponse>RunGraphResponse. getParserForType()static org.nd4j.shade.protobuf.Parser<RunGraphResponse>RunGraphResponse. parser()Methods in org.tensorflow.distruntime with parameters of type RunGraphResponse Modifier and Type Method Description RunGraphResponse.BuilderRunGraphResponse.Builder. mergeFrom(RunGraphResponse other)static RunGraphResponse.BuilderRunGraphResponse. newBuilder(RunGraphResponse prototype)
-