SavedFunctionOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
SavedFunction |
A function with multiple signatures, possibly with non-Tensor arguments. |
SavedFunction.Builder |
A function with multiple signatures, possibly with non-Tensor arguments. |
|
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
FunctionSpec
getFunctionSpec
()
.tensorflow.FunctionSpec function_spec = 2;
public
abstract
FunctionSpecOrBuilder
getFunctionSpecOrBuilder
()
.tensorflow.FunctionSpec function_spec = 2;
public
abstract
boolean
hasFunctionSpec
()
.tensorflow.FunctionSpec function_spec = 2;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# SavedFunctionOrBuilder\n\npublic interface **SavedFunctionOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [SavedFunction](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedFunction), [SavedFunction.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedFunction.Builder) |--------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------| | [SavedFunction](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedFunction) | ``` A function with multiple signatures, possibly with non-Tensor arguments. ``` | | [SavedFunction.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedFunction.Builder) | ``` A function with multiple signatures, possibly with non-Tensor arguments. ``` | |||\n\n### Public Methods\n\n|-----------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getConcreteFunctions](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedFunctionOrBuilder#getConcreteFunctions(int))(int index) `repeated string concrete_functions = 1;` |\n| abstract com.google.protobuf.ByteString | [getConcreteFunctionsBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedFunctionOrBuilder#getConcreteFunctionsBytes(int))(int index) `repeated string concrete_functions = 1;` |\n| abstract int | [getConcreteFunctionsCount](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedFunctionOrBuilder#getConcreteFunctionsCount())() `repeated string concrete_functions = 1;` |\n| abstract List\\\u003cString\\\u003e | [getConcreteFunctionsList](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedFunctionOrBuilder#getConcreteFunctionsList())() `repeated string concrete_functions = 1;` |\n| abstract [FunctionSpec](/jvm/api_docs/java/org/tensorflow/proto/framework/FunctionSpec) | [getFunctionSpec](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedFunctionOrBuilder#getFunctionSpec())() `.tensorflow.FunctionSpec function_spec = 2;` |\n| abstract [FunctionSpecOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/FunctionSpecOrBuilder) | [getFunctionSpecOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedFunctionOrBuilder#getFunctionSpecOrBuilder())() `.tensorflow.FunctionSpec function_spec = 2;` |\n| abstract boolean | [hasFunctionSpec](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedFunctionOrBuilder#hasFunctionSpec())() `.tensorflow.FunctionSpec function_spec = 2;` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getConcreteFunctions**\n(int index)\n\n`repeated string concrete_functions = 1;` \n\n#### public abstract com.google.protobuf.ByteString\n**getConcreteFunctionsBytes**\n(int index)\n\n`repeated string concrete_functions = 1;` \n\n#### public abstract int\n**getConcreteFunctionsCount**\n()\n\n`repeated string concrete_functions = 1;` \n\n#### public abstract List\\\u003cString\\\u003e\n**getConcreteFunctionsList**\n()\n\n`repeated string concrete_functions = 1;` \n\n#### public abstract [FunctionSpec](/jvm/api_docs/java/org/tensorflow/proto/framework/FunctionSpec)\n**getFunctionSpec**\n()\n\n`.tensorflow.FunctionSpec function_spec = 2;` \n\n#### public abstract [FunctionSpecOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/FunctionSpecOrBuilder)\n**getFunctionSpecOrBuilder**\n()\n\n`.tensorflow.FunctionSpec function_spec = 2;` \n\n#### public abstract boolean\n**hasFunctionSpec**\n()\n\n`.tensorflow.FunctionSpec function_spec = 2;`"]]