Searched defs:InputWithFixedDType (Results 1 – 2 of 2) sorted by relevance
86 struct InputWithFixedDType { struct87 DataType dtype;88 ParamIndex index;89 bool is_list;
48 using InputWithFixedDType = PythonAPIInfo::InputWithFixedDType; typedef