Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/consolidate_attrs/
H A Dpass.cc618 struct MaterializeCFOpOutputShapes : public MaterializeOutputShapesBase { struct
619 explicit MaterializeCFOpOutputShapes(MLIRContext *context) in MaterializeCFOpOutputShapes() argument
622 bool shouldMatch(Operation *op) const override { in shouldMatch()