Introducing Google AI Edge Portal: Benchmark Edge AI at scale. Sign-up to request access during private preview.

TensorFlow Lite C++ API Reference

tflite

Classes

tflite::Allocation A memory allocation handle. This could be a mmap or shared memory.
tflite::ErrorReporter A functor that reports error to supporting system.
tflite::FileCopyAllocation
tflite::MemoryAllocation
tflite::MMAPAllocation Note that not all platforms support MMAP-based allocation.
tflite::MutableOpResolver An OpResolver that is mutable, also used as the op in gen_op_registration.
tflite::OpResolver Abstract interface that returns TfLiteRegistrations given op codes or custom op names.
tflite::TfLiteIntArrayView Provides a range iterable wrapper for TfLiteIntArray* (C lists) that TfLite C api uses.

Structs

tflite::StderrReporter

tflite::impl

Classes

tflite::impl::FlatBufferModel
tflite::impl::Interpreter
tflite::impl::InterpreterBuilder

tflite::op_resolver_hasher

Structs

tflite::op_resolver_hasher::OperatorKeyHasher
tflite::op_resolver_hasher::ValueHasher
tflite::op_resolver_hasher::ValueHasher< tflite::BuiltinOperator >

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月10日 UTC.