Searched defs:OpRegistrationData (Results 1 – 1 of 1) sorted by relevance
39 struct OpRegistrationData { struct41 OpRegistrationData() {} in OpRegistrationData() function42 OpRegistrationData(const OpDef& def) : op_def(def) {} in OpRegistrationData() function45 : op_def(def), shape_inference_fn(fn), is_function_op(is_function) {} in op_def()47 OpDef op_def;48 OpShapeInferenceFn shape_inference_fn;49 bool is_function_op = false;