Interface SavedObjectGraphOuterClass.SavedFunctionOrBuilder

    • Method Detail

      • getConcreteFunctionsList

        java.util.List<java.lang.String> getConcreteFunctionsList()
        repeated string concrete_functions = 1;
        Returns:
        A list containing the concreteFunctions.
      • getConcreteFunctionsCount

        int getConcreteFunctionsCount()
        repeated string concrete_functions = 1;
        Returns:
        The count of concreteFunctions.
      • getConcreteFunctions

        java.lang.String getConcreteFunctions​(int index)
        repeated string concrete_functions = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The concreteFunctions at the given index.
      • getConcreteFunctionsBytes

        com.google.protobuf.ByteString getConcreteFunctionsBytes​(int index)
        repeated string concrete_functions = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the concreteFunctions at the given index.
      • hasFunctionSpec

        boolean hasFunctionSpec()
        .org.platanios.tensorflow.proto.FunctionSpec function_spec = 2;
        Returns:
        Whether the functionSpec field is set.