Searched defs:OpRegistrationData (Results 1 – 3 of 3) sorted by relevance
63 struct OpRegistrationData { struct65 OpRegistrationData() {} in OpRegistrationData() argument66 OpRegistrationData(const OpDef& def) : op_def(def) {} in OpRegistrationData() function69 : op_def(def), shape_inference_fn(fn), is_function_op(is_function) {} in op_def()71 OpDef op_def;72 OpShapeInferenceFn shape_inference_fn;98 OpTypeConstructor type_ctor;123 ForwardTypeInferenceFn fwd_type_fn;129 ForwardTypeInferenceFn rev_type_fn;134 int rev_type_input;[all …]
240 const tensorflow::OpRegistrationData *, bool, in TEST_F()241 tensorflow::AttrValueMap *) { in TEST_F()
30 class OpRegistrationData; variable