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

Function IsFloat

tensorflow/lite/delegates/nnapi/nnapi_delegate.cc:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 } while (0)
70
71bool IsFloat(TfLiteType type) {
72 switch (type) {
73 case kTfLiteFloat32:
74 return true;
75 default:
76 return false;
77 }
78}
79
80bool IsFloatOrUInt8(TfLiteType type) {
81 switch (type) {

Callers 5

IsFloatOperatorFunction · 0.85
IsFloatOrQuant8OperatorFunction · 0.85
IsHybridOperatorFunction · 0.85
MapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected