通过阅读 python 的谷歌风格指南,我看到了这个:
import tensorflow as tf
我也看到了类似的 numpy:
import numpy as np
我知道这是为了解决名称冲突,但我已经看到它被使用,即使它是唯一具有该名称的导入/变量。为什么?
慕姐4208626
相关分类