Home
last modified time | relevance | path

Searched defs:ReifyCFOpOutputShapes (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/consolidate_attrs/
H A Dpass.cc290 struct ReifyCFOpOutputShapes : public ReifyOperationOutputShapes { struct
293 explicit ReifyCFOpOutputShapes(MLIRContext *context) in ReifyCFOpOutputShapes() argument
296 bool shouldMatch(Operation *op) const override { in shouldMatch()