Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/IR/
H A Dgml_st_ops.cc1602 if (auto tileTy = argTy.dyn_cast<TileType>()) { in inferReturnTypes() local
1711 if (auto tileTy = argTy.dyn_cast<TileType>()) { in inferReturnTypes() local
1758 if (auto tileTy = getType().dyn_cast<TileType>()) { in verify() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/transforms/
H A Dtiling.cc69 auto tileTy = b.getType<TileType>(staticSizes); in createTile() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/thlo/IR/
H A Dthlo_ops.cc479 if (auto tileTy = subsetTy.dyn_cast<gml_st::TileType>()) { in fuse() local