File text_to_binary_graph.cc
FileList > framework > tool > text_to_binary_graph.cc
Go to the source code of this file
#include <stdlib.h>
#include <fstream>
#include <string>
#include "absl/flags/flag.h"
#include "absl/flags/parse.h"
#include "absl/log/absl_log.h"
#include "mediapipe/framework/calculator.pb.h"
#include "mediapipe/framework/port/advanced_proto_inc.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.h"
Namespaces
Type | Name |
---|---|
namespace | mediapipe |
Public Functions
Type | Name |
---|---|
ABSL_FLAG (std::string, proto_source, "", "The template source file containing CalculatorGraphConfig " "protobuf text with inline template params.") |
|
ABSL_FLAG (std::string, proto_output, "", "An output template file in binary CalculatorGraphTemplate form.") |
|
int | main (int argc, char ** argv) |
Macros
Type | Name |
---|---|
define | EXIT_IF_ERROR (status) /* multi line expression */ |
Public Functions Documentation
function ABSL_FLAG
ABSL_FLAG (
std::string,
proto_source,
"",
"The template source file containing CalculatorGraphConfig " "protobuf text with inline template params."
)
function ABSL_FLAG
ABSL_FLAG (
std::string,
proto_output,
"",
"An output template file in binary CalculatorGraphTemplate form."
)
function main
int main (
int argc,
char ** argv
)
Macro Definition Documentation
define EXIT_IF_ERROR
#define EXIT_IF_ERROR (
status
) `/* multi line expression */`
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/framework/tool/text_to_binary_graph.cc