Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dmhlo_control_flow_to_scf.cc120 auto tensorIndexType = RankedTensorType::get({}, b.getIndexType()); in MatchAndRewrite() local
124 loc, b.create<IndexCastOp>(loc, tensorIndexType, val), ValueRange()); in MatchAndRewrite()