Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/framework/graph_transfer_info.proto
package org.tensorflow.framework;
/**
*
* Protocol buffer representing a handle to a tensorflow resource. Handles are
* not valid across executions, but can be serialized back and forth from within
* a single run.
*
*
* Protobuf type {@code tensorflow.GraphTransferInfo}
*/
public final class GraphTransferInfo extends
org.nd4j.shade.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:tensorflow.GraphTransferInfo)
GraphTransferInfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use GraphTransferInfo.newBuilder() to construct.
private GraphTransferInfo(org.nd4j.shade.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private GraphTransferInfo() {
nodeInfo_ = java.util.Collections.emptyList();
constNodeInfo_ = java.util.Collections.emptyList();
nodeInputInfo_ = java.util.Collections.emptyList();
nodeOutputInfo_ = java.util.Collections.emptyList();
graphInputNodeInfo_ = java.util.Collections.emptyList();
graphOutputNodeInfo_ = java.util.Collections.emptyList();
destination_ = 0;
}
@java.lang.Override
public final org.nd4j.shade.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private GraphTransferInfo(
org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.nd4j.shade.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
org.nd4j.shade.protobuf.UnknownFieldSet.Builder unknownFields =
org.nd4j.shade.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
nodeInfo_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
nodeInfo_.add(
input.readMessage(org.tensorflow.framework.GraphTransferNodeInfo.parser(), extensionRegistry));
break;
}
case 18: {
if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
constNodeInfo_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000002;
}
constNodeInfo_.add(
input.readMessage(org.tensorflow.framework.GraphTransferConstNodeInfo.parser(), extensionRegistry));
break;
}
case 26: {
if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
nodeInputInfo_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000004;
}
nodeInputInfo_.add(
input.readMessage(org.tensorflow.framework.GraphTransferNodeInputInfo.parser(), extensionRegistry));
break;
}
case 34: {
if (!((mutable_bitField0_ & 0x00000008) == 0x00000008)) {
nodeOutputInfo_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000008;
}
nodeOutputInfo_.add(
input.readMessage(org.tensorflow.framework.GraphTransferNodeOutputInfo.parser(), extensionRegistry));
break;
}
case 42: {
if (!((mutable_bitField0_ & 0x00000010) == 0x00000010)) {
graphInputNodeInfo_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000010;
}
graphInputNodeInfo_.add(
input.readMessage(org.tensorflow.framework.GraphTransferGraphInputNodeInfo.parser(), extensionRegistry));
break;
}
case 50: {
if (!((mutable_bitField0_ & 0x00000020) == 0x00000020)) {
graphOutputNodeInfo_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000020;
}
graphOutputNodeInfo_.add(
input.readMessage(org.tensorflow.framework.GraphTransferGraphOutputNodeInfo.parser(), extensionRegistry));
break;
}
case 56: {
int rawValue = input.readEnum();
destination_ = rawValue;
break;
}
}
}
} catch (org.nd4j.shade.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new org.nd4j.shade.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
nodeInfo_ = java.util.Collections.unmodifiableList(nodeInfo_);
}
if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
constNodeInfo_ = java.util.Collections.unmodifiableList(constNodeInfo_);
}
if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
nodeInputInfo_ = java.util.Collections.unmodifiableList(nodeInputInfo_);
}
if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) {
nodeOutputInfo_ = java.util.Collections.unmodifiableList(nodeOutputInfo_);
}
if (((mutable_bitField0_ & 0x00000010) == 0x00000010)) {
graphInputNodeInfo_ = java.util.Collections.unmodifiableList(graphInputNodeInfo_);
}
if (((mutable_bitField0_ & 0x00000020) == 0x00000020)) {
graphOutputNodeInfo_ = java.util.Collections.unmodifiableList(graphOutputNodeInfo_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final org.nd4j.shade.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.tensorflow.framework.GraphTransferInfoProto.internal_static_tensorflow_GraphTransferInfo_descriptor;
}
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.tensorflow.framework.GraphTransferInfoProto.internal_static_tensorflow_GraphTransferInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.tensorflow.framework.GraphTransferInfo.class, org.tensorflow.framework.GraphTransferInfo.Builder.class);
}
/**
* Protobuf enum {@code tensorflow.GraphTransferInfo.Destination}
*/
public enum Destination
implements org.nd4j.shade.protobuf.ProtocolMessageEnum {
/**
* NOP = 0;
*/
NOP(0),
/**
* HEXAGON = 1;
*/
HEXAGON(1),
UNRECOGNIZED(-1),
;
/**
* NOP = 0;
*/
public static final int NOP_VALUE = 0;
/**
* HEXAGON = 1;
*/
public static final int HEXAGON_VALUE = 1;
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static Destination valueOf(int value) {
return forNumber(value);
}
public static Destination forNumber(int value) {
switch (value) {
case 0: return NOP;
case 1: return HEXAGON;
default: return null;
}
}
public static org.nd4j.shade.protobuf.Internal.EnumLiteMap
internalGetValueMap() {
return internalValueMap;
}
private static final org.nd4j.shade.protobuf.Internal.EnumLiteMap<
Destination> internalValueMap =
new org.nd4j.shade.protobuf.Internal.EnumLiteMap() {
public Destination findValueByNumber(int number) {
return Destination.forNumber(number);
}
};
public final org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor() {
return getDescriptor().getValues().get(ordinal());
}
public final org.nd4j.shade.protobuf.Descriptors.EnumDescriptor
getDescriptorForType() {
return getDescriptor();
}
public static final org.nd4j.shade.protobuf.Descriptors.EnumDescriptor
getDescriptor() {
return org.tensorflow.framework.GraphTransferInfo.getDescriptor().getEnumTypes().get(0);
}
private static final Destination[] VALUES = values();
public static Destination valueOf(
org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException(
"EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
}
return VALUES[desc.getIndex()];
}
private final int value;
private Destination(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:tensorflow.GraphTransferInfo.Destination)
}
private int bitField0_;
public static final int NODE_INFO_FIELD_NUMBER = 1;
private java.util.List nodeInfo_;
/**
* repeated .tensorflow.GraphTransferNodeInfo node_info = 1;
*/
public java.util.List getNodeInfoList() {
return nodeInfo_;
}
/**
* repeated .tensorflow.GraphTransferNodeInfo node_info = 1;
*/
public java.util.List extends org.tensorflow.framework.GraphTransferNodeInfoOrBuilder>
getNodeInfoOrBuilderList() {
return nodeInfo_;
}
/**
* repeated .tensorflow.GraphTransferNodeInfo node_info = 1;
*/
public int getNodeInfoCount() {
return nodeInfo_.size();
}
/**
* repeated .tensorflow.GraphTransferNodeInfo node_info = 1;
*/
public org.tensorflow.framework.GraphTransferNodeInfo getNodeInfo(int index) {
return nodeInfo_.get(index);
}
/**
* repeated .tensorflow.GraphTransferNodeInfo node_info = 1;
*/
public org.tensorflow.framework.GraphTransferNodeInfoOrBuilder getNodeInfoOrBuilder(
int index) {
return nodeInfo_.get(index);
}
public static final int CONST_NODE_INFO_FIELD_NUMBER = 2;
private java.util.List constNodeInfo_;
/**
* repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
*/
public java.util.List getConstNodeInfoList() {
return constNodeInfo_;
}
/**
* repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
*/
public java.util.List extends org.tensorflow.framework.GraphTransferConstNodeInfoOrBuilder>
getConstNodeInfoOrBuilderList() {
return constNodeInfo_;
}
/**
* repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
*/
public int getConstNodeInfoCount() {
return constNodeInfo_.size();
}
/**
* repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
*/
public org.tensorflow.framework.GraphTransferConstNodeInfo getConstNodeInfo(int index) {
return constNodeInfo_.get(index);
}
/**
* repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
*/
public org.tensorflow.framework.GraphTransferConstNodeInfoOrBuilder getConstNodeInfoOrBuilder(
int index) {
return constNodeInfo_.get(index);
}
public static final int NODE_INPUT_INFO_FIELD_NUMBER = 3;
private java.util.List nodeInputInfo_;
/**
* repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3;
*/
public java.util.List getNodeInputInfoList() {
return nodeInputInfo_;
}
/**
* repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3;
*/
public java.util.List extends org.tensorflow.framework.GraphTransferNodeInputInfoOrBuilder>
getNodeInputInfoOrBuilderList() {
return nodeInputInfo_;
}
/**
* repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3;
*/
public int getNodeInputInfoCount() {
return nodeInputInfo_.size();
}
/**
* repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3;
*/
public org.tensorflow.framework.GraphTransferNodeInputInfo getNodeInputInfo(int index) {
return nodeInputInfo_.get(index);
}
/**
* repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3;
*/
public org.tensorflow.framework.GraphTransferNodeInputInfoOrBuilder getNodeInputInfoOrBuilder(
int index) {
return nodeInputInfo_.get(index);
}
public static final int NODE_OUTPUT_INFO_FIELD_NUMBER = 4;
private java.util.List nodeOutputInfo_;
/**
* repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;
*/
public java.util.List getNodeOutputInfoList() {
return nodeOutputInfo_;
}
/**
* repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;
*/
public java.util.List extends org.tensorflow.framework.GraphTransferNodeOutputInfoOrBuilder>
getNodeOutputInfoOrBuilderList() {
return nodeOutputInfo_;
}
/**
* repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;
*/
public int getNodeOutputInfoCount() {
return nodeOutputInfo_.size();
}
/**
* repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;
*/
public org.tensorflow.framework.GraphTransferNodeOutputInfo getNodeOutputInfo(int index) {
return nodeOutputInfo_.get(index);
}
/**
* repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;
*/
public org.tensorflow.framework.GraphTransferNodeOutputInfoOrBuilder getNodeOutputInfoOrBuilder(
int index) {
return nodeOutputInfo_.get(index);
}
public static final int GRAPH_INPUT_NODE_INFO_FIELD_NUMBER = 5;
private java.util.List graphInputNodeInfo_;
/**
*
*
* repeated .tensorflow.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;
*/
public org.tensorflow.framework.GraphTransferGraphInputNodeInfoOrBuilder getGraphInputNodeInfoOrBuilder(
int index) {
return graphInputNodeInfo_.get(index);
}
public static final int GRAPH_OUTPUT_NODE_INFO_FIELD_NUMBER = 6;
private java.util.List graphOutputNodeInfo_;
/**
* repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
*/
public java.util.List getGraphOutputNodeInfoList() {
return graphOutputNodeInfo_;
}
/**
* repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
*/
public java.util.List extends org.tensorflow.framework.GraphTransferGraphOutputNodeInfoOrBuilder>
getGraphOutputNodeInfoOrBuilderList() {
return graphOutputNodeInfo_;
}
/**
* repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
*/
public int getGraphOutputNodeInfoCount() {
return graphOutputNodeInfo_.size();
}
/**
* repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
*/
public org.tensorflow.framework.GraphTransferGraphOutputNodeInfo getGraphOutputNodeInfo(int index) {
return graphOutputNodeInfo_.get(index);
}
/**
* repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
*/
public org.tensorflow.framework.GraphTransferGraphOutputNodeInfoOrBuilder getGraphOutputNodeInfoOrBuilder(
int index) {
return graphOutputNodeInfo_.get(index);
}
public static final int DESTINATION_FIELD_NUMBER = 7;
private int destination_;
/**
*
* Destination of graph transfer
*
*
* .tensorflow.GraphTransferInfo.Destination destination = 7;
*/
public int getDestinationValue() {
return destination_;
}
/**
*
* Destination of graph transfer
*
*
* .tensorflow.GraphTransferInfo.Destination destination = 7;
*/
public org.tensorflow.framework.GraphTransferInfo.Destination getDestination() {
org.tensorflow.framework.GraphTransferInfo.Destination result = org.tensorflow.framework.GraphTransferInfo.Destination.valueOf(destination_);
return result == null ? org.tensorflow.framework.GraphTransferInfo.Destination.UNRECOGNIZED : result;
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(org.nd4j.shade.protobuf.CodedOutputStream output)
throws java.io.IOException {
for (int i = 0; i < nodeInfo_.size(); i++) {
output.writeMessage(1, nodeInfo_.get(i));
}
for (int i = 0; i < constNodeInfo_.size(); i++) {
output.writeMessage(2, constNodeInfo_.get(i));
}
for (int i = 0; i < nodeInputInfo_.size(); i++) {
output.writeMessage(3, nodeInputInfo_.get(i));
}
for (int i = 0; i < nodeOutputInfo_.size(); i++) {
output.writeMessage(4, nodeOutputInfo_.get(i));
}
for (int i = 0; i < graphInputNodeInfo_.size(); i++) {
output.writeMessage(5, graphInputNodeInfo_.get(i));
}
for (int i = 0; i < graphOutputNodeInfo_.size(); i++) {
output.writeMessage(6, graphOutputNodeInfo_.get(i));
}
if (destination_ != org.tensorflow.framework.GraphTransferInfo.Destination.NOP.getNumber()) {
output.writeEnum(7, destination_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < nodeInfo_.size(); i++) {
size += org.nd4j.shade.protobuf.CodedOutputStream
.computeMessageSize(1, nodeInfo_.get(i));
}
for (int i = 0; i < constNodeInfo_.size(); i++) {
size += org.nd4j.shade.protobuf.CodedOutputStream
.computeMessageSize(2, constNodeInfo_.get(i));
}
for (int i = 0; i < nodeInputInfo_.size(); i++) {
size += org.nd4j.shade.protobuf.CodedOutputStream
.computeMessageSize(3, nodeInputInfo_.get(i));
}
for (int i = 0; i < nodeOutputInfo_.size(); i++) {
size += org.nd4j.shade.protobuf.CodedOutputStream
.computeMessageSize(4, nodeOutputInfo_.get(i));
}
for (int i = 0; i < graphInputNodeInfo_.size(); i++) {
size += org.nd4j.shade.protobuf.CodedOutputStream
.computeMessageSize(5, graphInputNodeInfo_.get(i));
}
for (int i = 0; i < graphOutputNodeInfo_.size(); i++) {
size += org.nd4j.shade.protobuf.CodedOutputStream
.computeMessageSize(6, graphOutputNodeInfo_.get(i));
}
if (destination_ != org.tensorflow.framework.GraphTransferInfo.Destination.NOP.getNumber()) {
size += org.nd4j.shade.protobuf.CodedOutputStream
.computeEnumSize(7, destination_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof org.tensorflow.framework.GraphTransferInfo)) {
return super.equals(obj);
}
org.tensorflow.framework.GraphTransferInfo other = (org.tensorflow.framework.GraphTransferInfo) obj;
boolean result = true;
result = result && getNodeInfoList()
.equals(other.getNodeInfoList());
result = result && getConstNodeInfoList()
.equals(other.getConstNodeInfoList());
result = result && getNodeInputInfoList()
.equals(other.getNodeInputInfoList());
result = result && getNodeOutputInfoList()
.equals(other.getNodeOutputInfoList());
result = result && getGraphInputNodeInfoList()
.equals(other.getGraphInputNodeInfoList());
result = result && getGraphOutputNodeInfoList()
.equals(other.getGraphOutputNodeInfoList());
result = result && destination_ == other.destination_;
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (getNodeInfoCount() > 0) {
hash = (37 * hash) + NODE_INFO_FIELD_NUMBER;
hash = (53 * hash) + getNodeInfoList().hashCode();
}
if (getConstNodeInfoCount() > 0) {
hash = (37 * hash) + CONST_NODE_INFO_FIELD_NUMBER;
hash = (53 * hash) + getConstNodeInfoList().hashCode();
}
if (getNodeInputInfoCount() > 0) {
hash = (37 * hash) + NODE_INPUT_INFO_FIELD_NUMBER;
hash = (53 * hash) + getNodeInputInfoList().hashCode();
}
if (getNodeOutputInfoCount() > 0) {
hash = (37 * hash) + NODE_OUTPUT_INFO_FIELD_NUMBER;
hash = (53 * hash) + getNodeOutputInfoList().hashCode();
}
if (getGraphInputNodeInfoCount() > 0) {
hash = (37 * hash) + GRAPH_INPUT_NODE_INFO_FIELD_NUMBER;
hash = (53 * hash) + getGraphInputNodeInfoList().hashCode();
}
if (getGraphOutputNodeInfoCount() > 0) {
hash = (37 * hash) + GRAPH_OUTPUT_NODE_INFO_FIELD_NUMBER;
hash = (53 * hash) + getGraphOutputNodeInfoList().hashCode();
}
hash = (37 * hash) + DESTINATION_FIELD_NUMBER;
hash = (53 * hash) + destination_;
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.tensorflow.framework.GraphTransferInfo parseFrom(
java.nio.ByteBuffer data)
throws org.nd4j.shade.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.tensorflow.framework.GraphTransferInfo parseFrom(
java.nio.ByteBuffer data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.nd4j.shade.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.tensorflow.framework.GraphTransferInfo parseFrom(
org.nd4j.shade.protobuf.ByteString data)
throws org.nd4j.shade.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.tensorflow.framework.GraphTransferInfo parseFrom(
org.nd4j.shade.protobuf.ByteString data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.nd4j.shade.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.tensorflow.framework.GraphTransferInfo parseFrom(byte[] data)
throws org.nd4j.shade.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.tensorflow.framework.GraphTransferInfo parseFrom(
byte[] data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.nd4j.shade.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.tensorflow.framework.GraphTransferInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return org.nd4j.shade.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.tensorflow.framework.GraphTransferInfo parseFrom(
java.io.InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.nd4j.shade.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static org.tensorflow.framework.GraphTransferInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return org.nd4j.shade.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.tensorflow.framework.GraphTransferInfo parseDelimitedFrom(
java.io.InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.nd4j.shade.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static org.tensorflow.framework.GraphTransferInfo parseFrom(
org.nd4j.shade.protobuf.CodedInputStream input)
throws java.io.IOException {
return org.nd4j.shade.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.tensorflow.framework.GraphTransferInfo parseFrom(
org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.nd4j.shade.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(org.tensorflow.framework.GraphTransferInfo prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* Protocol buffer representing a handle to a tensorflow resource. Handles are
* not valid across executions, but can be serialized back and forth from within
* a single run.
*