SaveSliceInfoDefOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
String
|
getFullName()
Name of the full variable of which this is a slice.
|
abstract
com.google.protobuf.ByteString
|
|
abstract
long
|
|
abstract
int
|
|
abstract
List<Long>
|
|
abstract
long
|
getVarOffset(int index)
Offset of this variable into the full variable.
|
abstract
int
|
|
abstract
List<Long>
|
|
abstract
long
|
|
abstract
int
|
|
abstract
List<Long>
|
|
Public Methods
public
abstract
String
getFullName
()
Name of the full variable of which this is a slice.
string full_name = 1;
public
abstract
com.google.protobuf.ByteString
getFullNameBytes
()
Name of the full variable of which this is a slice.
string full_name = 1;
public
abstract
long
getFullShape
(int index)
Shape of the full variable.
repeated int64 full_shape = 2;
public
abstract
int
getFullShapeCount
()
Shape of the full variable.
repeated int64 full_shape = 2;
public
abstract
List<Long>
getFullShapeList
()
Shape of the full variable.
repeated int64 full_shape = 2;
public
abstract
long
getVarOffset
(int index)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
public
abstract
int
getVarOffsetCount
()
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
public
abstract
List<Long>
getVarOffsetList
()
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
public
abstract
long
getVarShape
(int index)
Shape of this variable.
repeated int64 var_shape = 4;
public
abstract
int
getVarShapeCount
()
Shape of this variable.
repeated int64 var_shape = 4;
public
abstract
List<Long>
getVarShapeList
()
Shape of this variable.
repeated int64 var_shape = 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,["# SaveSliceInfoDefOrBuilder\n\npublic interface **SaveSliceInfoDefOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [SaveSliceInfoDef](/jvm/api_docs/java/org/tensorflow/proto/framework/SaveSliceInfoDef), [SaveSliceInfoDef.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/SaveSliceInfoDef.Builder) |--------------------------------------------------------------------------------------------------------|---------------------------------------------| | [SaveSliceInfoDef](/jvm/api_docs/java/org/tensorflow/proto/framework/SaveSliceInfoDef) | Protobuf type `tensorflow.SaveSliceInfoDef` | | [SaveSliceInfoDef.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/SaveSliceInfoDef.Builder) | Protobuf type `tensorflow.SaveSliceInfoDef` | |||\n\n### Public Methods\n\n|-----------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getFullName](/jvm/api_docs/java/org/tensorflow/proto/framework/SaveSliceInfoDefOrBuilder#getFullName())() ``` Name of the full variable of which this is a slice. ``` |\n| abstract com.google.protobuf.ByteString | [getFullNameBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/SaveSliceInfoDefOrBuilder#getFullNameBytes())() ``` Name of the full variable of which this is a slice. ``` |\n| abstract long | [getFullShape](/jvm/api_docs/java/org/tensorflow/proto/framework/SaveSliceInfoDefOrBuilder#getFullShape(int))(int index) ``` Shape of the full variable. ``` |\n| abstract int | [getFullShapeCount](/jvm/api_docs/java/org/tensorflow/proto/framework/SaveSliceInfoDefOrBuilder#getFullShapeCount())() ``` Shape of the full variable. ``` |\n| abstract List\\\u003cLong\\\u003e | [getFullShapeList](/jvm/api_docs/java/org/tensorflow/proto/framework/SaveSliceInfoDefOrBuilder#getFullShapeList())() ``` Shape of the full variable. ``` |\n| abstract long | [getVarOffset](/jvm/api_docs/java/org/tensorflow/proto/framework/SaveSliceInfoDefOrBuilder#getVarOffset(int))(int index) ``` Offset of this variable into the full variable. ``` |\n| abstract int | [getVarOffsetCount](/jvm/api_docs/java/org/tensorflow/proto/framework/SaveSliceInfoDefOrBuilder#getVarOffsetCount())() ``` Offset of this variable into the full variable. ``` |\n| abstract List\\\u003cLong\\\u003e | [getVarOffsetList](/jvm/api_docs/java/org/tensorflow/proto/framework/SaveSliceInfoDefOrBuilder#getVarOffsetList())() ``` Offset of this variable into the full variable. ``` |\n| abstract long | [getVarShape](/jvm/api_docs/java/org/tensorflow/proto/framework/SaveSliceInfoDefOrBuilder#getVarShape(int))(int index) ``` Shape of this variable. ``` |\n| abstract int | [getVarShapeCount](/jvm/api_docs/java/org/tensorflow/proto/framework/SaveSliceInfoDefOrBuilder#getVarShapeCount())() ``` Shape of this variable. ``` |\n| abstract List\\\u003cLong\\\u003e | [getVarShapeList](/jvm/api_docs/java/org/tensorflow/proto/framework/SaveSliceInfoDefOrBuilder#getVarShapeList())() ``` Shape of this variable. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getFullName**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the full variable of which this is a slice.\n \n```\n`string full_name = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getFullNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the full variable of which this is a slice.\n \n```\n`string full_name = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract long\n**getFullShape**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Shape of the full variable.\n \n```\n`repeated int64 full_shape = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getFullShapeCount**\n()\n\n\u003cbr /\u003e\n\n```\n Shape of the full variable.\n \n```\n`repeated int64 full_shape = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003cLong\\\u003e\n**getFullShapeList**\n()\n\n\u003cbr /\u003e\n\n```\n Shape of the full variable.\n \n```\n`repeated int64 full_shape = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract long\n**getVarOffset**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Offset of this variable into the full variable.\n \n```\n`repeated int64 var_offset = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getVarOffsetCount**\n()\n\n\u003cbr /\u003e\n\n```\n Offset of this variable into the full variable.\n \n```\n`repeated int64 var_offset = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003cLong\\\u003e\n**getVarOffsetList**\n()\n\n\u003cbr /\u003e\n\n```\n Offset of this variable into the full variable.\n \n```\n`repeated int64 var_offset = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract long\n**getVarShape**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Shape of this variable.\n \n```\n`repeated int64 var_shape = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getVarShapeCount**\n()\n\n\u003cbr /\u003e\n\n```\n Shape of this variable.\n \n```\n`repeated int64 var_shape = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003cLong\\\u003e\n**getVarShapeList**\n()\n\n\u003cbr /\u003e\n\n```\n Shape of this variable.\n \n```\n`repeated int64 var_shape = 4;`\n\n\u003cbr /\u003e"]]