Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dcast_builder.cc86 OpBuilder* CreateCastBuilder(GraphBuilder* graph_builder, int op_type) { in CreateCastBuilder() function
Dop_factory.h57 OpBuilder* CreateCastBuilder(GraphBuilder* graph_builder, int op_type);
Dop_builder.cc253 OpBuilder* cast_builder = CreateCastBuilder(this, op_type); in AddCastOp()