Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dop_factory.h31 OpBuilder* CreateConcatBuilder(GraphBuilder* graph_builder, int op_type);
Dconcat_builder.cc138 OpBuilder* CreateConcatBuilder(GraphBuilder* graph_builder, int op_type) { in CreateConcatBuilder() function
Dop_builder.cc111 return CreateConcatBuilder(this, OP_QuantizedConcat_8); in CreateOpBuilderFromTfLiteOp()