Home
last modified time | relevance | path

Searched refs:CreatePool2DBuilder (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
H A Dop_builder.cc107 return CreatePool2DBuilder(this, OP_QuantizedAvgPool_8); in CreateOpBuilderFromTfLiteOp()
109 return CreatePool2DBuilder(this, OP_QuantizedMaxPool_8); in CreateOpBuilderFromTfLiteOp()
H A Dop_factory.h35 OpBuilder* CreatePool2DBuilder(GraphBuilder* graph_builder, int op_type);
H A Dpool_2d_builder.cc118 OpBuilder* CreatePool2DBuilder(GraphBuilder* graph_builder, int op_type) { in CreatePool2DBuilder() function