public final class RemoteFusedGraphExecuteInfo extends com.github.os72.protobuf351.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 type
tensorflow.RemoteFusedGraphExecuteInfo| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteFusedGraphExecuteInfo.Builder
Protocol buffer representing a handle to a tensorflow resource.
|
static class |
RemoteFusedGraphExecuteInfo.NodeType
Protobuf enum
tensorflow.RemoteFusedGraphExecuteInfo.NodeType |
static class |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
Protobuf type
tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto |
static interface |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder |
com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and 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 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto |
getDefaultGraphInputTensorShape(int index)
Optional: Default graph input tensor shape used to allocate memory
before executing op
|
int |
getDefaultGraphInputTensorShapeCount()
Optional: Default graph input tensor shape used to allocate memory
before executing op
|
List<RemoteFusedGraphExecuteInfo.TensorShapeTypeProto> |
getDefaultGraphInputTensorShapeList()
Optional: Default graph input tensor shape used to allocate memory
before executing op
|
RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder |
getDefaultGraphInputTensorShapeOrBuilder(int index)
Optional: Default graph input tensor shape used to allocate memory
before executing op
|
List<? extends RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder> |
getDefaultGraphInputTensorShapeOrBuilderList()
Optional: Default graph input tensor shape used to allocate memory
before executing op
|
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
|
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
|
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
|
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
|
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
|
static RemoteFusedGraphExecuteInfo |
getDefaultInstance() |
RemoteFusedGraphExecuteInfo |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
String |
getExecutorName()
Executor's name
|
com.github.os72.protobuf351.ByteString |
getExecutorNameBytes()
Executor's name
|
String |
getGraphInputNodeName(int index)
Remote fused graph input node name
|
com.github.os72.protobuf351.ByteString |
getGraphInputNodeNameBytes(int index)
Remote fused graph input node name
|
int |
getGraphInputNodeNameCount()
Remote fused graph input node name
|
com.github.os72.protobuf351.ProtocolStringList |
getGraphInputNodeNameList()
Remote fused graph input node name
|
String |
getGraphOutputNodeName(int index)
Remote fused graph output node name
|
com.github.os72.protobuf351.ByteString |
getGraphOutputNodeNameBytes(int index)
Remote fused graph output node name
|
int |
getGraphOutputNodeNameCount()
Remote fused graph output node name
|
com.github.os72.protobuf351.ProtocolStringList |
getGraphOutputNodeNameList()
Remote fused graph output node name
|
com.github.os72.protobuf351.Parser<RemoteFusedGraphExecuteInfo> |
getParserForType() |
GraphDef |
getRemoteGraph()
Definition of remote graph
|
GraphDefOrBuilder |
getRemoteGraphOrBuilder()
Definition of remote graph
|
com.github.os72.protobuf351.ByteString |
getSerializedExecutorParameters()
Optional: Parameters given to the executor
|
int |
getSerializedSize() |
com.github.os72.protobuf351.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasRemoteGraph()
Definition of remote graph
|
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RemoteFusedGraphExecuteInfo.Builder |
newBuilder() |
static RemoteFusedGraphExecuteInfo.Builder |
newBuilder(RemoteFusedGraphExecuteInfo prototype) |
RemoteFusedGraphExecuteInfo.Builder |
newBuilderForType() |
protected RemoteFusedGraphExecuteInfo.Builder |
newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent) |
static RemoteFusedGraphExecuteInfo |
parseDelimitedFrom(InputStream input) |
static RemoteFusedGraphExecuteInfo |
parseDelimitedFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static RemoteFusedGraphExecuteInfo |
parseFrom(byte[] data) |
static RemoteFusedGraphExecuteInfo |
parseFrom(byte[] data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static RemoteFusedGraphExecuteInfo |
parseFrom(ByteBuffer data) |
static RemoteFusedGraphExecuteInfo |
parseFrom(ByteBuffer data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static RemoteFusedGraphExecuteInfo |
parseFrom(com.github.os72.protobuf351.ByteString data) |
static RemoteFusedGraphExecuteInfo |
parseFrom(com.github.os72.protobuf351.ByteString data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static RemoteFusedGraphExecuteInfo |
parseFrom(com.github.os72.protobuf351.CodedInputStream input) |
static RemoteFusedGraphExecuteInfo |
parseFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static RemoteFusedGraphExecuteInfo |
parseFrom(InputStream input) |
static RemoteFusedGraphExecuteInfo |
parseFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static com.github.os72.protobuf351.Parser<RemoteFusedGraphExecuteInfo> |
parser() |
RemoteFusedGraphExecuteInfo.Builder |
toBuilder() |
void |
writeTo(com.github.os72.protobuf351.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int REMOTE_GRAPH_FIELD_NUMBER
public static final int GRAPH_INPUT_NODE_NAME_FIELD_NUMBER
public static final int GRAPH_OUTPUT_NODE_NAME_FIELD_NUMBER
public static final int EXECUTOR_NAME_FIELD_NUMBER
public static final int SERIALIZED_EXECUTOR_PARAMETERS_FIELD_NUMBER
public static final int DEFAULT_GRAPH_INPUT_TENSOR_SHAPE_FIELD_NUMBER
public static final int DEFAULT_GRAPH_OUTPUT_TENSOR_SHAPE_FIELD_NUMBER
public final com.github.os72.protobuf351.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.github.os72.protobuf351.MessageOrBuildergetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3public static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3public boolean hasRemoteGraph()
Definition of remote graph
.tensorflow.GraphDef remote_graph = 1;hasRemoteGraph in interface RemoteFusedGraphExecuteInfoOrBuilderpublic GraphDef getRemoteGraph()
Definition of remote graph
.tensorflow.GraphDef remote_graph = 1;getRemoteGraph in interface RemoteFusedGraphExecuteInfoOrBuilderpublic GraphDefOrBuilder getRemoteGraphOrBuilder()
Definition of remote graph
.tensorflow.GraphDef remote_graph = 1;getRemoteGraphOrBuilder in interface RemoteFusedGraphExecuteInfoOrBuilderpublic com.github.os72.protobuf351.ProtocolStringList getGraphInputNodeNameList()
Remote fused graph input node name
repeated string graph_input_node_name = 2;getGraphInputNodeNameList in interface RemoteFusedGraphExecuteInfoOrBuilderpublic int getGraphInputNodeNameCount()
Remote fused graph input node name
repeated string graph_input_node_name = 2;getGraphInputNodeNameCount in interface RemoteFusedGraphExecuteInfoOrBuilderpublic String getGraphInputNodeName(int index)
Remote fused graph input node name
repeated string graph_input_node_name = 2;getGraphInputNodeName in interface RemoteFusedGraphExecuteInfoOrBuilderpublic com.github.os72.protobuf351.ByteString getGraphInputNodeNameBytes(int index)
Remote fused graph input node name
repeated string graph_input_node_name = 2;getGraphInputNodeNameBytes in interface RemoteFusedGraphExecuteInfoOrBuilderpublic com.github.os72.protobuf351.ProtocolStringList getGraphOutputNodeNameList()
Remote fused graph output node name
repeated string graph_output_node_name = 3;getGraphOutputNodeNameList in interface RemoteFusedGraphExecuteInfoOrBuilderpublic int getGraphOutputNodeNameCount()
Remote fused graph output node name
repeated string graph_output_node_name = 3;getGraphOutputNodeNameCount in interface RemoteFusedGraphExecuteInfoOrBuilderpublic String getGraphOutputNodeName(int index)
Remote fused graph output node name
repeated string graph_output_node_name = 3;getGraphOutputNodeName in interface RemoteFusedGraphExecuteInfoOrBuilderpublic com.github.os72.protobuf351.ByteString getGraphOutputNodeNameBytes(int index)
Remote fused graph output node name
repeated string graph_output_node_name = 3;getGraphOutputNodeNameBytes in interface RemoteFusedGraphExecuteInfoOrBuilderpublic String getExecutorName()
Executor's name
string executor_name = 4;getExecutorName in interface RemoteFusedGraphExecuteInfoOrBuilderpublic com.github.os72.protobuf351.ByteString getExecutorNameBytes()
Executor's name
string executor_name = 4;getExecutorNameBytes in interface RemoteFusedGraphExecuteInfoOrBuilderpublic com.github.os72.protobuf351.ByteString getSerializedExecutorParameters()
Optional: Parameters given to the executor
bytes serialized_executor_parameters = 5;getSerializedExecutorParameters in interface RemoteFusedGraphExecuteInfoOrBuilderpublic 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;getDefaultGraphInputTensorShapeList in interface RemoteFusedGraphExecuteInfoOrBuilderpublic 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;getDefaultGraphInputTensorShapeOrBuilderList in interface RemoteFusedGraphExecuteInfoOrBuilderpublic 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;getDefaultGraphInputTensorShapeCount in interface RemoteFusedGraphExecuteInfoOrBuilderpublic 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;getDefaultGraphInputTensorShape in interface RemoteFusedGraphExecuteInfoOrBuilderpublic 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;getDefaultGraphInputTensorShapeOrBuilder in interface RemoteFusedGraphExecuteInfoOrBuilderpublic 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;getDefaultGraphOutputTensorShapeList in interface RemoteFusedGraphExecuteInfoOrBuilderpublic 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;getDefaultGraphOutputTensorShapeOrBuilderList in interface RemoteFusedGraphExecuteInfoOrBuilderpublic 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;getDefaultGraphOutputTensorShapeCount in interface RemoteFusedGraphExecuteInfoOrBuilderpublic 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;getDefaultGraphOutputTensorShape in interface RemoteFusedGraphExecuteInfoOrBuilderpublic 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;getDefaultGraphOutputTensorShapeOrBuilder in interface RemoteFusedGraphExecuteInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3public void writeTo(com.github.os72.protobuf351.CodedOutputStream output)
throws IOException
writeTo in interface com.github.os72.protobuf351.MessageLitewriteTo in class com.github.os72.protobuf351.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.github.os72.protobuf351.MessageLitegetSerializedSize in class com.github.os72.protobuf351.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.github.os72.protobuf351.Messageequals in class com.github.os72.protobuf351.AbstractMessagepublic int hashCode()
hashCode in interface com.github.os72.protobuf351.MessagehashCode in class com.github.os72.protobuf351.AbstractMessagepublic static RemoteFusedGraphExecuteInfo parseFrom(ByteBuffer data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static RemoteFusedGraphExecuteInfo parseFrom(ByteBuffer data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static RemoteFusedGraphExecuteInfo parseFrom(com.github.os72.protobuf351.ByteString data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static RemoteFusedGraphExecuteInfo parseFrom(com.github.os72.protobuf351.ByteString data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static RemoteFusedGraphExecuteInfo parseFrom(byte[] data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static RemoteFusedGraphExecuteInfo parseFrom(byte[] data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static RemoteFusedGraphExecuteInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static RemoteFusedGraphExecuteInfo parseFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RemoteFusedGraphExecuteInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RemoteFusedGraphExecuteInfo parseDelimitedFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RemoteFusedGraphExecuteInfo parseFrom(com.github.os72.protobuf351.CodedInputStream input) throws IOException
IOExceptionpublic static RemoteFusedGraphExecuteInfo parseFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RemoteFusedGraphExecuteInfo.Builder newBuilderForType()
newBuilderForType in interface com.github.os72.protobuf351.MessagenewBuilderForType in interface com.github.os72.protobuf351.MessageLitepublic static RemoteFusedGraphExecuteInfo.Builder newBuilder()
public static RemoteFusedGraphExecuteInfo.Builder newBuilder(RemoteFusedGraphExecuteInfo prototype)
public RemoteFusedGraphExecuteInfo.Builder toBuilder()
toBuilder in interface com.github.os72.protobuf351.MessagetoBuilder in interface com.github.os72.protobuf351.MessageLiteprotected RemoteFusedGraphExecuteInfo.Builder newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.github.os72.protobuf351.GeneratedMessageV3public static RemoteFusedGraphExecuteInfo getDefaultInstance()
public static com.github.os72.protobuf351.Parser<RemoteFusedGraphExecuteInfo> parser()
public com.github.os72.protobuf351.Parser<RemoteFusedGraphExecuteInfo> getParserForType()
getParserForType in interface com.github.os72.protobuf351.MessagegetParserForType in interface com.github.os72.protobuf351.MessageLitegetParserForType in class com.github.os72.protobuf351.GeneratedMessageV3public RemoteFusedGraphExecuteInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderCopyright © 2018. All rights reserved.