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 Summary
Modifier and Type Method Description java.lang.StringgetConcreteFunctions(int index)repeated string concrete_functions = 1;com.google.protobuf.ByteStringgetConcreteFunctionsBytes(int index)repeated string concrete_functions = 1;intgetConcreteFunctionsCount()repeated string concrete_functions = 1;java.util.List<java.lang.String>getConcreteFunctionsList()repeated string concrete_functions = 1;SavedObjectGraphOuterClass.FunctionSpecgetFunctionSpec().tensorflow.FunctionSpec function_spec = 2;SavedObjectGraphOuterClass.FunctionSpecOrBuildergetFunctionSpecOrBuilder().tensorflow.FunctionSpec function_spec = 2;booleanhasFunctionSpec().tensorflow.FunctionSpec function_spec = 2;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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().tensorflow.FunctionSpec function_spec = 2;- Returns:
- Whether the functionSpec field is set.
-
getFunctionSpec
SavedObjectGraphOuterClass.FunctionSpec getFunctionSpec().tensorflow.FunctionSpec function_spec = 2;- Returns:
- The functionSpec.
-
getFunctionSpecOrBuilder
SavedObjectGraphOuterClass.FunctionSpecOrBuilder getFunctionSpecOrBuilder().tensorflow.FunctionSpec function_spec = 2;
-