TensorFlow Lite MNIST example for STM32F746NG

Dependencies:   mbed-os

Auto generated API documentation and code listings for MNIST_example

Classes

arm_bilinear_interp_instance_f32 Instance structure for the floating-point bilinear interpolation function
arm_bilinear_interp_instance_q15 Instance structure for the Q15 bilinear interpolation function
arm_bilinear_interp_instance_q31 Instance structure for the Q31 bilinear interpolation function
arm_bilinear_interp_instance_q7 Instance structure for the Q15 bilinear interpolation function
arm_biquad_cas_df1_32x64_ins_q31 Instance structure for the high precision Q31 Biquad cascade filter
arm_biquad_cascade_df2T_instance_f32 Instance structure for the floating-point transposed direct form II Biquad cascade filter
arm_biquad_cascade_df2T_instance_f64 Instance structure for the floating-point transposed direct form II Biquad cascade filter
arm_biquad_cascade_stereo_df2T_instance_f32 Instance structure for the floating-point transposed direct form II Biquad cascade filter
arm_biquad_casd_df1_inst_f32 Instance structure for the floating-point Biquad cascade filter
arm_biquad_casd_df1_inst_q15 Instance structure for the Q15 Biquad cascade filter
arm_biquad_casd_df1_inst_q31 Instance structure for the Q31 Biquad cascade filter
arm_cfft_instance_f32 Instance structure for the floating-point CFFT/CIFFT function
arm_cfft_instance_q15 Instance structure for the fixed-point CFFT/CIFFT function
arm_cfft_instance_q31 Instance structure for the fixed-point CFFT/CIFFT function
arm_cfft_radix2_instance_f32 Instance structure for the floating-point CFFT/CIFFT function
arm_cfft_radix2_instance_q15 Instance structure for the Q15 CFFT/CIFFT function
arm_cfft_radix2_instance_q31 Instance structure for the Radix-2 Q31 CFFT/CIFFT function
arm_cfft_radix4_instance_f32 Instance structure for the floating-point CFFT/CIFFT function
arm_cfft_radix4_instance_q15 Instance structure for the Q15 CFFT/CIFFT function
arm_cfft_radix4_instance_q31 Instance structure for the Q31 CFFT/CIFFT function
arm_dct4_instance_f32 Instance structure for the floating-point DCT4/IDCT4 function
arm_dct4_instance_q15 Instance structure for the Q15 DCT4/IDCT4 function
arm_dct4_instance_q31 Instance structure for the Q31 DCT4/IDCT4 function
arm_fir_decimate_instance_f32 Instance structure for the floating-point FIR decimator
arm_fir_decimate_instance_q15 Instance structure for the Q15 FIR decimator
arm_fir_decimate_instance_q31 Instance structure for the Q31 FIR decimator
arm_fir_instance_f32 Instance structure for the floating-point FIR filter
arm_fir_instance_q15 Instance structure for the Q15 FIR filter
arm_fir_instance_q31 Instance structure for the Q31 FIR filter
arm_fir_instance_q7 Instance structure for the Q7 FIR filter
arm_fir_interpolate_instance_f32 Instance structure for the floating-point FIR interpolator
arm_fir_interpolate_instance_q15 Instance structure for the Q15 FIR interpolator
arm_fir_interpolate_instance_q31 Instance structure for the Q31 FIR interpolator
arm_fir_lattice_instance_f32 Instance structure for the floating-point FIR lattice filter
arm_fir_lattice_instance_q15 Instance structure for the Q15 FIR lattice filter
arm_fir_lattice_instance_q31 Instance structure for the Q31 FIR lattice filter
arm_fir_sparse_instance_f32 Instance structure for the floating-point sparse FIR filter
arm_fir_sparse_instance_q15 Instance structure for the Q15 sparse FIR filter
arm_fir_sparse_instance_q31 Instance structure for the Q31 sparse FIR filter
arm_fir_sparse_instance_q7 Instance structure for the Q7 sparse FIR filter
arm_iir_lattice_instance_f32 Instance structure for the floating-point IIR lattice filter
arm_iir_lattice_instance_q15 Instance structure for the Q15 IIR lattice filter
arm_iir_lattice_instance_q31 Instance structure for the Q31 IIR lattice filter
arm_linear_interp_instance_f32 Instance structure for the floating-point Linear Interpolate function
arm_lms_instance_f32 Instance structure for the floating-point LMS filter
arm_lms_instance_q15 Instance structure for the Q15 LMS filter
arm_lms_instance_q31 Instance structure for the Q31 LMS filter
arm_lms_norm_instance_f32 Instance structure for the floating-point normalized LMS filter
arm_lms_norm_instance_q15 Instance structure for the Q15 normalized LMS filter
arm_lms_norm_instance_q31 Instance structure for the Q31 normalized LMS filter
arm_matrix_instance_f32 Instance structure for the floating-point matrix structure
arm_matrix_instance_f64 Instance structure for the floating-point matrix structure
arm_matrix_instance_q15 Instance structure for the Q15 matrix structure
arm_matrix_instance_q31 Instance structure for the Q31 matrix structure
arm_pid_instance_f32 Instance structure for the floating-point PID Control
arm_pid_instance_q15 Instance structure for the Q15 PID Control
arm_pid_instance_q31 Instance structure for the Q31 PID Control
arm_rfft_fast_instance_f32 Instance structure for the floating-point RFFT/RIFFT function
arm_rfft_instance_f32 Instance structure for the floating-point RFFT/RIFFT function
arm_rfft_instance_q15 Instance structure for the Q15 RFFT/RIFFT function
arm_rfft_instance_q31 Instance structure for the Q31 RFFT/RIFFT function
ErrorReporter A functor that reports error to supporting system
FlatBufferBuilder Helper class to hold data needed in creation of a FlatBuffer
OpResolver Abstract interface that returns TfLiteRegistrations given op codes or custom op names

