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