File image_to_tensor_converter_gl_buffer.cc
FileList > calculators > tensor > image_to_tensor_converter_gl_buffer.cc
Go to the source code of this file
#include "mediapipe/calculators/tensor/image_to_tensor_converter_gl_buffer.h"#include "mediapipe/framework/port.h"#include <array>#include <memory>#include <vector>#include "absl/strings/str_cat.h"#include "mediapipe/calculators/tensor/image_to_tensor_converter.h"#include "mediapipe/calculators/tensor/image_to_tensor_converter_gl_utils.h"#include "mediapipe/calculators/tensor/image_to_tensor_utils.h"#include "mediapipe/framework/calculator_framework.h"#include "mediapipe/framework/formats/image.h"#include "mediapipe/framework/formats/tensor.h"#include "mediapipe/framework/port/canonical_errors.h"#include "mediapipe/framework/port/ret_check.h"#include "mediapipe/framework/port/status.h"#include "mediapipe/framework/port/statusor.h"#include "mediapipe/gpu/gl_calculator_helper.h"#include "tensorflow/lite/delegates/gpu/common/shape.h"#include "tensorflow/lite/delegates/gpu/common/types.h"#include "tensorflow/lite/delegates/gpu/gl/command_queue.h"#include "tensorflow/lite/delegates/gpu/gl/converters/util.h"#include "tensorflow/lite/delegates/gpu/gl/gl_buffer.h"#include "tensorflow/lite/delegates/gpu/gl/gl_call.h"#include "tensorflow/lite/delegates/gpu/gl/gl_texture.h"#include "tensorflow/lite/delegates/gpu/gl/request_gpu_info.h"#include "tensorflow/lite/delegates/gpu/gl/variable.h"
Namespaces
| Type | Name |
|---|---|
| namespace | mediapipe |
| namespace | anonymous_namespace{image_to_tensor_converter_gl_buffer.cc} |
Classes
| Type | Name |
|---|---|
| class | ImageToTensorGlBufferConverter |
| class | SubRectExtractorGl |
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/calculators/tensor/image_to_tensor_converter_gl_buffer.cc