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

Function HasZeroes

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

Source from the content-addressed store, hash-verified

355}
356
357bool HasZeroes(TfLiteIntArrayView array) {
358 for (auto value : array) {
359 if (value == 0) {
360 return true;
361 }
362 }
363 return false;
364}
365
366// Bit mask for tensor flags.
367enum {

Callers 1

MapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected