File inference_calculator.cc
FileList > calculators > tensor > inference_calculator.cc
Go to the source code of this file
#include "mediapipe/calculators/tensor/inference_calculator.h"#include <memory>#include <string>#include <utility>#include <vector>#include "absl/status/status.h"#include "absl/status/statusor.h"#include "absl/strings/str_cat.h"#include "absl/strings/string_view.h"#include "mediapipe/calculators/tensor/inference_calculator.pb.h"#include "mediapipe/framework/api2/node.h"#include "mediapipe/framework/api2/packet.h"#include "mediapipe/framework/calculator_framework.h"#include "mediapipe/framework/port/ret_check.h"#include "mediapipe/framework/port/status_macros.h"#include "mediapipe/framework/tool/subgraph_expansion.h"#include "mediapipe/util/tflite/tflite_model_loader.h"#include "tensorflow/lite/core/api/op_resolver.h"#include "tensorflow/lite/kernels/register.h"
Namespaces
| Type | Name |
|---|---|
| namespace | mediapipe |
| namespace | api2 |
Classes
| Type | Name |
|---|---|
| class | InferenceCalculatorSelectorImpl |
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/calculators/tensor/inference_calculator.cc