Searched refs:IsScalar (Results 1 – 2 of 2) sorted by relevance
77 if not op.type.IsScalar():95 op_info["data"] = FormatArray(op.value, op.type.IsScalar())200 ret[-1]["data"] = FormatArray(op.value, op.type.IsScalar())
222 def IsScalar(self): member in Type972 if type(p) is Parameter and not p.type.IsScalar() and p.value is not None