Beispiel #1
0
def RunOperatorOnce(operator):
    return C.run_operator_once(StringifyProto(operator))
Beispiel #2
0
def RunOperatorOnce(operator):
    return C.run_operator_once(StringifyProto(operator))
Beispiel #3
0
def RunOperatorOnce(operator, legacy_proto=True):
    return C.run_operator_once(StringifyProto(operator), legacy_proto)