Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dquantize_builder.cc63 OpBuilder* CreateQuantizeBuilder(GraphBuilder* graph_builder, int op_type) { in CreateQuantizeBuilder() function
Dop_factory.h55 OpBuilder* CreateQuantizeBuilder(GraphBuilder* graph_builder, int op_type);
Dop_builder.cc149 return CreateQuantizeBuilder(this, OP_Requantize_8to8); in CreateOpBuilderFromTfLiteOp()