tflite_support.metadata_schema_py_generated.NormalizationOptions
Methods
GetRootAs
View source
@classmethod
GetRootAs(
buf, offset=0
)
GetRootAsNormalizationOptions
View source
@classmethod
GetRootAsNormalizationOptions(
buf, offset=0
)
This method is deprecated. Please switch to GetRootAs.
Init
View source
Init(
buf, pos
)
Mean
View source
Mean(
j
)
MeanAsNumpy
View source
MeanAsNumpy()
MeanIsNone
View source
MeanIsNone()
MeanLength
View source
MeanLength()
NormalizationOptionsBufferHasIdentifier
View source
@classmethod
NormalizationOptionsBufferHasIdentifier(
buf, offset, size_prefixed=False
)
Std
View source
Std(
j
)
StdAsNumpy
View source
StdAsNumpy()
StdIsNone
View source
StdIsNone()
StdLength
View source
StdLength()
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.NormalizationOptions\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#L936-L1010) |\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#L939-L944) \n\n @classmethod\n GetRootAs(\n buf, offset=0\n )\n\n### `GetRootAsNormalizationOptions`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L946-L949) \n\n @classmethod\n GetRootAsNormalizationOptions(\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#L955-L956) \n\n Init(\n buf, pos\n )\n\n### `Mean`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L959-L964) \n\n Mean(\n j\n )\n\n### `MeanAsNumpy`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L967-L971) \n\n MeanAsNumpy()\n\n### `MeanIsNone`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L981-L983) \n\n MeanIsNone()\n\n### `MeanLength`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L974-L978) \n\n MeanLength()\n\n### `NormalizationOptionsBufferHasIdentifier`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L950-L952) \n\n @classmethod\n NormalizationOptionsBufferHasIdentifier(\n buf, offset, size_prefixed=False\n )\n\n### `Std`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L986-L991) \n\n Std(\n j\n )\n\n### `StdAsNumpy`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L994-L998) \n\n StdAsNumpy()\n\n### `StdIsNone`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L1008-L1010) \n\n StdIsNone()\n\n### `StdLength`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L1001-L1005) \n\n StdLength()"]]