RemoteFusedGraphExecuteInfo

classe finale pubblica RemoteFusedGraphExecuteInfo

 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.
 
Tipo di protocollo tensorflow.RemoteFusedGraphExecuteInfo

Classi nidificate

classe RemoteFusedGraphExecuteInfo.Builder
 Protocol buffer representing a handle to a tensorflow resource. 
classe RemoteFusedGraphExecuteInfo.TensorShapeTypeProto Tipo di protocollo tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
interfaccia RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder

Costanti

int DEFAULT_GRAPH_INPUT_TENSOR_SHAPE_FIELD_NUMBER
int DEFAULT_GRAPH_OUTPUT_TENSOR_SHAPE_FIELD_NUMBER
int EXECUTOR_NAME_FIELD_NUMBER
int GRAPH_INPUT_NODE_NAME_FIELD_NUMBER
int GRAPH_OUTPUT_NODE_NAME_FIELD_NUMBER
int REMOTE_GRAPH_FIELD_NUMBER
int SERIALIZED_EXECUTOR_PARAMETERS_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
getDefaultGraphInputTensorShape (indice int)
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;
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;
Elenco< 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;
RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder
getDefaultGraphInputTensorShapeOrBuilder (indice int)
 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;
Elenco<? estende 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;
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto
getDefaultGraphOutputTensorShape (indice int)
 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;
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;
Elenco< 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;
RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder
getDefaultGraphOutputTensorShapeOrBuilder (indice int)
 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;
Elenco<? estende 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;
statico RemoteFusedGraphExecuteInfo
RemoteFusedGraphExecuteInfo
com.google.protobuf.Descriptors.Descriptor statico finale
Corda
getNomeEsecutore ()
 Executor's name
 
string executor_name = 4;
com.google.protobuf.ByteString
getNomeEsecutoreBytes ()
 Executor's name
 
string executor_name = 4;
Corda
getGraphInputNodeName (indice int)
 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;
com.google.protobuf.ByteString
getGraphInputNodeNameBytes (indice int)
 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;
int
getGraphInputNodeNameCount ()
 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;
com.google.protobuf.ProtocolStringList
getGraphInputNodeNameList ()
 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;
Corda
getGraphOutputNodeName (indice int)
 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;
com.google.protobuf.ByteString
getGraphOutputNodeNameBytes (indice int)
 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;
int
getGraphOutputNodeNameCount ()
 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;
com.google.protobuf.ProtocolStringList
getGraphOutputNodeNameList ()
 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;
GraficoDef
getRemoteGraph ()
 Definition of remote graph
 
.tensorflow.GraphDef remote_graph = 1;
GraphDefOrBuilder
getRemoteGraphOrBuilder ()
 Definition of remote graph
 
.tensorflow.GraphDef remote_graph = 1;
com.google.protobuf.ByteString
getSerializedExecutorParameters ()
 Optional: Parameters given to the executor
 
bytes serialized_executor_parameters = 5;
int
finale com.google.protobuf.UnknownFieldSet
booleano
hasRemoteGraph ()
 Definition of remote graph
 
.tensorflow.GraphDef remote_graph = 1;
int
booleano finale
statico RemoteFusedGraphExecuteInfo.Builder
statico RemoteFusedGraphExecuteInfo.Builder
RemoteFusedGraphExecuteInfo.Builder
statico RemoteFusedGraphExecuteInfo
parseDelimitedFrom (input InputStream)
statico RemoteFusedGraphExecuteInfo
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statico RemoteFusedGraphExecuteInfo
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statico RemoteFusedGraphExecuteInfo
parseFrom (ingresso com.google.protobuf.CodedInputStream)
statico RemoteFusedGraphExecuteInfo
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statico RemoteFusedGraphExecuteInfo
parseFrom (dati ByteBuffer)
statico RemoteFusedGraphExecuteInfo
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico RemoteFusedGraphExecuteInfo
parseFrom (dati com.google.protobuf.ByteString)
statico RemoteFusedGraphExecuteInfo
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statico RemoteFusedGraphExecuteInfo
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
RemoteFusedGraphExecuteInfo.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int DEFAULT_GRAPH_INPUT_TENSOR_SHAPE_FIELD_NUMBER

Valore costante: 6

public static final int DEFAULT_GRAPH_OUTPUT_TENSOR_SHAPE_FIELD_NUMBER

