Searched defs:HasLayout (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
H A Dlayout_util.cc266 if (ShapeUtil::IsTuple(shape) || !HasLayout(shape) ||
311 /* static */ bool LayoutUtil::HasLayout(const Shape& shape) { function in class:xla::LayoutUtil
315 [](const Shape& s) { return HasLayout(s); });
322 /* static */ bool LayoutUtil::HasLayout(const ProgramShape& program_shape) { function in class:LayoutUtil
324 if (!LayoutUtil::HasLayout(parameter_shape)) {
328 return LayoutUtil::HasLayout(program_shape.result());

Completed in 285 milliseconds