Code

_kiss_fft_guts.h [code]
activation_utils.h [code]
activations.cc [code]
add.cc [code]
add.h [code]
integer_ops/add.h [code]
all_ops_resolver.cc [code]
all_ops_resolver.h [code]
arg_min_max.cc [code]
arg_min_max.h [code]
arm_bitreversal.c [code]
arm_cfft_q15.c [code]
arm_cfft_radix4_q15.c [code]
arm_cmplx_mag_squared_q10p6.c [code]
arm_common_tables.c [code]
arm_common_tables.h [code]
arm_const_structs.c [code]
arm_const_structs.h [code]
arm_math.h [code]
arm_max_q7.c [code]
arm_mean_q15.c [code]
arm_mult_q15.c [code]
arm_rfft_init_q15.c [code]
arm_rfft_q15.c [code]
base.h [code]
binary_function.h [code]
builtin_op_data.h [code]
c_api_internal.c [code]
c_api_internal.h [code]
ceil.cc [code]
ceil.h [code]
cmsis_compiler.h [code] CMSIS compiler generic header file
cmsis_gcc.h [code] CMSIS compiler GCC header file
cmsis_version.h [code] CMSIS Core(M) Version definitions
common.h [code]
comparisons.cc [code]
comparisons.h [code]
experimental/micro/compatibility.h [code]
kernels/internal/compatibility.h [code]
constants.cc [code]
constants.h [code]
conv.cc [code]
conv.h [code]
integer_ops/conv.h [code]
core_cm3.h [code] CMSIS Cortex-M3 Core Peripheral Access Layer Header File
debug_log.cc [code]
debug_log.h [code]
debug_log_numbers.cc [code]
debug_log_numbers.h [code]
depthwise_conv.cc [code]
depthwise_conv.h [code]
depthwiseconv_float.h [code]
depthwiseconv_uint8.h [code]
dequantize.cc [code]
dequantize.h [code]
detect_platform.h [code]
elementwise.cc [code]
error_reporter.cc [code]
error_reporter.h [code]
fixedpoint.h [code]
fixedpoint_sse.h [code]
flatbuffer_conversions.cc [code]
flatbuffer_conversions.h [code]
flatbuffers.h [code]
floor.cc [code]
floor.h [code]
fully_connected.cc [code]
fully_connected.h [code]
integer_ops/fully_connected.h [code]
greedy_memory_planner.cc [code]
greedy_memory_planner.h [code]
inputdata.h [code]
kernel_util.cc [code]
kernel_util.h [code]
kiss_fft.h [code]
kiss_fftr.h [code]
linear_memory_planner.cc [code]
linear_memory_planner.h [code]
logical.cc [code]
logistic.cc [code]
logistic.h [code]
main.cc [code]
main_functions.cc [code]
main_functions.h [code]
maximum_minimum.cc [code]
maximum_minimum.h [code]
memory_helpers.cc [code]
memory_helpers.h [code]
memory_planner.h [code]
micro_allocator.cc [code]
micro_allocator.h [code]
micro_error_reporter.cc [code]
micro_error_reporter.h [code]
micro_interpreter.cc [code]
micro_interpreter.h [code]
micro_mutable_op_resolver.cc [code]
micro_mutable_op_resolver.h [code]
micro_ops.h [code]
micro_optional_debug_tools.cc [code]
micro_optional_debug_tools.h [code]
micro_test.h [code]
micro_utils.cc [code]
kernels/micro_utils.h [code]
micro_utils.h [code]
mnist_model_data.cc [code]
mnist_model_data.h [code]
neg.cc [code]
neg.h [code]
neon_check.h [code]
op_macros.h [code]
op_resolver.cc [code]
op_resolver.h [code]
output_handler.cc [code]
output_handler.h [code]
pack.cc [code]
padding.h [code]
pooling.cc [code]
integer_ops/pooling.h [code]
pooling.h [code]
prelu.cc [code]
prelu.h [code]
process_broadcast_shapes.h [code]
quantization_util.cc [code]
quantization_util.h [code]
quantize.cc [code]
quantize.h [code]
reshape.cc [code]
round.cc [code]
reference/round.h [code]
round.h [code]
schema_generated.h [code]
simple_memory_allocator.cc [code]
simple_memory_allocator.h [code]
softmax.cc [code]
softmax.h [code]
split.cc [code]
stl_emulation.h [code]
strided_slice.cc [code]
strided_slice.h [code]
strided_slice_logic.h [code]
string_type.h [code]
string_util.h [code]
svdf.cc [code]
tensor.h [code]
tensor_ctypes.h [code]
tensor_utils.cc [code]
tensor_utils.h [code]
test_helpers.cc [code]
test_helpers.h [code]
test_utils.h [code]
types.h [code]
unpack.cc [code]
core/public/version.h [code]
lite/version.h [code]

Namespaces