Home
last modified time | relevance | path

Searched refs:GetLeafShapes (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h519 static std::vector<IndexedShape> GetLeafShapes(const Shape& shape);
Dshape_util.cc833 /* static */ std::vector<ShapeUtil::IndexedShape> ShapeUtil::GetLeafShapes( in GetLeafShapes() function in xla::ShapeUtil
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.cc206 ShapeUtil::GetLeafShapes(tuple_shape)) { in FromLiterals()