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

Function IsConstantParameterArray

tensorflow/lite/toco/tooling_util.cc:758–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756}
757
758bool IsConstantParameterArray(const Model& model, const string& name) {
759 if (!model.HasArray(name)) {
760 return false;
761 }
762
763 return !!model.GetArray(name).buffer;
764}
765
766namespace {
767template <ArrayDataType A>

Callers 15

CheckNonExistentIOArraysFunction · 0.85
CheckOperatorOrderingFunction · 0.85
FixOperatorOrderingFunction · 0.85
DedupeConstantArraysFunction · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
ResolveAttributesFunction · 0.85
RunMethod · 0.85
IsTrivialMinMaxFunction · 0.85

Calls 1

HasArrayMethod · 0.80

Tested by

no test coverage detected