Package org.tensorflow.framework
Class RemoteFusedGraphExecuteInfo
- java.lang.Object
-
- org.nd4j.shade.protobuf.AbstractMessageLite
-
- org.nd4j.shade.protobuf.AbstractMessage
-
- org.nd4j.shade.protobuf.GeneratedMessageV3
-
- org.tensorflow.framework.RemoteFusedGraphExecuteInfo
-
- All Implemented Interfaces:
Serializable
,org.nd4j.shade.protobuf.Message
,org.nd4j.shade.protobuf.MessageLite
,org.nd4j.shade.protobuf.MessageLiteOrBuilder
,org.nd4j.shade.protobuf.MessageOrBuilder
,RemoteFusedGraphExecuteInfoOrBuilder
public final class RemoteFusedGraphExecuteInfo extends org.nd4j.shade.protobuf.GeneratedMessageV3 implements RemoteFusedGraphExecuteInfoOrBuilder
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 typetensorflow.RemoteFusedGraphExecuteInfo
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RemoteFusedGraphExecuteInfo.Builder
Protocol buffer representing a handle to a tensorflow resource.static class
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
Protobuf typetensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
static interface
RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder
-
Nested classes/interfaces inherited from class org.nd4j.shade.protobuf.GeneratedMessageV3
org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage>, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage>, org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable, org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_GRAPH_INPUT_TENSOR_SHAPE_FIELD_NUMBER
static int
DEFAULT_GRAPH_OUTPUT_TENSOR_SHAPE_FIELD_NUMBER
static int
EXECUTOR_NAME_FIELD_NUMBER
static int
GRAPH_INPUT_NODE_NAME_FIELD_NUMBER
static int
GRAPH_OUTPUT_NODE_NAME_FIELD_NUMBER
static int
REMOTE_GRAPH_FIELD_NUMBER
static int
SERIALIZED_EXECUTOR_PARAMETERS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
getDefaultGraphInputTensorShape(int index)
Optional: Default graph input tensor shape used to allocate memory before executing opint
getDefaultGraphInputTensorShapeCount()
Optional: Default graph input tensor shape used to allocate memory before executing opList<RemoteFusedGraphExecuteInfo.TensorShapeTypeProto>
getDefaultGraphInputTensorShapeList()
Optional: Default graph input tensor shape used to allocate memory before executing opRemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder
getDefaultGraphInputTensorShapeOrBuilder(int index)
Optional: Default graph input tensor shape used to allocate memory before executing opList<? extends RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder>
getDefaultGraphInputTensorShapeOrBuilderList()
Optional: Default graph input tensor shape used to allocate memory before executing opRemoteFusedGraphExecuteInfo.TensorShapeTypeProto
getDefaultGraphOutputTensorShape(int index)
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDefint
getDefaultGraphOutputTensorShapeCount()
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDefList<RemoteFusedGraphExecuteInfo.TensorShapeTypeProto>
getDefaultGraphOutputTensorShapeList()
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDefRemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder
getDefaultGraphOutputTensorShapeOrBuilder(int index)
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDefList<? extends RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder>
getDefaultGraphOutputTensorShapeOrBuilderList()
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDefstatic RemoteFusedGraphExecuteInfo
getDefaultInstance()
RemoteFusedGraphExecuteInfo
getDefaultInstanceForType()
static org.nd4j.shade.protobuf.Descriptors.Descriptor
getDescriptor()
String
getExecutorName()
Executor's nameorg.nd4j.shade.protobuf.ByteString
getExecutorNameBytes()
Executor's nameString
getGraphInputNodeName(int index)
Remote fused graph input node nameorg.nd4j.shade.protobuf.ByteString
getGraphInputNodeNameBytes(int index)
Remote fused graph input node nameint
getGraphInputNodeNameCount()
Remote fused graph input node nameorg.nd4j.shade.protobuf.ProtocolStringList
getGraphInputNodeNameList()
Remote fused graph input node nameString
getGraphOutputNodeName(int index)
Remote fused graph output node nameorg.nd4j.shade.protobuf.ByteString
getGraphOutputNodeNameBytes(int index)
Remote fused graph output node nameint
getGraphOutputNodeNameCount()
Remote fused graph output node nameorg.nd4j.shade.protobuf.ProtocolStringList
getGraphOutputNodeNameList()
Remote fused graph output node nameorg.nd4j.shade.protobuf.Parser<RemoteFusedGraphExecuteInfo>
getParserForType()
GraphDef
getRemoteGraph()
Definition of remote graphGraphDefOrBuilder
getRemoteGraphOrBuilder()
Definition of remote graphorg.nd4j.shade.protobuf.ByteString
getSerializedExecutorParameters()
Optional: Parameters given to the executorint
getSerializedSize()
org.nd4j.shade.protobuf.UnknownFieldSet
getUnknownFields()
int
hashCode()
boolean
hasRemoteGraph()
Definition of remote graphprotected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static RemoteFusedGraphExecuteInfo.Builder
newBuilder()
static RemoteFusedGraphExecuteInfo.Builder
newBuilder(RemoteFusedGraphExecuteInfo prototype)
RemoteFusedGraphExecuteInfo.Builder
newBuilderForType()
protected RemoteFusedGraphExecuteInfo.Builder
newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static RemoteFusedGraphExecuteInfo
parseDelimitedFrom(InputStream input)
static RemoteFusedGraphExecuteInfo
parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoteFusedGraphExecuteInfo
parseFrom(byte[] data)
static RemoteFusedGraphExecuteInfo
parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoteFusedGraphExecuteInfo
parseFrom(InputStream input)
static RemoteFusedGraphExecuteInfo
parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoteFusedGraphExecuteInfo
parseFrom(ByteBuffer data)
static RemoteFusedGraphExecuteInfo
parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoteFusedGraphExecuteInfo
parseFrom(org.nd4j.shade.protobuf.ByteString data)
static RemoteFusedGraphExecuteInfo
parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoteFusedGraphExecuteInfo
parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static RemoteFusedGraphExecuteInfo
parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static org.nd4j.shade.protobuf.Parser<RemoteFusedGraphExecuteInfo>
parser()
RemoteFusedGraphExecuteInfo.Builder
toBuilder()
void
writeTo(org.nd4j.shade.protobuf.CodedOutputStream output)
-
Methods inherited from class org.nd4j.shade.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class org.nd4j.shade.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class org.nd4j.shade.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
REMOTE_GRAPH_FIELD_NUMBER
public static final int REMOTE_GRAPH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GRAPH_INPUT_NODE_NAME_FIELD_NUMBER
public static final int GRAPH_INPUT_NODE_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GRAPH_OUTPUT_NODE_NAME_FIELD_NUMBER
public static final int GRAPH_OUTPUT_NODE_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXECUTOR_NAME_FIELD_NUMBER
public static final int EXECUTOR_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SERIALIZED_EXECUTOR_PARAMETERS_FIELD_NUMBER
public static final int SERIALIZED_EXECUTOR_PARAMETERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEFAULT_GRAPH_INPUT_TENSOR_SHAPE_FIELD_NUMBER
public static final int DEFAULT_GRAPH_INPUT_TENSOR_SHAPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEFAULT_GRAPH_OUTPUT_TENSOR_SHAPE_FIELD_NUMBER
public static final int DEFAULT_GRAPH_OUTPUT_TENSOR_SHAPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getUnknownFields
public final org.nd4j.shade.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfaceorg.nd4j.shade.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getDescriptor
public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
hasRemoteGraph
public boolean hasRemoteGraph()
Definition of remote graph
.tensorflow.GraphDef remote_graph = 1;
- Specified by:
hasRemoteGraph
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
- Returns:
- Whether the remoteGraph field is set.
-
getRemoteGraph
public GraphDef getRemoteGraph()
Definition of remote graph
.tensorflow.GraphDef remote_graph = 1;
- Specified by:
getRemoteGraph
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
- Returns:
- The remoteGraph.
-
getRemoteGraphOrBuilder
public GraphDefOrBuilder getRemoteGraphOrBuilder()
Definition of remote graph
.tensorflow.GraphDef remote_graph = 1;
- Specified by:
getRemoteGraphOrBuilder
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
-
getGraphInputNodeNameList
public org.nd4j.shade.protobuf.ProtocolStringList getGraphInputNodeNameList()
Remote fused graph input node name
repeated string graph_input_node_name = 2;
- Specified by:
getGraphInputNodeNameList
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
- Returns:
- A list containing the graphInputNodeName.
-
getGraphInputNodeNameCount
public int getGraphInputNodeNameCount()
Remote fused graph input node name
repeated string graph_input_node_name = 2;
- Specified by:
getGraphInputNodeNameCount
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
- Returns:
- The count of graphInputNodeName.
-
getGraphInputNodeName
public String getGraphInputNodeName(int index)
Remote fused graph input node name
repeated string graph_input_node_name = 2;
- Specified by:
getGraphInputNodeName
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The graphInputNodeName at the given index.
-
getGraphInputNodeNameBytes
public org.nd4j.shade.protobuf.ByteString getGraphInputNodeNameBytes(int index)
Remote fused graph input node name
repeated string graph_input_node_name = 2;
- Specified by:
getGraphInputNodeNameBytes
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the graphInputNodeName at the given index.
-
getGraphOutputNodeNameList
public org.nd4j.shade.protobuf.ProtocolStringList getGraphOutputNodeNameList()
Remote fused graph output node name
repeated string graph_output_node_name = 3;
- Specified by:
getGraphOutputNodeNameList
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
- Returns:
- A list containing the graphOutputNodeName.
-
getGraphOutputNodeNameCount
public int getGraphOutputNodeNameCount()
Remote fused graph output node name
repeated string graph_output_node_name = 3;
- Specified by:
getGraphOutputNodeNameCount
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
- Returns:
- The count of graphOutputNodeName.
-
getGraphOutputNodeName
public String getGraphOutputNodeName(int index)
Remote fused graph output node name
repeated string graph_output_node_name = 3;
- Specified by:
getGraphOutputNodeName
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The graphOutputNodeName at the given index.
-
getGraphOutputNodeNameBytes
public org.nd4j.shade.protobuf.ByteString getGraphOutputNodeNameBytes(int index)
Remote fused graph output node name
repeated string graph_output_node_name = 3;
- Specified by:
getGraphOutputNodeNameBytes
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the graphOutputNodeName at the given index.
-
getExecutorName
public String getExecutorName()
Executor's name
string executor_name = 4;
- Specified by:
getExecutorName
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
- Returns:
- The executorName.
-
getExecutorNameBytes
public org.nd4j.shade.protobuf.ByteString getExecutorNameBytes()
Executor's name
string executor_name = 4;
- Specified by:
getExecutorNameBytes
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
- Returns:
- The bytes for executorName.
-
getSerializedExecutorParameters
public org.nd4j.shade.protobuf.ByteString getSerializedExecutorParameters()
Optional: Parameters given to the executor
bytes serialized_executor_parameters = 5;
- Specified by:
getSerializedExecutorParameters
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
- Returns:
- The serializedExecutorParameters.
-
getDefaultGraphInputTensorShapeList
public List<RemoteFusedGraphExecuteInfo.TensorShapeTypeProto> getDefaultGraphInputTensorShapeList()
Optional: Default graph input tensor shape used to allocate memory before executing op
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;
- Specified by:
getDefaultGraphInputTensorShapeList
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
-
getDefaultGraphInputTensorShapeOrBuilderList
public List<? extends RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder> getDefaultGraphInputTensorShapeOrBuilderList()
Optional: Default graph input tensor shape used to allocate memory before executing op
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;
- Specified by:
getDefaultGraphInputTensorShapeOrBuilderList
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
-
getDefaultGraphInputTensorShapeCount
public int getDefaultGraphInputTensorShapeCount()
Optional: Default graph input tensor shape used to allocate memory before executing op
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;
- Specified by:
getDefaultGraphInputTensorShapeCount
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
-
getDefaultGraphInputTensorShape
public RemoteFusedGraphExecuteInfo.TensorShapeTypeProto getDefaultGraphInputTensorShape(int index)
Optional: Default graph input tensor shape used to allocate memory before executing op
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;
- Specified by:
getDefaultGraphInputTensorShape
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
-
getDefaultGraphInputTensorShapeOrBuilder
public RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder getDefaultGraphInputTensorShapeOrBuilder(int index)
Optional: Default graph input tensor shape used to allocate memory before executing op
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;
- Specified by:
getDefaultGraphInputTensorShapeOrBuilder
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
-
getDefaultGraphOutputTensorShapeList
public List<RemoteFusedGraphExecuteInfo.TensorShapeTypeProto> getDefaultGraphOutputTensorShapeList()
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;
- Specified by:
getDefaultGraphOutputTensorShapeList
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
-
getDefaultGraphOutputTensorShapeOrBuilderList
public List<? extends RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder> getDefaultGraphOutputTensorShapeOrBuilderList()
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;
- Specified by:
getDefaultGraphOutputTensorShapeOrBuilderList
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
-
getDefaultGraphOutputTensorShapeCount
public int getDefaultGraphOutputTensorShapeCount()
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;
- Specified by:
getDefaultGraphOutputTensorShapeCount
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
-
getDefaultGraphOutputTensorShape
public RemoteFusedGraphExecuteInfo.TensorShapeTypeProto getDefaultGraphOutputTensorShape(int index)
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;
- Specified by:
getDefaultGraphOutputTensorShape
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
-
getDefaultGraphOutputTensorShapeOrBuilder
public RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder getDefaultGraphOutputTensorShapeOrBuilder(int index)
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_output_tensor_shape = 7;
- Specified by:
getDefaultGraphOutputTensorShapeOrBuilder
in interfaceRemoteFusedGraphExecuteInfoOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfaceorg.nd4j.shade.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(org.nd4j.shade.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfaceorg.nd4j.shade.protobuf.MessageLite
- Overrides:
writeTo
in classorg.nd4j.shade.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfaceorg.nd4j.shade.protobuf.MessageLite
- Overrides:
getSerializedSize
in classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfaceorg.nd4j.shade.protobuf.Message
- Overrides:
equals
in classorg.nd4j.shade.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceorg.nd4j.shade.protobuf.Message
- Overrides:
hashCode
in classorg.nd4j.shade.protobuf.AbstractMessage
-
parseFrom
public static RemoteFusedGraphExecuteInfo parseFrom(ByteBuffer data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RemoteFusedGraphExecuteInfo parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RemoteFusedGraphExecuteInfo parseFrom(org.nd4j.shade.protobuf.ByteString data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RemoteFusedGraphExecuteInfo parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RemoteFusedGraphExecuteInfo parseFrom(byte[] data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RemoteFusedGraphExecuteInfo parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RemoteFusedGraphExecuteInfo parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RemoteFusedGraphExecuteInfo parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RemoteFusedGraphExecuteInfo parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RemoteFusedGraphExecuteInfo parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static RemoteFusedGraphExecuteInfo parseFrom(org.nd4j.shade.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RemoteFusedGraphExecuteInfo parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public RemoteFusedGraphExecuteInfo.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfaceorg.nd4j.shade.protobuf.Message
- Specified by:
newBuilderForType
in interfaceorg.nd4j.shade.protobuf.MessageLite
-
newBuilder
public static RemoteFusedGraphExecuteInfo.Builder newBuilder()
-
newBuilder
public static RemoteFusedGraphExecuteInfo.Builder newBuilder(RemoteFusedGraphExecuteInfo prototype)
-
toBuilder
public RemoteFusedGraphExecuteInfo.Builder toBuilder()
- Specified by:
toBuilder
in interfaceorg.nd4j.shade.protobuf.Message
- Specified by:
toBuilder
in interfaceorg.nd4j.shade.protobuf.MessageLite
-
newBuilderForType
protected RemoteFusedGraphExecuteInfo.Builder newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static RemoteFusedGraphExecuteInfo getDefaultInstance()
-
parser
public static org.nd4j.shade.protobuf.Parser<RemoteFusedGraphExecuteInfo> parser()
-
getParserForType
public org.nd4j.shade.protobuf.Parser<RemoteFusedGraphExecuteInfo> getParserForType()
- Specified by:
getParserForType
in interfaceorg.nd4j.shade.protobuf.Message
- Specified by:
getParserForType
in interfaceorg.nd4j.shade.protobuf.MessageLite
- Overrides:
getParserForType
in classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public RemoteFusedGraphExecuteInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfaceorg.nd4j.shade.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceorg.nd4j.shade.protobuf.MessageOrBuilder
-
-