Searched defs:OpConverterParams (Results 1 – 1 of 1) sorted by relevance
347 struct OpConverterParams { struct348 OpConverterParams(Converter* arg_converter, const NodeDef& arg_node_def, in OpConverterParams() function367 using OpConverter = std::function<Status(OpConverterParams*)>; argument