- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for GraphTracingFactory (0.35 sec)
-
tensorflow/c/eager/c_api_unified_experimental_graph.cc
std::vector<TF_Output> inputs_; string name_; }; static TracingContext* GraphTracingFactory(const char* name, TF_Status* s) { return new GraphContext(name); } // Register the tracing implemented in this file as the default tracing engine. static bool register_tracing = [] { RegisterTracingEngineFactory("graphdef", GraphTracingFactory); SetDefaultTracingEngine("graphdef").IgnoreError(); return true; }();
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 15.7K bytes - Viewed (0)