public static interface SavedObjectGraphOuterClass.SavedFunctionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
List<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, hasOneof
List<String> getConcreteFunctionsList()
repeated string concrete_functions = 1;
int getConcreteFunctionsCount()
repeated string concrete_functions = 1;
String getConcreteFunctions(int index)
repeated string concrete_functions = 1;
com.google.protobuf.ByteString getConcreteFunctionsBytes(int index)
repeated string concrete_functions = 1;
boolean hasFunctionSpec()
.tensorflow.FunctionSpec function_spec = 2;
SavedObjectGraphOuterClass.FunctionSpec getFunctionSpec()
.tensorflow.FunctionSpec function_spec = 2;
SavedObjectGraphOuterClass.FunctionSpecOrBuilder getFunctionSpecOrBuilder()
.tensorflow.FunctionSpec function_spec = 2;
Copyright © 2015–2019. All rights reserved.