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

Method IsOptionalArray

tensorflow/lite/toco/model.h:2353–2355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2351 optional_arrays.insert(name);
2352 }
2353 bool IsOptionalArray(const string& name) const {
2354 return optional_arrays.count(name);
2355 }
2356
2357 // Note that this invalidates all array iterators.
2358 void EraseArray(const string& name) { arrays.erase(name); }

Callers 6

FixNoMissingArrayFunction · 0.80
AvailableArrayNameFunction · 0.80
RunMethod · 0.80
RunMethod · 0.80
ExportOperatorsFunction · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected