Home
last modified time | relevance | path

Searched refs:GetTFLiteOpName (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc146 const char* GetTFLiteOpName(const TfLiteRegistration& op_reg) { in GetTFLiteOpName() function
1029 if (profiler_) op_name = GetTFLiteOpName(registration); in Invoke()