def setUp(self): ops.load_library(get_custom_class_library_path())
def setUp(self): self.library_path = get_custom_op_library_path() ops.load_library(self.library_path)