File tflite_gpu_runner.cc
FileList > mediapipe > util > tflite > tflite_gpu_runner.cc
Go to the source code of this file
#include "mediapipe/util/tflite/tflite_gpu_runner.h"#include <cstdint>#include <memory>#include <utility>#include <vector>#include "absl/log/absl_log.h"#include "absl/status/status.h"#include "absl/status/statusor.h"#include "mediapipe/framework/port/canonical_errors.h"#include "mediapipe/framework/port/logging.h"#include "mediapipe/framework/port/ret_check.h"#include "mediapipe/framework/port/status_macros.h"#include "mediapipe/gpu/gl_base.h"#include "tensorflow/lite/core/api/op_resolver.h"#include "tensorflow/lite/core/interpreter_builder.h"#include "tensorflow/lite/delegates/gpu/api.h"#include "tensorflow/lite/delegates/gpu/common/data_type.h"#include "tensorflow/lite/delegates/gpu/common/model.h"#include "tensorflow/lite/delegates/gpu/common/model_builder.h"#include "tensorflow/lite/delegates/gpu/gl/api2.h"#include "tensorflow/lite/interpreter.h"#include "tensorflow/lite/model.h"#include "tensorflow/lite/model_builder.h"
Namespaces
| Type | Name |
|---|---|
| namespace | tflite |
| namespace | gpu |
| namespace | anonymous_namespace{tflite_gpu_runner.cc} |
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/util/tflite/tflite_gpu_runner.cc