.. |
testdata
|
Internal change
|
2023-03-13 16:09:56 -07:00 |
audio_to_tensor_calculator_test.cc
|
Internal change
|
2023-04-06 02:50:05 -07:00 |
audio_to_tensor_calculator.cc
|
Internal change
|
2023-04-06 02:50:05 -07:00 |
audio_to_tensor_calculator.proto
|
Add volume_gain_db option into AudioToTensorCalculator.
|
2023-02-07 05:14:42 -08:00 |
bert_preprocessor_calculator_test.cc
|
Internal MediaPipe Tasks change.
|
2023-03-27 17:55:28 -07:00 |
bert_preprocessor_calculator.cc
|
Internal MediaPipe Tasks change
|
2023-06-13 15:05:04 -07:00 |
bert_preprocessor_calculator.proto
|
Remove "All Rights Reserved." in copyright headers.
|
2023-04-25 09:06:29 -07:00 |
BUILD
|
Internal MediaPipe Tasks change
|
2023-06-13 15:05:04 -07:00 |
feedback_tensors_calculator_test.cc
|
Internal change
|
2022-09-28 21:32:36 +00:00 |
feedback_tensors_calculator.cc
|
Internal change
|
2022-09-28 21:32:36 +00:00 |
feedback_tensors_calculator.proto
|
Internal change
|
2022-09-28 21:32:36 +00:00 |
image_to_tensor_calculator_test.cc
|
Internal change
|
2023-04-06 02:50:05 -07:00 |
image_to_tensor_calculator.cc
|
Internal change
|
2023-04-11 03:23:24 -07:00 |
image_to_tensor_calculator.proto
|
ImageToTensorCalculator decides the output tensor size in runtime from the input image size.
|
2023-02-23 14:18:31 -08:00 |
image_to_tensor_converter_frame_buffer.cc
|
Make uploading to GPU optional in Image.GetGpuBuffer().
|
2023-05-03 05:57:58 -07:00 |
image_to_tensor_converter_frame_buffer.h
|
Internal change
|
2023-04-11 03:23:24 -07:00 |
image_to_tensor_converter_gl_buffer.cc
|
Fix RGBA vs RGB selection when creating GLTexture.
|
2023-01-05 07:58:07 -08:00 |
image_to_tensor_converter_gl_buffer.h
|
Project import generated by Copybara.
|
2021-02-27 03:30:05 -05:00 |
image_to_tensor_converter_gl_texture.cc
|
Internal change
|
2022-12-20 11:04:42 -08:00 |
image_to_tensor_converter_gl_texture.h
|
Project import generated by Copybara.
|
2022-03-21 12:12:39 -07:00 |
image_to_tensor_converter_gl_utils_test.cc
|
Project import generated by Copybara.
|
2022-03-21 12:12:39 -07:00 |
image_to_tensor_converter_gl_utils.cc
|
Project import generated by Copybara.
|
2022-03-21 12:12:39 -07:00 |
image_to_tensor_converter_gl_utils.h
|
Project import generated by Copybara.
|
2022-03-21 12:12:39 -07:00 |
image_to_tensor_converter_metal.cc
|
Tensor: Make tensor not requiring "-x objective-c++" option.
|
2023-01-23 11:00:35 -08:00 |
image_to_tensor_converter_metal.h
|
Project import generated by Copybara.
|
2021-02-27 03:30:05 -05:00 |
image_to_tensor_converter_opencv.cc
|
Internal change
|
2023-04-05 23:24:55 -07:00 |
image_to_tensor_converter_opencv.h
|
Project import generated by Copybara.
|
2022-03-21 12:12:39 -07:00 |
image_to_tensor_converter.h
|
Extracted common logics from the ImageToTensorCalculator such that it can be
|
2022-11-01 18:43:46 -07:00 |
image_to_tensor_utils_test.cc
|
ImageToTensorCalculator decides the output tensor size in runtime from the input image size.
|
2023-02-23 14:18:31 -08:00 |
image_to_tensor_utils.cc
|
Internal change
|
2022-11-21 13:06:47 -08:00 |
image_to_tensor_utils.h
|
ImageToTensorCalculator decides the output tensor size in runtime from the input image size.
|
2023-02-23 14:18:31 -08:00 |
inference_calculator_cpu.cc
|
Internal change
|
2023-04-14 11:44:36 -07:00 |
inference_calculator_face_detection_test.cc
|
Project import generated by Copybara.
|
2022-06-28 12:11:05 +00:00 |
inference_calculator_gl_advanced.cc
|
Add more details to the invoke call trace.
|
2023-03-16 10:37:32 -07:00 |
inference_calculator_gl.cc
|
Return error status when any tflite input and output tensor doesn't have valid dimensionality information that is needed to allocate Gl/Metal buffer before calling ModifyGraphWithDelegate.
|
2022-11-18 12:44:55 -08:00 |
inference_calculator_metal.cc
|
Tensor: Make tensor not requiring "-x objective-c++" option.
|
2023-01-23 11:00:35 -08:00 |
inference_calculator_test.cc
|
Project import generated by Copybara.
|
2022-09-06 21:46:17 +00:00 |
inference_calculator_utils.cc
|
Project import generated by Copybara.
|
2022-09-09 01:35:36 +00:00 |
inference_calculator_utils.h
|
Project import generated by Copybara.
|
2022-09-07 17:47:04 +00:00 |
inference_calculator_xnnpack.cc
|
Do not explicitly set XNNPACK delegate flags.
|
2023-03-31 00:59:29 -07:00 |
inference_calculator.cc
|
Internal change
|
2023-04-14 11:44:36 -07:00 |
inference_calculator.h
|
Internal change
|
2023-04-14 11:44:36 -07:00 |
inference_calculator.proto
|
Add missing import to InferenceCalculator.proto
|
2022-12-07 10:52:17 -08:00 |
inference_interpreter_delegate_runner.cc
|
Internal MediaPipe Tasks change
|
2023-06-13 15:05:04 -07:00 |
inference_interpreter_delegate_runner.h
|
Internal change
|
2023-04-14 11:44:36 -07:00 |
inference_runner.h
|
Add CPU invoke to Perfetto trace
|
2022-11-01 17:50:39 -07:00 |
landmarks_to_tensor_calculator_test.cc
|
Project import generated by Copybara.
|
2022-09-06 21:46:17 +00:00 |
landmarks_to_tensor_calculator.cc
|
Project import generated by Copybara.
|
2022-09-06 21:46:17 +00:00 |
landmarks_to_tensor_calculator.h
|
Project import generated by Copybara.
|
2022-09-06 21:46:17 +00:00 |
landmarks_to_tensor_calculator.proto
|
Project import generated by Copybara.
|
2021-09-13 21:35:51 -04:00 |
regex_preprocessor_calculator_test.cc
|
Internal cleanup for text-domain unit tests.
|
2022-10-19 10:31:21 -07:00 |
regex_preprocessor_calculator.cc
|
Internal MediaPipe Tasks change
|
2023-06-13 15:05:04 -07:00 |
regex_preprocessor_calculator.proto
|
Remove "All Rights Reserved." in copyright headers.
|
2023-04-25 09:06:29 -07:00 |
tensor_converter_calculator_test.cc
|
Internal change
|
2023-04-05 23:24:55 -07:00 |
tensor_converter_calculator.cc
|
Internal change
|
2023-04-06 02:50:05 -07:00 |
tensor_converter_calculator.proto
|
Project import generated by Copybara.
|
2020-11-04 19:09:58 -05:00 |
tensors_dequantization_calculator_test.cc
|
Add a string-to-bool test model to TextClassifier.
|
2022-10-08 09:44:08 -07:00 |
tensors_dequantization_calculator.cc
|
Internal change
|
2023-04-06 02:50:05 -07:00 |
tensors_readback_calculator.proto
|
internal change
|
2023-03-19 16:07:32 -07:00 |
tensors_to_audio_calculator_test.cc
|
Internal change
|
2023-04-06 02:50:05 -07:00 |
tensors_to_audio_calculator.cc
|
Add volume_gain_db option to TensorsToAudioCalculator.
|
2023-03-08 14:57:29 -08:00 |
tensors_to_audio_calculator.proto
|
Add volume_gain_db option to TensorsToAudioCalculator.
|
2023-03-08 14:57:29 -08:00 |
tensors_to_classification_calculator_test.cc
|
Internal change
|
2023-04-06 02:50:05 -07:00 |
tensors_to_classification_calculator.cc
|
Internal change
|
2023-04-05 23:24:55 -07:00 |
tensors_to_classification_calculator.proto
|
Internal change
|
2022-10-25 12:53:39 -07:00 |
tensors_to_detections_calculator.cc
|
Use box_output_format to decide keypoint order
|
2023-02-17 10:30:57 -08:00 |
tensors_to_detections_calculator.proto
|
Use box_output_format to decide keypoint order
|
2023-02-17 10:30:57 -08:00 |
tensors_to_floats_calculator_test.cc
|
Internal change
|
2023-04-06 02:50:05 -07:00 |
tensors_to_floats_calculator.cc
|
Project import generated by Copybara.
|
2022-09-06 21:46:17 +00:00 |
tensors_to_floats_calculator.proto
|
Project import generated by Copybara.
|
2020-12-09 22:43:33 -05:00 |
tensors_to_landmarks_calculator.cc
|
Project import generated by Copybara.
|
2022-09-06 21:46:17 +00:00 |
tensors_to_landmarks_calculator.proto
|
Project import generated by Copybara.
|
2020-12-09 22:43:33 -05:00 |
tensors_to_segmentation_calculator.cc
|
Tensor: Make tensor not requiring "-x objective-c++" option.
|
2023-01-23 11:00:35 -08:00 |
tensors_to_segmentation_calculator.proto
|
Project import generated by Copybara.
|
2021-06-03 17:04:35 -04:00 |
text_to_tensor_calculator_test.cc
|
Open-sources TextToTensorCalculator.
|
2022-10-18 08:28:53 -07:00 |
text_to_tensor_calculator.cc
|
Internal change
|
2022-09-28 16:47:33 -07:00 |
tflite_delegate_ptr.h
|
Internal change
|
2023-04-14 11:44:36 -07:00 |
universal_sentence_encoder_preprocessor_calculator_test.cc
|
Open-sources UniversalSentenceEncoderPreprocessorCalculator.
|
2022-10-19 09:20:38 -07:00 |
universal_sentence_encoder_preprocessor_calculator.cc
|
Adds a preprocessor for Universal Sentence Encoder models.
|
2022-10-14 21:38:28 -07:00 |