GraphTransferNodeOutputInfoOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
int
|
|
abstract
int
|
|
abstract
List<Integer>
|
|
abstract
int
|
|
Public Methods
public
abstract
int
getMaxByteSize
(int index)
repeated int32 max_byte_size = 2;
public
abstract
int
getMaxByteSizeCount
()
repeated int32 max_byte_size = 2;
public
abstract
List<Integer>
getMaxByteSizeList
()
repeated int32 max_byte_size = 2;
public
abstract
int
getNodeId
()
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,["# GraphTransferNodeOutputInfoOrBuilder\n\npublic interface **GraphTransferNodeOutputInfoOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [GraphTransferNodeOutputInfo](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphTransferNodeOutputInfo), [GraphTransferNodeOutputInfo.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphTransferNodeOutputInfo.Builder) |------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------| | [GraphTransferNodeOutputInfo](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphTransferNodeOutputInfo) | Protobuf type `tensorflow.GraphTransferNodeOutputInfo` | | [GraphTransferNodeOutputInfo.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphTransferNodeOutputInfo.Builder) | Protobuf type `tensorflow.GraphTransferNodeOutputInfo` | |||\n\n### Public Methods\n\n|--------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract int | [getMaxByteSize](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphTransferNodeOutputInfoOrBuilder#getMaxByteSize(int))(int index) `repeated int32 max_byte_size = 2;` |\n| abstract int | [getMaxByteSizeCount](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphTransferNodeOutputInfoOrBuilder#getMaxByteSizeCount())() `repeated int32 max_byte_size = 2;` |\n| abstract List\\\u003cInteger\\\u003e | [getMaxByteSizeList](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphTransferNodeOutputInfoOrBuilder#getMaxByteSizeList())() `repeated int32 max_byte_size = 2;` |\n| abstract int | [getNodeId](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphTransferNodeOutputInfoOrBuilder#getNodeId())() `int32 node_id = 1;` |\n\nPublic Methods\n--------------\n\n#### public abstract int\n**getMaxByteSize**\n(int index)\n\n`repeated int32 max_byte_size = 2;` \n\n#### public abstract int\n**getMaxByteSizeCount**\n()\n\n`repeated int32 max_byte_size = 2;` \n\n#### public abstract List\\\u003cInteger\\\u003e\n**getMaxByteSizeList**\n()\n\n`repeated int32 max_byte_size = 2;` \n\n#### public abstract int\n**getNodeId**\n()\n\n`int32 node_id = 1;`"]]