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 TypeMethodDescriptiongetConcreteFunctions(int index) repeated string concrete_functions = 1;com.google.protobuf.ByteStringgetConcreteFunctionsBytes(int index) repeated string concrete_functions = 1;intrepeated string concrete_functions = 1;repeated string concrete_functions = 1;.tensorflow.FunctionSpec function_spec = 2;.tensorflow.FunctionSpec function_spec = 2;boolean.tensorflow.FunctionSpec function_spec = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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;
-