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

/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_util.h38 // ShapeUtil::GetSubshape and other interfaces. Shapes are recursive data
147 class ShapeUtil { class in namespace:xla
165 // Precondition: (!ShapeUtil::IsTuple(shape) || pointer_size > 0) &&
166 // !ShapeUtil::IsOpaque(shape)
171 // Precondition: !ShapeUtil::IsOpaque(shape) && !ShapeUtil::IsTuple(shape)
205 // Parses a ShapeUtil::HumanString-format shape string back into a shape
225 return ShapeUtil::SameElementType(a, b);
481 // Precondition: !ShapeUtil::IsOpaque(shape) && !ShapeUtil
[all...]

Completed in 88 milliseconds