SavedBareConcreteFunctionOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
long
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
int
|
|
abstract
List<String>
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
FunctionSpec
|
getFunctionSpec()
The spec of the function that this ConcreteFunction is traced from.
|
abstract
FunctionSpecOrBuilder
|
|
abstract
boolean
|
hasFunctionSpec()
The spec of the function that this ConcreteFunction is traced from.
|
Public Methods
public
abstract
long
getAllowedPositionalArguments
()
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
public
abstract
String
getArgumentKeywords
(int index)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
public
abstract
com.google.protobuf.ByteString
getArgumentKeywordsBytes
(int index)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
public
abstract
int
getArgumentKeywordsCount
()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
public
abstract
List<String>
getArgumentKeywordsList
()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
public
abstract
String
getConcreteFunctionName
()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
public
abstract
com.google.protobuf.ByteString
getConcreteFunctionNameBytes
()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
public
abstract
FunctionSpec
getFunctionSpec
()
The spec of the function that this ConcreteFunction is traced from. This
allows the ConcreteFunction to be called with nest structure inputs. This
field may not be populated. If this field is absent, the concrete function
can only be called with flat inputs.
TODO(b/169361281): support calling saved ConcreteFunction with structured
inputs in C++ SavedModel API.
.tensorflow.FunctionSpec function_spec = 4;
public
abstract
FunctionSpecOrBuilder
getFunctionSpecOrBuilder
()
The spec of the function that this ConcreteFunction is traced from. This
allows the ConcreteFunction to be called with nest structure inputs. This
field may not be populated. If this field is absent, the concrete function
can only be called with flat inputs.
TODO(b/169361281): support calling saved ConcreteFunction with structured
inputs in C++ SavedModel API.
.tensorflow.FunctionSpec function_spec = 4;
public
abstract
boolean
hasFunctionSpec
()
The spec of the function that this ConcreteFunction is traced from. This
allows the ConcreteFunction to be called with nest structure inputs. This
field may not be populated. If this field is absent, the concrete function
can only be called with flat inputs.
TODO(b/169361281): support calling saved ConcreteFunction with structured
inputs in C++ SavedModel API.
.tensorflow.FunctionSpec function_spec = 4;
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,["# SavedBareConcreteFunctionOrBuilder\n\npublic interface **SavedBareConcreteFunctionOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [SavedBareConcreteFunction](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedBareConcreteFunction), [SavedBareConcreteFunction.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedBareConcreteFunction.Builder) |--------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------| | [SavedBareConcreteFunction](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedBareConcreteFunction) | Protobuf type `tensorflow.SavedBareConcreteFunction` | | [SavedBareConcreteFunction.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedBareConcreteFunction.Builder) | Protobuf type `tensorflow.SavedBareConcreteFunction` | |||\n\n### Public Methods\n\n|-----------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract long | [getAllowedPositionalArguments](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedBareConcreteFunctionOrBuilder#getAllowedPositionalArguments())() ``` The prefix of `argument_keywords` which may be identified by position. ``` |\n| abstract String | [getArgumentKeywords](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedBareConcreteFunctionOrBuilder#getArgumentKeywords(int))(int index) ``` A sequence of unique strings, one per Tensor argument. ``` |\n| abstract com.google.protobuf.ByteString | [getArgumentKeywordsBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedBareConcreteFunctionOrBuilder#getArgumentKeywordsBytes(int))(int index) ``` A sequence of unique strings, one per Tensor argument. ``` |\n| abstract int | [getArgumentKeywordsCount](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedBareConcreteFunctionOrBuilder#getArgumentKeywordsCount())() ``` A sequence of unique strings, one per Tensor argument. ``` |\n| abstract List\\\u003cString\\\u003e | [getArgumentKeywordsList](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedBareConcreteFunctionOrBuilder#getArgumentKeywordsList())() ``` A sequence of unique strings, one per Tensor argument. ``` |\n| abstract String | [getConcreteFunctionName](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedBareConcreteFunctionOrBuilder#getConcreteFunctionName())() ``` Identifies a SavedConcreteFunction. ``` |\n| abstract com.google.protobuf.ByteString | [getConcreteFunctionNameBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedBareConcreteFunctionOrBuilder#getConcreteFunctionNameBytes())() ``` Identifies a SavedConcreteFunction. ``` |\n| abstract [FunctionSpec](/jvm/api_docs/java/org/tensorflow/proto/framework/FunctionSpec) | [getFunctionSpec](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedBareConcreteFunctionOrBuilder#getFunctionSpec())() ``` The spec of the function that this ConcreteFunction is traced from. ``` |\n| abstract [FunctionSpecOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/FunctionSpecOrBuilder) | [getFunctionSpecOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedBareConcreteFunctionOrBuilder#getFunctionSpecOrBuilder())() ``` The spec of the function that this ConcreteFunction is traced from. ``` |\n| abstract boolean | [hasFunctionSpec](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedBareConcreteFunctionOrBuilder#hasFunctionSpec())() ``` The spec of the function that this ConcreteFunction is traced from. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract long\n**getAllowedPositionalArguments**\n()\n\n\u003cbr /\u003e\n\n```\n The prefix of `argument_keywords` which may be identified by position.\n \n```\n`int64 allowed_positional_arguments = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getArgumentKeywords**\n(int index)\n\n\u003cbr /\u003e\n\n```\n A sequence of unique strings, one per Tensor argument.\n \n```\n`repeated string argument_keywords = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getArgumentKeywordsBytes**\n(int index)\n\n\u003cbr /\u003e\n\n```\n A sequence of unique strings, one per Tensor argument.\n \n```\n`repeated string argument_keywords = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getArgumentKeywordsCount**\n()\n\n\u003cbr /\u003e\n\n```\n A sequence of unique strings, one per Tensor argument.\n \n```\n`repeated string argument_keywords = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003cString\\\u003e\n**getArgumentKeywordsList**\n()\n\n\u003cbr /\u003e\n\n```\n A sequence of unique strings, one per Tensor argument.\n \n```\n`repeated string argument_keywords = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getConcreteFunctionName**\n()\n\n\u003cbr /\u003e\n\n```\n Identifies a SavedConcreteFunction.\n \n```\n`string concrete_function_name = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getConcreteFunctionNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Identifies a SavedConcreteFunction.\n \n```\n`string concrete_function_name = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract [FunctionSpec](/jvm/api_docs/java/org/tensorflow/proto/framework/FunctionSpec)\n**getFunctionSpec**\n()\n\n\u003cbr /\u003e\n\n```\n The spec of the function that this ConcreteFunction is traced from. This\n allows the ConcreteFunction to be called with nest structure inputs. This\n field may not be populated. If this field is absent, the concrete function\n can only be called with flat inputs.\n TODO(b/169361281): support calling saved ConcreteFunction with structured\n inputs in C++ SavedModel API.\n \n```\n`.tensorflow.FunctionSpec function_spec = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract [FunctionSpecOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/FunctionSpecOrBuilder)\n**getFunctionSpecOrBuilder**\n()\n\n\u003cbr /\u003e\n\n```\n The spec of the function that this ConcreteFunction is traced from. This\n allows the ConcreteFunction to be called with nest structure inputs. This\n field may not be populated. If this field is absent, the concrete function\n can only be called with flat inputs.\n TODO(b/169361281): support calling saved ConcreteFunction with structured\n inputs in C++ SavedModel API.\n \n```\n`.tensorflow.FunctionSpec function_spec = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract boolean\n**hasFunctionSpec**\n()\n\n\u003cbr /\u003e\n\n```\n The spec of the function that this ConcreteFunction is traced from. This\n allows the ConcreteFunction to be called with nest structure inputs. This\n field may not be populated. If this field is absent, the concrete function\n can only be called with flat inputs.\n TODO(b/169361281): support calling saved ConcreteFunction with structured\n inputs in C++ SavedModel API.\n \n```\n`.tensorflow.FunctionSpec function_spec = 4;`\n\n\u003cbr /\u003e"]]