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

/external/tensorflow/tensorflow/compiler/xla/
H A Dlayout_util.cc162 ShapeUtil::HumanString(shape).c_str());
200 HumanString(layout).c_str());
205 HumanString(layout).c_str());
373 /* static */ string LayoutUtil::HumanString(const Layout& layout) { function in class:LayoutUtil
464 out << LayoutUtil::HumanString(layout);
H A Dshape_util.cc334 CHECK(IsTuple(shape)) << HumanString(shape);
361 CHECK(ElementIsComplex(complex_shape)) << HumanString(complex_shape);
373 CHECK(!IsTuple(shape)) << ShapeUtil::HumanString(shape);
388 /* static */ string ShapeUtil::HumanString(const Shape& shape) { function in class:ShapeUtil
393 tensorflow::strings::StrAppend(&text, prefix, HumanString(elem_shape));
477 LayoutUtil::HumanString(shape.layout()));
484 /* static */ string ShapeUtil::HumanString(const ProgramShape& program_shape) { function in class:ShapeUtil
492 ": ", HumanString(shape)));
496 HumanString(program_shape.result()));
1439 out << ShapeUtil::HumanString(shap
[all...]

Completed in 210 milliseconds