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

Function IsFloatOperator

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

Source from the content-addressed store, hash-verified

117}
118
119bool IsFloatOperator(const TfLiteContext* context, const TfLiteNode* node) {
120 const auto input_type = context->tensors[node->inputs->data[0]].type;
121 return IsFloat(input_type);
122}
123
124bool IsFloatOrUint8Operator(const TfLiteContext* context,
125 const TfLiteNode* node) {

Callers 1

MapMethod · 0.85

Calls 1

IsFloatFunction · 0.85

Tested by

no test coverage detected