public static interface SavedObjectGraphOuterClass.SavedFunctionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConcreteFunctions(int index)
repeated string concrete_functions = 1; |
com.google.protobuf.ByteString |
getConcreteFunctionsBytes(int index)
repeated string concrete_functions = 1; |
int |
getConcreteFunctionsCount()
repeated string concrete_functions = 1; |
java.util.List<java.lang.String> |
getConcreteFunctionsList()
repeated string concrete_functions = 1; |
SavedObjectGraphOuterClass.FunctionSpec |
getFunctionSpec()
.tensorflow.FunctionSpec function_spec = 2; |
SavedObjectGraphOuterClass.FunctionSpecOrBuilder |
getFunctionSpecOrBuilder()
.tensorflow.FunctionSpec function_spec = 2; |
boolean |
hasFunctionSpec()
.tensorflow.FunctionSpec function_spec = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.String> getConcreteFunctionsList()
repeated string concrete_functions = 1;int getConcreteFunctionsCount()
repeated string concrete_functions = 1;java.lang.String getConcreteFunctions(int index)
repeated string concrete_functions = 1;index - The index of the element to return.com.google.protobuf.ByteString getConcreteFunctionsBytes(int index)
repeated string concrete_functions = 1;index - The index of the value to return.boolean hasFunctionSpec()
.tensorflow.FunctionSpec function_spec = 2;SavedObjectGraphOuterClass.FunctionSpec getFunctionSpec()
.tensorflow.FunctionSpec function_spec = 2;SavedObjectGraphOuterClass.FunctionSpecOrBuilder getFunctionSpecOrBuilder()
.tensorflow.FunctionSpec function_spec = 2;