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

Method GetRegistration

tensorflow/lite/kernels/test_util.h:590–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588 protected:
589 virtual const std::map<string, TfLiteRegistration*>& GetKernelMap() = 0;
590 TfLiteRegistration* GetRegistration() {
591 return GetKernelMap().at(GetParam());
592 }
593};
594
595// Returns the corresponding TensorType given the type T.

Callers

nothing calls this directly

Calls 2

GetParamFunction · 0.85
atMethod · 0.45

Tested by

no test coverage detected