예제 #1
0
def custom_abs(output: Output):
    # Custom nodes can be inserted as Preprocessing steps
    return ops.abs(output)
예제 #2
0
 def custom_preprocess(output: Output):
     return ops.abs(output)