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

Function main

tensorflow/compiler/tf2xla/tf2xla_supported_ops_main.cc:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#include "tensorflow/compiler/tf2xla/tf2xla_supported_ops.h"
17
18int main(int argc, char** argv) {
19 const char* regen_run =
20 "bazel run -c opt -- tensorflow/compiler/tf2xla:tf2xla_supported_ops";
21 tensorflow::tf2xla::SupportedOpsMain(argc, argv, regen_run);
22}

Callers

nothing calls this directly

Calls 1

SupportedOpsMainFunction · 0.85

Tested by

no test coverage detected