TransportOptions.RecvBufRespExtraOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
com.google.protobuf.ByteString
|
|
abstract
int
|
|
abstract
List<ByteString>
|
|
Public Methods
public
abstract
com.google.protobuf.ByteString
getTensorContent
(int index)
repeated bytes tensor_content = 1;
public
abstract
int
getTensorContentCount
()
repeated bytes tensor_content = 1;
public
abstract
List<ByteString>
getTensorContentList
()
repeated bytes tensor_content = 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,["# TransportOptions.RecvBufRespExtraOrBuilder\n\npublic static interface **TransportOptions.RecvBufRespExtraOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [TransportOptions.RecvBufRespExtra](/jvm/api_docs/java/org/tensorflow/proto/distruntime/TransportOptions.RecvBufRespExtra), [TransportOptions.RecvBufRespExtra.Builder](/jvm/api_docs/java/org/tensorflow/proto/distruntime/TransportOptions.RecvBufRespExtra.Builder) |--------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------| | [TransportOptions.RecvBufRespExtra](/jvm/api_docs/java/org/tensorflow/proto/distruntime/TransportOptions.RecvBufRespExtra) | ``` Extra data needed on a non-RDMA RecvBufResponse. ``` | | [TransportOptions.RecvBufRespExtra.Builder](/jvm/api_docs/java/org/tensorflow/proto/distruntime/TransportOptions.RecvBufRespExtra.Builder) | ``` Extra data needed on a non-RDMA RecvBufResponse. ``` | |||\n\n### Public Methods\n\n|-----------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract com.google.protobuf.ByteString | [getTensorContent](/jvm/api_docs/java/org/tensorflow/proto/distruntime/TransportOptions.RecvBufRespExtraOrBuilder#getTensorContent(int))(int index) `repeated bytes tensor_content = 1;` |\n| abstract int | [getTensorContentCount](/jvm/api_docs/java/org/tensorflow/proto/distruntime/TransportOptions.RecvBufRespExtraOrBuilder#getTensorContentCount())() `repeated bytes tensor_content = 1;` |\n| abstract List\\\u003cByteString\\\u003e | [getTensorContentList](/jvm/api_docs/java/org/tensorflow/proto/distruntime/TransportOptions.RecvBufRespExtraOrBuilder#getTensorContentList())() `repeated bytes tensor_content = 1;` |\n\nPublic Methods\n--------------\n\n#### public abstract com.google.protobuf.ByteString\n**getTensorContent**\n(int index)\n\n`repeated bytes tensor_content = 1;` \n\n#### public abstract int\n**getTensorContentCount**\n()\n\n`repeated bytes tensor_content = 1;` \n\n#### public abstract List\\\u003cByteString\\\u003e\n**getTensorContentList**\n()\n\n`repeated bytes tensor_content = 1;`"]]