FloatListOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
float
|
getValue(int index)
repeated float value = 1 [packed = true];
|
abstract
int
|
|
abstract
List<Float>
|
|
Public Methods
public
abstract
float
getValue
(int index)
repeated float value = 1 [packed = true];
public
abstract
int
getValueCount
()
repeated float value = 1 [packed = true];
public
abstract
List<Float>
getValueList
()
repeated float value = 1 [packed = true];
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,["# FloatListOrBuilder\n\npublic interface **FloatListOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [FloatList](/jvm/api_docs/java/org/tensorflow/proto/example/FloatList), [FloatList.Builder](/jvm/api_docs/java/org/tensorflow/proto/example/FloatList.Builder) |----------------------------------------------------------------------------------------|--------------------------------------| | [FloatList](/jvm/api_docs/java/org/tensorflow/proto/example/FloatList) | Protobuf type `tensorflow.FloatList` | | [FloatList.Builder](/jvm/api_docs/java/org/tensorflow/proto/example/FloatList.Builder) | Protobuf type `tensorflow.FloatList` | |||\n\n### Public Methods\n\n|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract float | [getValue](/jvm/api_docs/java/org/tensorflow/proto/example/FloatListOrBuilder#getValue(int))(int index) `repeated float value = 1 [packed = true];` |\n| abstract int | [getValueCount](/jvm/api_docs/java/org/tensorflow/proto/example/FloatListOrBuilder#getValueCount())() `repeated float value = 1 [packed = true];` |\n| abstract List\\\u003cFloat\\\u003e | [getValueList](/jvm/api_docs/java/org/tensorflow/proto/example/FloatListOrBuilder#getValueList())() `repeated float value = 1 [packed = true];` |\n\nPublic Methods\n--------------\n\n#### public abstract float\n**getValue**\n(int index)\n\n`repeated float value = 1 [packed = true];` \n\n#### public abstract int\n**getValueCount**\n()\n\n`repeated float value = 1 [packed = true];` \n\n#### public abstract List\\\u003cFloat\\\u003e\n**getValueList**\n()\n\n`repeated float value = 1 [packed = true];`"]]