Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dresource_op_lifting.cc269 bool NeedsLifting() const { return !resources_.empty(); } in NeedsLifting() function in mlir::__anonf2669e680111::RegionResourceHoister
574 if (!hoister.NeedsLifting()) return success(); in HoistResourcesOutOfIfCaseCluster()
596 if (!hoister.NeedsLifting()) return success(); in HoistResourcesOutOfWhileRegion()