Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc436 /* static */ int64 ShapeUtil::ElementsInRecursive(const Shape& shape) { in ElementsInRecursive() function in xla::ShapeUtil
443 count += ElementsInRecursive(element_shape); in ElementsInRecursive()
Dshape_util.h200 static int64 ElementsInRecursive(const Shape& shape);
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc125 return ShapeUtil::ElementsInRecursive(instr->shape()) < 4096; in IsSmall()