Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/
Dinsert_custom_aggregation_ops.cc64 class AddCustomAggregationOp : public RewritePattern { class
68 explicit AddCustomAggregationOp(MLIRContext *context) in AddCustomAggregationOp() function in mlir::quant::__anonf8a5ff290111::AddCustomAggregationOp
125 patterns.add<AddCustomAggregationOp>(ctx); in runOnOperation()