torch.fx.experimental.symbolic_shapes.is_concrete_int¶ torch.fx.experimental.symbolic_shapes.is_concrete_int(a)[源代码]¶ 实用程序用于检查 SymInt 中的基础对象是否为具体值。如果传递了整数,也会返回 True。 参数 a (SymInt 或 int) – 要测试是否为整数的对象 返回类型 bool