Searched defs:InputsWithTypeAttr (Results 1 – 2 of 2) sorted by relevance
94 struct InputsWithTypeAttr { struct95 Attribute* type_attr; // not owned.96 DataType default_dtype; // DT_INVALID if no default.97 std::vector<ParamIndex> tensor_params; // single-tensor inputs.98 std::vector<ParamIndex> tensor_list_params; // list(tensor) inputs.99 std::vector<DataType> ok_dtypes;
49 using InputsWithTypeAttr = PythonAPIInfo::InputsWithTypeAttr; typedef