Searched defs:OpRegistrationData (Results 1 – 1 of 1) sorted by relevance
42 struct OpRegistrationData { struct44 OpRegistrationData() {} in OpRegistrationData() argument45 OpRegistrationData(const OpDef& def) : op_def(def) {} in OpRegistrationData() function48 : op_def(def), shape_inference_fn(fn), is_function_op(is_function) {} in op_def()50 OpDef op_def;51 OpShapeInferenceFn shape_inference_fn;77 OpTypeConstructor type_ctor;79 bool is_function_op = false;