评价此页

torch.fx.experimental.symbolic_shapes.is_concrete_float#

torch.fx.experimental.symbolic_shapes.is_concrete_float(a)[source]#

Utility to check if underlying object in SymInt is concrete value. Also returns true if integer is passed in.

参数

a (SymInt or float) – Object to test if it float

返回类型

布尔值