Searched defs:evalOrder (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | RandomVariable.cpp | 732 static inline bool needEvaluate(const EvaluationOrder& evalOrder, int subnetTime, in needEvaluate() 745 static void evalSubnetHelper(const EvaluationOrder& evalOrder, EvalContext* context, size_t i = 0) { in evalSubnetHelper() 767 static inline bool isSingleOpSubnet(const EvaluationOrder& evalOrder) { in isSingleOpSubnet() 777 static inline void evalSubnetSingleOpHelper(const EvaluationOrder& evalOrder, in evalSubnetSingleOpHelper() 790 static inline uint64_t getNumCombinations(const EvaluationOrder& evalOrder, in getNumCombinations() 808 static bool evalSubnetWithBruteForce(const EvaluationOrder& evalOrder, EvalContext* context) { in evalSubnetWithBruteForce() 834 EvaluationOrder evalOrder; member 862 std::vector<LocalNetwork> partition(const EvaluationOrder& evalOrder, int timestamp) { in partition() 918 void annotateBridge(const EvaluationOrder& evalOrder) { in annotateBridge() 991 static bool evalSubnetWithLocalNetwork(const EvaluationOrder& evalOrder, int timestamp, in evalSubnetWithLocalNetwork() [all …]
|