Home
last modified time | relevance | path

Searched defs:graph_builder (Results 1 – 25 of 90) sorted by relevance

1234

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
H A Dactivation_layer_builder.cc116 OpBuilder* CreateActivationLayerBuilder(GraphBuilder* graph_builder) { in CreateActivationLayerBuilder()
120 OpBuilder* CreateLogisticOpBuilder(GraphBuilder* graph_builder) { in CreateLogisticOpBuilder()
124 OpBuilder* CreateReluOpBuilder(GraphBuilder* graph_builder) { in CreateReluOpBuilder()
128 OpBuilder* CreateReluN1To1OpBuilder(GraphBuilder* graph_builder) { in CreateReluN1To1OpBuilder()
132 OpBuilder* CreateRelu6OpBuilder(GraphBuilder* graph_builder) { in CreateRelu6OpBuilder()
136 OpBuilder* CreateTanhOpBuilder(GraphBuilder* graph_builder) { in CreateTanhOpBuilder()
H A Dpooling_layer_builder.cc125 OpBuilder* CreateAveragePool2dOpBuilder(GraphBuilder* graph_builder) { in CreateAveragePool2dOpBuilder()
129 OpBuilder* CreateMaxPool2dOpBuilder(GraphBuilder* graph_builder) { in CreateMaxPool2dOpBuilder()
133 OpBuilder* CreateMeanOpBuilder(GraphBuilder* graph_builder) { in CreateMeanOpBuilder()
H A Dconvolution_op_builder.cc289 OpBuilder* CreateConvolutionOpBuilder(GraphBuilder* graph_builder) { in CreateConvolutionOpBuilder()
293 OpBuilder* CreateDepthwiseConvolutionOpBuilder(GraphBuilder* graph_builder) { in CreateDepthwiseConvolutionOpBuilder()
298 OpBuilder* CreateTransposeConvolutionOpBuilder(GraphBuilder* graph_builder) { in CreateTransposeConvolutionOpBuilder()
H A Dactivation_layer_builder.h29 explicit ActivationLayerBuilder(GraphBuilder* graph_builder) in ActivationLayerBuilder()
32 explicit ActivationLayerBuilder(GraphBuilder* graph_builder, in ActivationLayerBuilder()
H A Dpad_op_builder.cc91 OpBuilder* CreatePadOpBuilder(GraphBuilder* graph_builder) { in CreatePadOpBuilder()
95 OpBuilder* CreateMirrorPadOpBuilder(GraphBuilder* graph_builder) { in CreateMirrorPadOpBuilder()
H A Dsoftmax_op_builder.h28 explicit SoftmaxOpBuilder(GraphBuilder* graph_builder) in SoftmaxOpBuilder()
H A Ddummy_op_builder.h32 explicit DummyOpBuilder(GraphBuilder* graph_builder) in DummyOpBuilder()
H A Dmul_op_builder.h28 explicit MulOpBuilder(GraphBuilder* graph_builder) in MulOpBuilder()
H A Dadd_op_builder.h28 explicit AddOpBuilder(GraphBuilder* graph_builder) in AddOpBuilder()
H A Dhardswish_op_builder.h28 explicit HardSwishOpBuilder(GraphBuilder* graph_builder) in HardSwishOpBuilder()
H A Dreshape_op_builder.h29 explicit ReshapeOpBuilder(GraphBuilder* graph_builder) in ReshapeOpBuilder()
H A Dpooling_layer_builder.h29 explicit PoolingLayerBuilder(GraphBuilder* graph_builder, in PoolingLayerBuilder()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
H A Dquantize_builder.h26 explicit QuantizeOpBuilder(GraphBuilder* graph_builder, int op_type) in QuantizeOpBuilder()
28 explicit QuantizeOpBuilder(GraphBuilder* graph_builder, int op_type, in QuantizeOpBuilder()
H A Dactivation_builder.h28 explicit ActivationOpBuilder(GraphBuilder* graph_builder, int op_type) in ActivationOpBuilder()
30 explicit ActivationOpBuilder(GraphBuilder* graph_builder, int op_type, in ActivationOpBuilder()
H A Dmatmul_builder.cc48 GraphBuilder* graph_builder, in AddFullyConnectedHelper()
283 OpBuilder* CreateMatMulWithConstWeightsOpBuilder(GraphBuilder* graph_builder, in CreateMatMulWithConstWeightsOpBuilder()
288 OpBuilder* CreateMatMulOpBuilder(GraphBuilder* graph_builder, int op_type) { in CreateMatMulOpBuilder()
H A Dmatmul_builder.h29 explicit MatMulWithConstWeightsOpBuilder(GraphBuilder* graph_builder, in MatMulWithConstWeightsOpBuilder()
49 explicit MatMulOpBuilder(GraphBuilder* graph_builder, int op_type) in MatMulOpBuilder()
H A Dsquared_difference.cc23 explicit SquaredDifferenceOpBuilder(GraphBuilder* graph_builder, int op_type) in SquaredDifferenceOpBuilder()
97 OpBuilder* CreateSquaredDifferenceOpBuilder(GraphBuilder* graph_builder, in CreateSquaredDifferenceOpBuilder()
H A Drsqrt_builder.cc27 explicit RsqrtOpBuilder(GraphBuilder* graph_builder, int op_type) in RsqrtOpBuilder()
166 OpBuilder* CreateRSqrtOpBuilder(GraphBuilder* graph_builder, int op_type) { in CreateRSqrtOpBuilder()
H A Dconv_2d_helpers.cc48 float* weights_min, float* weights_max, GraphBuilder* graph_builder, in ProcessPerChannelQuantizedWeights()
104 float* bias_max, GraphBuilder* graph_builder, in ProcessPerChannelQuantizedBias()
H A Dhardswish_builder.h30 explicit HardSwishOpBuilder(GraphBuilder* graph_builder, int op_type) in HardSwishOpBuilder()
H A Dresize_bilinear_builder.h26 explicit ResizeBilinearOpBuilder(GraphBuilder* graph_builder, int op_type) in ResizeBilinearOpBuilder()
H A Dpad_builder.h28 explicit PadOpBuilder(GraphBuilder* graph_builder, int op_type) in PadOpBuilder()
H A Dcast_builder.h32 explicit CastOpBuilder(GraphBuilder* graph_builder, int op_type) in CastOpBuilder()
H A Dneg_op_builder.h26 explicit NegOpBuilder(GraphBuilder* graph_builder, int op_type) in NegOpBuilder()
H A Dslice_builder.h26 explicit SliceOpBuilder(GraphBuilder* graph_builder, int op_type) in SliceOpBuilder()

1234