Searched defs:ThirdPartyModelParam (Results 1 – 1 of 1) sorted by relevance
40 struct ThirdPartyModelParam { struct41 std::vector<TypeId> input_dtypes;42 std::vector<std::vector<int64_t>> input_shapes;43 std::vector<std::string> input_names;44 std::vector<schema::Format> input_formats;45 std::vector<TypeId> output_dtypes;46 std::vector<std::vector<int64_t>> output_shapes;47 std::vector<std::string> output_names;48 std::vector<schema::Format> output_formats;49 std::map<std::string, std::vector<uint8_t>> extended_parameters;