Searched refs:CountTrueOutputs (Results 1 – 4 of 4) sorted by relevance
46 if (CountTrueOutputs(*model, *op) > 1) { in Run()
47 if (CountTrueOutputs(*model, *src_op) > 1) { in Run()
64 int CountTrueOutputs(const Model& model, const Operator& op);
132 int CountTrueOutputs(const Model& model, const Operator& op) { in CountTrueOutputs() function