Home
last modified time | relevance | path

Searched defs:layout_func (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dshape_util.cc74 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()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dinfeed_ops.cc147 auto layout_func = [](const xla::Shape& shape) -> xla::Layout { in GetInfeedShapeWithLayout() local