Home
last modified time | relevance | path

Searched refs:OpShapeInferenceFn (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dop_def_builder.h37 OpShapeInferenceFn; typedef
43 OpRegistrationData(const OpDef& def, const OpShapeInferenceFn& fn,
48 OpShapeInferenceFn shape_inference_fn;
Dshape_inference_testutil_test.cc36 static OpShapeInferenceFn* global_fn_ptr = nullptr;
52 const string& expected_outs, OpShapeInferenceFn fn) { in RunInferShapes()
Dop_def_builder_test.cc44 OpShapeInferenceFn* shape_fn_out = nullptr) { in ExpectSuccess()
Dop_def_builder.cc630 op_reg_data_.shape_inference_fn = OpShapeInferenceFn(fn); in SetShapeFn()