(operator, blobs)
| 199 | |
| 200 | |
| 201 | def GetOperatorCost(operator, blobs): |
| 202 | return C.get_operator_cost(StringifyProto(operator), blobs) |
| 203 | |
| 204 | |
| 205 | def RunOperatorOnce(operator): |
nothing calls this directly
no test coverage detected
searching dependent graphs…