Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc1109 StatusOr<xla::Literal> CreateArrayLiteralFromAttr(ElementsAttr attr, in CreateArrayLiteralFromAttr() function
1292 auto literal_or = CreateArrayLiteralFromAttr(const_attr, layout); in Lower()