示例#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)