Interface RemoteFusedGraphExecuteInfoOrBuilder

    • Method Detail

      • hasRemoteGraph

        boolean hasRemoteGraph()
         Definition of remote graph
         
        .tensorflow.GraphDef remote_graph = 1;
        Returns:
        Whether the remoteGraph field is set.
      • getRemoteGraph

        GraphDef getRemoteGraph()
         Definition of remote graph
         
        .tensorflow.GraphDef remote_graph = 1;
        Returns:
        The remoteGraph.
      • getRemoteGraphOrBuilder

        GraphDefOrBuilder getRemoteGraphOrBuilder()
         Definition of remote graph
         
        .tensorflow.GraphDef remote_graph = 1;
      • getGraphInputNodeNameList

        List<String> getGraphInputNodeNameList()
         Remote fused graph input node name
         
        repeated string graph_input_node_name = 2;
        Returns:
        A list containing the graphInputNodeName.
      • getGraphInputNodeNameCount

        int getGraphInputNodeNameCount()
         Remote fused graph input node name
         
        repeated string graph_input_node_name = 2;
        Returns:
        The count of graphInputNodeName.
      • getGraphInputNodeName

        String getGraphInputNodeName​(int index)
         Remote fused graph input node name
         
        repeated string graph_input_node_name = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The graphInputNodeName at the given index.
      • getGraphInputNodeNameBytes

        org.nd4j.shade.protobuf.ByteString getGraphInputNodeNameBytes​(int index)
         Remote fused graph input node name
         
        repeated string graph_input_node_name = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the graphInputNodeName at the given index.
      • getGraphOutputNodeNameList

        List<String> getGraphOutputNodeNameList()
         Remote fused graph output node name
         
        repeated string graph_output_node_name = 3;
        Returns:
        A list containing the graphOutputNodeName.
      • getGraphOutputNodeNameCount

        int getGraphOutputNodeNameCount()
         Remote fused graph output node name
         
        repeated string graph_output_node_name = 3;
        Returns:
        The count of graphOutputNodeName.
      • getGraphOutputNodeName

        String getGraphOutputNodeName​(int index)
         Remote fused graph output node name
         
        repeated string graph_output_node_name = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The graphOutputNodeName at the given index.
      • getGraphOutputNodeNameBytes

        org.nd4j.shade.protobuf.ByteString getGraphOutputNodeNameBytes​(int index)
         Remote fused graph output node name
         
        repeated string graph_output_node_name = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the graphOutputNodeName at the given index.
      • getExecutorName

        String getExecutorName()
         Executor's name
         
        string executor_name = 4;
        Returns:
        The executorName.
      • getExecutorNameBytes

        org.nd4j.shade.protobuf.ByteString getExecutorNameBytes()
         Executor's name
         
        string executor_name = 4;
        Returns:
        The bytes for executorName.
      • getSerializedExecutorParameters

        org.nd4j.shade.protobuf.ByteString getSerializedExecutorParameters()
         Optional: Parameters given to the executor
         
        bytes serialized_executor_parameters = 5;
        Returns:
        The serializedExecutorParameters.
      • getDefaultGraphInputTensorShapeList

        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;
      • getDefaultGraphInputTensorShape

        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;
      • getDefaultGraphInputTensorShapeCount

        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;
      • getDefaultGraphInputTensorShapeOrBuilderList

        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;
      • getDefaultGraphInputTensorShapeOrBuilder

        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;
      • getDefaultGraphOutputTensorShapeList

        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;
      • getDefaultGraphOutputTensorShape

        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;
      • getDefaultGraphOutputTensorShapeCount

        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;
      • getDefaultGraphOutputTensorShapeOrBuilderList

        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;
      • getDefaultGraphOutputTensorShapeOrBuilder

        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;