Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc1316 LogicalResult ConvertLayout(mlir::Operation* op, const mlir::ArrayAttr& layout, in ConvertLayout() function
1339 if (failed(ConvertLayout(op, c, subshapes->Mutable(i)))) { in ConvertLayout()
1432 if (failed(ConvertLayout(inst, layout, shape))) { in Lower()