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

Method OpProfilingString

tensorflow/lite/interpreter.h:460–464  ·  view source on GitHub ↗

Retrieve an operator's description of its work, for profiling purposes.

Source from the content-addressed store, hash-verified

458
459 /// Retrieve an operator's description of its work, for profiling purposes.
460 const char* OpProfilingString(const TfLiteRegistration& op_reg,
461 const TfLiteNode* node) const {
462 if (op_reg.profiling_string == nullptr) return nullptr;
463 return op_reg.profiling_string(context_, node);
464 }
465
466 // Set the value of an external context. TFLite interpreter doesn't take the
467 // memory ownership of this external context 'ctx', and the context should

Callers 1

GetOperatorDetailsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected