SavedTensorSlicesOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
SavedSlice
|
getData()
This exists in all but the first item of each checkpoint file.
|
abstract
SavedSliceOrBuilder
|
getDataOrBuilder()
This exists in all but the first item of each checkpoint file.
|
abstract
SavedTensorSliceMeta
|
getMeta()
This is only present at the first item of each checkpoint file and serves
as a table of contents, listing all the tensor slices saved in this file.
|
abstract
SavedTensorSliceMetaOrBuilder
|
getMetaOrBuilder()
This is only present at the first item of each checkpoint file and serves
as a table of contents, listing all the tensor slices saved in this file.
|
abstract
boolean
|
hasData()
This exists in all but the first item of each checkpoint file.
|
abstract
boolean
|
hasMeta()
This is only present at the first item of each checkpoint file and serves
as a table of contents, listing all the tensor slices saved in this file.
|
Public Methods
public
abstract
SavedSlice
getData
()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
This is only present at the first item of each checkpoint file and serves
as a table of contents, listing all the tensor slices saved in this file.
.tensorflow.SavedTensorSliceMeta meta = 1;
This is only present at the first item of each checkpoint file and serves
as a table of contents, listing all the tensor slices saved in this file.
.tensorflow.SavedTensorSliceMeta meta = 1;
public
abstract
boolean
hasData
()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
This is only present at the first item of each checkpoint file and serves
as a table of contents, listing all the tensor slices saved in this file.
.tensorflow.SavedTensorSliceMeta meta = 1;
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,["# SavedTensorSlicesOrBuilder\n\npublic interface **SavedTensorSlicesOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [SavedTensorSlices](/jvm/api_docs/java/org/tensorflow/proto/util/SavedTensorSlices), [SavedTensorSlices.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/SavedTensorSlices.Builder) |-----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------| | [SavedTensorSlices](/jvm/api_docs/java/org/tensorflow/proto/util/SavedTensorSlices) | ``` Each record in a v3 checkpoint file is a serialized SavedTensorSlices message. ``` | | [SavedTensorSlices.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/SavedTensorSlices.Builder) | ``` Each record in a v3 checkpoint file is a serialized SavedTensorSlices message. ``` | |||\n\n### Public Methods\n\n|----------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [SavedSlice](/jvm/api_docs/java/org/tensorflow/proto/util/SavedSlice) | [getData](/jvm/api_docs/java/org/tensorflow/proto/util/SavedTensorSlicesOrBuilder#getData())() ``` This exists in all but the first item of each checkpoint file. ``` |\n| abstract [SavedSliceOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/util/SavedSliceOrBuilder) | [getDataOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/util/SavedTensorSlicesOrBuilder#getDataOrBuilder())() ``` This exists in all but the first item of each checkpoint file. ``` |\n| abstract [SavedTensorSliceMeta](/jvm/api_docs/java/org/tensorflow/proto/util/SavedTensorSliceMeta) | [getMeta](/jvm/api_docs/java/org/tensorflow/proto/util/SavedTensorSlicesOrBuilder#getMeta())() ``` This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file. ``` |\n| abstract [SavedTensorSliceMetaOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/util/SavedTensorSliceMetaOrBuilder) | [getMetaOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/util/SavedTensorSlicesOrBuilder#getMetaOrBuilder())() ``` This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file. ``` |\n| abstract boolean | [hasData](/jvm/api_docs/java/org/tensorflow/proto/util/SavedTensorSlicesOrBuilder#hasData())() ``` This exists in all but the first item of each checkpoint file. ``` |\n| abstract boolean | [hasMeta](/jvm/api_docs/java/org/tensorflow/proto/util/SavedTensorSlicesOrBuilder#hasMeta())() ``` This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract [SavedSlice](/jvm/api_docs/java/org/tensorflow/proto/util/SavedSlice)\n**getData**\n()\n\n\u003cbr /\u003e\n\n```\n This exists in all but the first item of each checkpoint file.\n \n```\n`.tensorflow.SavedSlice data = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract [SavedSliceOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/util/SavedSliceOrBuilder)\n**getDataOrBuilder**\n()\n\n\u003cbr /\u003e\n\n```\n This exists in all but the first item of each checkpoint file.\n \n```\n`.tensorflow.SavedSlice data = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract [SavedTensorSliceMeta](/jvm/api_docs/java/org/tensorflow/proto/util/SavedTensorSliceMeta)\n**getMeta**\n()\n\n\u003cbr /\u003e\n\n```\n This is only present at the first item of each checkpoint file and serves\n as a table of contents, listing all the tensor slices saved in this file.\n \n```\n`.tensorflow.SavedTensorSliceMeta meta = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract [SavedTensorSliceMetaOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/util/SavedTensorSliceMetaOrBuilder)\n**getMetaOrBuilder**\n()\n\n\u003cbr /\u003e\n\n```\n This is only present at the first item of each checkpoint file and serves\n as a table of contents, listing all the tensor slices saved in this file.\n \n```\n`.tensorflow.SavedTensorSliceMeta meta = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract boolean\n**hasData**\n()\n\n\u003cbr /\u003e\n\n```\n This exists in all but the first item of each checkpoint file.\n \n```\n`.tensorflow.SavedSlice data = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract boolean\n**hasMeta**\n()\n\n\u003cbr /\u003e\n\n```\n This is only present at the first item of each checkpoint file and serves\n as a table of contents, listing all the tensor slices saved in this file.\n \n```\n`.tensorflow.SavedTensorSliceMeta meta = 1;`\n\n\u003cbr /\u003e"]]