Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dmhlo_control_flow_to_scf.cc121 auto getAsIndex = [&](Value val) { in MatchAndRewrite() local
128 auto forloopIndVar = getAsIndex(loopIndVar.first); in MatchAndRewrite()
129 auto forMax = getAsIndex(max.first); in MatchAndRewrite()
130 auto forStep = getAsIndex(step.first); in MatchAndRewrite()