venite's picture
initial
f670afc
raw
history blame contribute delete
423 Bytes
# Copyright (C) 2021 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# This work is made available under the Nvidia Source Code License-NC.
# To view a copy of this license, check out LICENSE.md
from .common import tensor2im, tensor2flow, tensor2label, tensor2pilimage
from .common import save_tensor_image
__all__ = ['tensor2im', 'tensor2flow', 'tensor2label', 'tensor2pilimage',
'save_tensor_image']