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.h39 struct OpRegistrationData { struct
41 OpRegistrationData() {} in OpRegistrationData() function
42 OpRegistrationData(const OpDef& def) : op_def(def) {} in OpRegistrationData() function
45 : 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;