Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dop_factory.h65 OpBuilder* CreateRSqrtOpBuilder(GraphBuilder* graph_builder, int op_type);
Drsqrt_builder.cc166 OpBuilder* CreateRSqrtOpBuilder(GraphBuilder* graph_builder, int op_type) { in CreateRSqrtOpBuilder() function
Dop_builder.cc165 return CreateRSqrtOpBuilder(this, OP_QuantizedSqrt_8); in CreateOpBuilderFromTfLiteOp()