Valore costante: 7

public static final int EXECUTOR_NAME_FIELD_NUMBER

Valore costante: 4

public static final int GRAPH_INPUT_NODE_NAME_FIELD_NUMBER

Valore costante: 2

public static final int GRAPH_OUTPUT_NODE_NAME_FIELD_NUMBER

Valore costante: 3

public static final int REMOTE_GRAPH_FIELD_NUMBER

Valore costante: 1

public static final int SERIALIZED_EXECUTOR_PARAMETERS_FIELD_NUMBER

Valore costante: 5

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

public RemoteFusedGraphExecuteInfo.TensorShapeTypeProto getDefaultGraphInputTensorShape (indice int)

 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;

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;

elenco pubblico< 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;

public RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder getDefaultGraphInputTensorShapeOrBuilder (indice int)

 Optional: Default graph input tensor shape used to allocate memory
 before executing op
 
repeated .tensorflow.RemoteFusedGraphExecuteInfo.TensorShapeTypeProto default_graph_input_tensor_shape = 6;

Elenco pubblico<? estende 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;

public RemoteFusedGraphExecuteInfo.TensorShapeTypeProto getDefaultGraphOutputTensorShape (indice int)

 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;

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;

elenco pubblico< 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;

public RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder getDefaultGraphOutputTensorShapeOrBuilder (indice int)

 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;

Elenco pubblico<? estende 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;

pubblico statico RemoteFusedGraphExecuteInfo getDefaultInstance ()

pubblico RemoteFusedGraphExecuteInfo getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

stringa pubblica getExecutorName ()

 Executor's name
 
string executor_name = 4;

pubblico com.google.protobuf.ByteString getExecutorNameBytes ()

 Executor's name
 
string executor_name = 4;

public String getGraphInputNodeName (indice int)

 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;

pubblico com.google.protobuf.ByteString getGraphInputNodeNameBytes (indice int)

 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;

public int getGraphInputNodeNameCount ()

 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;

public com.google.protobuf.ProtocolStringList getGraphInputNodeNameList ()

 Remote fused graph input node name
 
repeated string graph_input_node_name = 2;

public String getGraphOutputNodeName (indice int)

 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;

pubblico com.google.protobuf.ByteString getGraphOutputNodeNameBytes (indice int)

 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;

public int getGraphOutputNodeNameCount ()

 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;

public com.google.protobuf.ProtocolStringList getGraphOutputNodeNameList ()

 Remote fused graph output node name
 
repeated string graph_output_node_name = 3;

pubblico getParserForType ()

public GraphDef getRemoteGraph ()

 Definition of remote graph
 
.tensorflow.GraphDef remote_graph = 1;

pubblico GraphDefOrBuilder getRemoteGraphOrBuilder ()

 Definition of remote graph
 
.tensorflow.GraphDef remote_graph = 1;

public com.google.protobuf.ByteString getSerializedExecutorParameters ()

 Optional: Parameters given to the executor
 
bytes serialized_executor_parameters = 5;

public int getSerializedSize ()

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

pubblico booleano hasRemoteGraph ()

 Definition of remote graph
 
.tensorflow.GraphDef remote_graph = 1;

public int hashCode ()

public final booleano isInitialized ()

pubblico statico RemoteFusedGraphExecuteInfo.Builder newBuilder (prototipo RemoteFusedGraphExecuteInfo )

pubblico statico RemoteFusedGraphExecuteInfo.Builder newBuilder ()

pubblico RemoteFusedGraphExecuteInfo.Builder newBuilderForType ()

pubblico statico RemoteFusedGraphExecuteInfo parseDelimitedFrom (input InputStream)

Lancia
IOException

pubblico statico RemoteFusedGraphExecuteInfo parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

pubblico statico RemoteFusedGraphExecuteInfo parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico RemoteFusedGraphExecuteInfo (input com.google.protobuf.CodedInputStream)

Lancia
IOException

pubblico statico RemoteFusedGraphExecuteInfo parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico RemoteFusedGraphExecuteInfo (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

pubblico statico RemoteFusedGraphExecuteInfo parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico RemoteFusedGraphExecuteInfo (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

pubblico statico RemoteFusedGraphExecuteInfo parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

pubblico statico RemoteFusedGraphExecuteInfo parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico RemoteFusedGraphExecuteInfo.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException