SavedConcreteFunctionOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
Bound inputs to the function. The SavedObjects identified by the node ids
given here are appended as extra inputs to the caller-supplied inputs.
The only types of SavedObjects valid here are SavedVariable, SavedResource
and SavedAsset.
repeated int32 bound_inputs = 2;
Bound inputs to the function. The SavedObjects identified by the node ids
given here are appended as extra inputs to the caller-supplied inputs.
The only types of SavedObjects valid here are SavedVariable, SavedResource
and SavedAsset.
repeated int32 bound_inputs = 2;
Bound inputs to the function. The SavedObjects identified by the node ids
given here are appended as extra inputs to the caller-supplied inputs.
The only types of SavedObjects valid here are SavedVariable, SavedResource
and SavedAsset.
repeated int32 bound_inputs = 2;
Input in canonicalized form that was received to create this concrete
function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
Input in canonicalized form that was received to create this concrete
function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public
abstract
StructuredValue
getOutputSignature
()
Output that was the return value of this function after replacing all
Tensors with TensorSpecs. This can be an arbitrary nested function and will
be used to reconstruct the full structure from pure tensors.
.tensorflow.StructuredValue output_signature = 4;
Output that was the return value of this function after replacing all
Tensors with TensorSpecs. This can be an arbitrary nested function and will
be used to reconstruct the full structure from pure tensors.
.tensorflow.StructuredValue output_signature = 4;
Input in canonicalized form that was received to create this concrete
function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public
abstract
boolean
hasOutputSignature
()
Output that was the return value of this function after replacing all
Tensors with TensorSpecs. This can be an arbitrary nested function and will
be used to reconstruct the full structure from pure tensors.
.tensorflow.StructuredValue output_signature = 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,["# SavedConcreteFunctionOrBuilder\n\npublic interface **SavedConcreteFunctionOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [SavedConcreteFunction](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedConcreteFunction), [SavedConcreteFunction.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedConcreteFunction.Builder) |------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------| | [SavedConcreteFunction](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedConcreteFunction) | ``` Stores low-level information about a concrete function. ``` | | [SavedConcreteFunction.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedConcreteFunction.Builder) | ``` Stores low-level information about a concrete function. ``` | |||\n\n### Public Methods\n\n|-----------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract int | [getBoundInputs](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedConcreteFunctionOrBuilder#getBoundInputs(int))(int index) ``` Bound inputs to the function. ``` |\n| abstract int | [getBoundInputsCount](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedConcreteFunctionOrBuilder#getBoundInputsCount())() ``` Bound inputs to the function. ``` |\n| abstract List\\\u003cInteger\\\u003e | [getBoundInputsList](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedConcreteFunctionOrBuilder#getBoundInputsList())() ``` Bound inputs to the function. ``` |\n| abstract [StructuredValue](/jvm/api_docs/java/org/tensorflow/proto/framework/StructuredValue) | [getCanonicalizedInputSignature](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedConcreteFunctionOrBuilder#getCanonicalizedInputSignature())() ``` Input in canonicalized form that was received to create this concrete function. ``` |\n| abstract [StructuredValueOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/StructuredValueOrBuilder) | [getCanonicalizedInputSignatureOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedConcreteFunctionOrBuilder#getCanonicalizedInputSignatureOrBuilder())() ``` Input in canonicalized form that was received to create this concrete function. ``` |\n| abstract [StructuredValue](/jvm/api_docs/java/org/tensorflow/proto/framework/StructuredValue) | [getOutputSignature](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedConcreteFunctionOrBuilder#getOutputSignature())() ``` Output that was the return value of this function after replacing all Tensors with TensorSpecs. ``` |\n| abstract [StructuredValueOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/StructuredValueOrBuilder) | [getOutputSignatureOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedConcreteFunctionOrBuilder#getOutputSignatureOrBuilder())() ``` Output that was the return value of this function after replacing all Tensors with TensorSpecs. ``` |\n| abstract boolean | [hasCanonicalizedInputSignature](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedConcreteFunctionOrBuilder#hasCanonicalizedInputSignature())() ``` Input in canonicalized form that was received to create this concrete function. ``` |\n| abstract boolean | [hasOutputSignature](/jvm/api_docs/java/org/tensorflow/proto/framework/SavedConcreteFunctionOrBuilder#hasOutputSignature())() ``` Output that was the return value of this function after replacing all Tensors with TensorSpecs. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract int\n**getBoundInputs**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Bound inputs to the function. The SavedObjects identified by the node ids\n given here are appended as extra inputs to the caller-supplied inputs.\n The only types of SavedObjects valid here are SavedVariable, SavedResource\n and SavedAsset.\n \n```\n`repeated int32 bound_inputs = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getBoundInputsCount**\n()\n\n\u003cbr /\u003e\n\n```\n Bound inputs to the function. The SavedObjects identified by the node ids\n given here are appended as extra inputs to the caller-supplied inputs.\n The only types of SavedObjects valid here are SavedVariable, SavedResource\n and SavedAsset.\n \n```\n`repeated int32 bound_inputs = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003cInteger\\\u003e\n**getBoundInputsList**\n()\n\n\u003cbr /\u003e\n\n```\n Bound inputs to the function. The SavedObjects identified by the node ids\n given here are appended as extra inputs to the caller-supplied inputs.\n The only types of SavedObjects valid here are SavedVariable, SavedResource\n and SavedAsset.\n \n```\n`repeated int32 bound_inputs = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract [StructuredValue](/jvm/api_docs/java/org/tensorflow/proto/framework/StructuredValue)\n**getCanonicalizedInputSignature**\n()\n\n\u003cbr /\u003e\n\n```\n Input in canonicalized form that was received to create this concrete\n function.\n \n```\n`.tensorflow.StructuredValue canonicalized_input_signature = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract [StructuredValueOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/StructuredValueOrBuilder)\n**getCanonicalizedInputSignatureOrBuilder**\n()\n\n\u003cbr /\u003e\n\n```\n Input in canonicalized form that was received to create this concrete\n function.\n \n```\n`.tensorflow.StructuredValue canonicalized_input_signature = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract [StructuredValue](/jvm/api_docs/java/org/tensorflow/proto/framework/StructuredValue)\n**getOutputSignature**\n()\n\n\u003cbr /\u003e\n\n```\n Output that was the return value of this function after replacing all\n Tensors with TensorSpecs. This can be an arbitrary nested function and will\n be used to reconstruct the full structure from pure tensors.\n \n```\n`.tensorflow.StructuredValue output_signature = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract [StructuredValueOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/StructuredValueOrBuilder)\n**getOutputSignatureOrBuilder**\n()\n\n\u003cbr /\u003e\n\n```\n Output that was the return value of this function after replacing all\n Tensors with TensorSpecs. This can be an arbitrary nested function and will\n be used to reconstruct the full structure from pure tensors.\n \n```\n`.tensorflow.StructuredValue output_signature = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract boolean\n**hasCanonicalizedInputSignature**\n()\n\n\u003cbr /\u003e\n\n```\n Input in canonicalized form that was received to create this concrete\n function.\n \n```\n`.tensorflow.StructuredValue canonicalized_input_signature = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract boolean\n**hasOutputSignature**\n()\n\n\u003cbr /\u003e\n\n```\n Output that was the return value of this function after replacing all\n Tensors with TensorSpecs. This can be an arbitrary nested function and will\n be used to reconstruct the full structure from pure tensors.\n \n```\n`.tensorflow.StructuredValue output_signature = 4;`\n\n\u003cbr /\u003e"]]