tflite_support.metadata_schema_py_generated.TensorMetadataT
tflite_support.metadata_schema_py_generated.TensorMetadataT()
Methods
InitFromBuf
View source
@classmethod
InitFromBuf(
buf, pos
)
InitFromObj
View source
@classmethod
InitFromObj(
tensorMetadata
)
InitFromPackedBuf
View source
@classmethod
InitFromPackedBuf(
buf, pos=0
)
Pack
View source
Pack(
builder
)
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.TensorMetadataT\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#L2250-L2360) |\n\n tflite_support.metadata_schema_py_generated.TensorMetadataT()\n\nMethods\n-------\n\n### `InitFromBuf`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L2262-L2266) \n\n @classmethod\n InitFromBuf(\n buf, pos\n )\n\n### `InitFromObj`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L2273-L2277) \n\n @classmethod\n InitFromObj(\n tensorMetadata\n )\n\n### `InitFromPackedBuf`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L2268-L2271) \n\n @classmethod\n InitFromPackedBuf(\n buf, pos=0\n )\n\n### `Pack`\n\n[View source](https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/metadata/metadata_schema_py_generated.py#L2311-L2360) \n\n Pack(\n builder\n )"]]