HomeSort by relevance Sort by last modified time
    Searched refs:ElementsInRecursive (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/
shape_util.h 192 static int64 ElementsInRecursive(const Shape& shape);
    [all...]
shape_util.cc 389 /* static */ int64 ShapeUtil::ElementsInRecursive(const Shape& shape) {
396 count += ElementsInRecursive(element_shape);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_graph_dumper.cc 127 return ShapeUtil::ElementsInRecursive(instr->shape()) < 4096;
    [all...]

Completed in 1196 milliseconds