Package tensorflow

Interface SavedObjectGraphOuterClass.SavedFunctionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SavedObjectGraphOuterClass.SavedFunction, SavedObjectGraphOuterClass.SavedFunction.Builder
Enclosing class:
SavedObjectGraphOuterClass

public static interface SavedObjectGraphOuterClass.SavedFunctionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getConcreteFunctionsList

      List<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

      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()
      .tensorflow.FunctionSpec function_spec = 2;
      Returns:
      Whether the functionSpec field is set.
    • getFunctionSpec

      .tensorflow.FunctionSpec function_spec = 2;
      Returns:
      The functionSpec.
    • getFunctionSpecOrBuilder

      .tensorflow.FunctionSpec function_spec = 2;