Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_def_builder.h63 struct OpRegistrationData { struct
65 OpRegistrationData() {} in OpRegistrationData() argument
66 OpRegistrationData(const OpDef& def) : op_def(def) {} in OpRegistrationData() function
69 : 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/utils/
H A Dshape_inference_utils_test.cc240 const tensorflow::OpRegistrationData *, bool, in TEST_F()
241 tensorflow::AttrValueMap *) { in TEST_F()
H A Dshape_inference_utils.h30 class OpRegistrationData; variable