Home
last modified time | relevance | path

Searched defs:OpRegistrationData (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dop_def_builder.h42 struct OpRegistrationData { struct
44 OpRegistrationData() {} in OpRegistrationData() argument
45 OpRegistrationData(const OpDef& def) : op_def(def) {} in OpRegistrationData() function
48 : 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;