Interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder

    • Method Detail

      • getBoundInputsList

        java.util.List<java.lang.Integer> getBoundInputsList()
         Bound inputs to the function. The SavedObjects identified by the node ids
         given here are appended as extra inputs to the caller-supplied inputs.
         The only types of SavedObjects valid here are SavedVariable, SavedResource
         and SavedAsset.
         
        repeated int32 bound_inputs = 2;
        Returns:
        A list containing the boundInputs.
      • getBoundInputsCount

        int getBoundInputsCount()
         Bound inputs to the function. The SavedObjects identified by the node ids
         given here are appended as extra inputs to the caller-supplied inputs.
         The only types of SavedObjects valid here are SavedVariable, SavedResource
         and SavedAsset.
         
        repeated int32 bound_inputs = 2;
        Returns:
        The count of boundInputs.
      • getBoundInputs

        int getBoundInputs​(int index)
         Bound inputs to the function. The SavedObjects identified by the node ids
         given here are appended as extra inputs to the caller-supplied inputs.
         The only types of SavedObjects valid here are SavedVariable, SavedResource
         and SavedAsset.
         
        repeated int32 bound_inputs = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The boundInputs at the given index.
      • hasCanonicalizedInputSignature

        boolean hasCanonicalizedInputSignature()
         Input in canonicalized form that was received to create this concrete
         function.
         
        .org.platanios.tensorflow.proto.StructuredValue canonicalized_input_signature = 3;
        Returns:
        Whether the canonicalizedInputSignature field is set.
      • getCanonicalizedInputSignature

        Struct.StructuredValue getCanonicalizedInputSignature()
         Input in canonicalized form that was received to create this concrete
         function.
         
        .org.platanios.tensorflow.proto.StructuredValue canonicalized_input_signature = 3;
        Returns:
        The canonicalizedInputSignature.
      • getCanonicalizedInputSignatureOrBuilder

        Struct.StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder()
         Input in canonicalized form that was received to create this concrete
         function.
         
        .org.platanios.tensorflow.proto.StructuredValue canonicalized_input_signature = 3;
      • hasOutputSignature

        boolean hasOutputSignature()
         Output that was the return value of this function after replacing all
         Tensors with TensorSpecs. This can be an arbitrary nested function and will
         be used to reconstruct the full structure from pure tensors.
         
        .org.platanios.tensorflow.proto.StructuredValue output_signature = 4;
        Returns:
        Whether the outputSignature field is set.
      • getOutputSignature

        Struct.StructuredValue getOutputSignature()
         Output that was the return value of this function after replacing all
         Tensors with TensorSpecs. This can be an arbitrary nested function and will
         be used to reconstruct the full structure from pure tensors.
         
        .org.platanios.tensorflow.proto.StructuredValue output_signature = 4;
        Returns:
        The outputSignature.
      • getOutputSignatureOrBuilder

        Struct.StructuredValueOrBuilder getOutputSignatureOrBuilder()
         Output that was the return value of this function after replacing all
         Tensors with TensorSpecs. This can be an arbitrary nested function and will
         be used to reconstruct the full structure from pure tensors.
         
        .org.platanios.tensorflow.proto.StructuredValue output_signature = 4;