tflite_support.metadata_schema_py_generated.Stats
Methods
GetRootAs
View source
@classmethod
GetRootAs(
buf, offset=0
)
GetRootAsStats
View source
@classmethod
GetRootAsStats(
buf, offset=0
)
This method is deprecated. Please switch to GetRootAs.
Init
View source
Init(
buf, pos
)
Max
View source
Max(
j
)
MaxAsNumpy
View source
MaxAsNumpy()
MaxIsNone
View source
MaxIsNone()
MaxLength
View source
MaxLength()
Min
View source
Min(
j
)
MinAsNumpy
View source
MinAsNumpy()
MinIsNone
View source
MinIsNone()
MinLength
View source
MinLength()
StatsBufferHasIdentifier
View source
@classmethod
StatsBufferHasIdentifier(
buf, offset, size_prefixed=False
)
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 2024-05-08 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 2024-05-08 UTC."],[],[],null,["# tflite_support.metadata_schema_py_generated.Stats\n\n\u003cbr /\u003e\n\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L1789-L1863) |\n\nMethods\n-------\n\n### `GetRootAs`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L1792-L1797) \n\n @classmethod\n GetRootAs(\n buf, offset=0\n )\n\n### `GetRootAsStats`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L1799-L1802) \n\n @classmethod\n GetRootAsStats(\n buf, offset=0\n )\n\nThis method is deprecated. Please switch to GetRootAs.\n\n### `Init`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L1808-L1809) \n\n Init(\n buf, pos\n )\n\n### `Max`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L1812-L1817) \n\n Max(\n j\n )\n\n### `MaxAsNumpy`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L1820-L1824) \n\n MaxAsNumpy()\n\n### `MaxIsNone`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L1834-L1836) \n\n MaxIsNone()\n\n### `MaxLength`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L1827-L1831) \n\n MaxLength()\n\n### `Min`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L1839-L1844) \n\n Min(\n j\n )\n\n### `MinAsNumpy`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L1847-L1851) \n\n MinAsNumpy()\n\n### `MinIsNone`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L1861-L1863) \n\n MinIsNone()\n\n### `MinLength`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L1854-L1858) \n\n MinLength()\n\n### `StatsBufferHasIdentifier`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L1803-L1805) \n\n @classmethod\n StatsBufferHasIdentifier(\n buf, offset, size_prefixed=False\n )"]]