(operator, num_runs)
| 207 | |
| 208 | |
| 209 | def RunOperatorMultiple(operator, num_runs): |
| 210 | return C.run_operator_multiple(StringifyProto(operator), num_runs) |
| 211 | |
| 212 | |
| 213 | def RunOperatorsOnce(operators): |
nothing calls this directly
no test coverage detected
searching dependent graphs…