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

  /external/tensorflow/tensorflow/compiler/xla/
shape_util.h 187 // ByteSizeOfSparseindices(shape)`.
193 static int64 ByteSizeOfSparseIndices(const Shape& shape);
shape_util.cc 709 byte_size += ByteSizeOfSparseIndices(shape);
747 /* static */ int64 ShapeUtil::ByteSizeOfSparseIndices(const Shape& shape) {
    [all...]

Completed in 311 milliseconds