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