Home
last modified time | relevance | path

Searched refs:kInvalidValue (Results 1 – 5 of 5) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomVariable.cpp67 auto head = lower == kInvalidValue ? mChoices.begin() in setRange()
69 auto tail = upper == kInvalidValue ? mChoices.end() in setRange()
244 return check(lhs, rhs) ? 0 : kInvalidValue; in eval()
381 return rhs == 0 ? kInvalidValue : lhs / rhs; in eval()
397 return (rhs == 0 || lhs % rhs != 0) ? kInvalidValue : lhs / rhs; in eval()
405 return rhs == 0 ? kInvalidValue : lhs % rhs; in eval()
677 if (var->value == kInvalidValue) return false; in eval()
DRandomVariable.h35 static const int kInvalidValue = INT_MIN; variable
DRandomGraphGenerator.cpp106 for (auto& dim : out->dimensions) dim.setRange(1, kInvalidValue); in RandomOperation()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DBoundingBox.cpp189 heatmapSize.setRange(2, kInvalidValue); in heatmapMaxKeypointConstructor()
DSelection.cpp199 k.setRange(1, kInvalidValue); in topKConstructor()