public interface
SavedFunctionOrBuilder
Known Indirect Subclasses |
Public Methods
abstract String |
getConcreteFunctions(int index)
repeated string concrete_functions = 1;
|
abstract com.google.protobuf.ByteString |
getConcreteFunctionsBytes(int index)
repeated string concrete_functions = 1;
|
abstract int |
getConcreteFunctionsCount()
repeated string concrete_functions = 1;
|
abstract List<String> |
getConcreteFunctionsList()
repeated string concrete_functions = 1;
|
abstract FunctionSpec |
getFunctionSpec()
.tensorflow.FunctionSpec function_spec = 2;
|
abstract FunctionSpecOrBuilder |
getFunctionSpecOrBuilder()
.tensorflow.FunctionSpec function_spec = 2;
|
abstract boolean |
hasFunctionSpec()
.tensorflow.FunctionSpec function_spec = 2;
|
Public Methods
public abstract String getConcreteFunctions (int index)
repeated string concrete_functions = 1;
public abstract com.google.protobuf.ByteString getConcreteFunctionsBytes (int index)
repeated string concrete_functions = 1;
public abstract int getConcreteFunctionsCount ()
repeated string concrete_functions = 1;
public abstract List<String> getConcreteFunctionsList ()
repeated string concrete_functions = 1;
public abstract FunctionSpecOrBuilder getFunctionSpecOrBuilder ()
.tensorflow.FunctionSpec function_spec = 2;
public abstract boolean hasFunctionSpec ()
.tensorflow.FunctionSpec function_spec = 2;