如何确定变量是否是Lua中的nngraph.Node(Torch7)

时间:2017-05-26 10:08:46

标签: lua torch

假设有一个名为a的变量, print(a)的输出为nngraph.Node(来自torch7包) 和 print(type(a))的输出为table

如何使用if来确定变量是否为nngraph.Node

声明

if a== nngraph.Node then

if a== "nngraph.Node" then

都不正确!

0 个答案:

没有答案