mediapipe/mediapipe/calculators
Nikolay Chirkov 1124569c29 Tensor: Make tensor not requiring "-x objective-c++" option.
In this case tensor.h is compiled differently for C++ and Objective-C++ that violates ODR (once definition rule). Tensor has no virtual methods conditionally compiled but some Metal-related data members. Instead, unique_ptr to MtlResources that is declared as forward structure is unconditionally defined in the tensor class. MtlResources is defined differently in cc-file only that compiled just once per project so no ODR violation is here.

PiperOrigin-RevId: 504029286
2023-01-23 11:00:35 -08:00
..
audio Add SQRT_HANN window type to both SpectrogramCalculator and InverseSpectrogramCalculator. 2023-01-18 19:42:13 -08:00
core Allow split_vector_calculator to be build with iOS and MEDIAPIPE_DISABLE_GPU 2023-01-06 21:45:15 -08:00
image Internal change 2023-01-06 15:29:19 -08:00
internal Internal change 2022-12-15 17:52:43 -08:00
tensor Tensor: Make tensor not requiring "-x objective-c++" option. 2023-01-23 11:00:35 -08:00
tensorflow Internal change 2023-01-19 07:20:04 -08:00
tflite Open up mediapipe framework's visibility. 2022-11-29 10:19:44 -08:00
util Add process_timestamp_bounds into RectToRenderScaleCalculatorOptions. 2023-01-18 08:02:47 -08:00
video Internal change 2022-12-12 21:30:31 -08:00