Searched defs:layout_func (Results 1 – 2 of 2) sorted by relevance
74 const std::function<xla::Layout(const xla::Shape&)>& layout_func, in AssignLayout()175 const std::function<xla::Layout(const xla::Shape&)>& layout_func, in GetShapeWithLayout()
147 auto layout_func = [](const xla::Shape& shape) -> xla::Layout { in GetInfeedShapeWithLayout() local