MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / main

Function main

tensorflow/lite/schema/builtin_ops_header/generate.cc:20–25  ·  view source on GitHub ↗

This executable is used to generate builtin_ops.h in TensorFlow Lite. Please see README.md for more details.

Source from the content-addressed store, hash-verified

18// This executable is used to generate builtin_ops.h in TensorFlow Lite.
19// Please see README.md for more details.
20int main() {
21 if (!tflite::builtin_ops_header::GenerateHeader(std::cout)) {
22 std::cerr << "Failed to generate the header file.\n";
23 }
24 return 0;
25}

Callers

nothing calls this directly

Calls 1

GenerateHeaderFunction · 0.70

Tested by

no test coverage detected