Home
last modified time | relevance | path

Searched defs:sparse_end (Results 1 – 3 of 3) sorted by relevance

/external/XNNPACK/bench/
Df16-spmm.cc54 const size_t sparse_end = std::min(size_t(float(b.size()) * sparsity), b.size()); in SpMMBenchmark() local
Df32-spmm.cc47 const size_t sparse_end = std::min(size_t(float(b.size()) * sparsity), b.size()); in SpMMBenchmark() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc1826 ArrayRef<int64_t> sparse_end, ArrayRef<int64_t> sparse_strides, in CalculateSlicedShapeFromSparseIndices()
1874 SmallVector<int64_t, 4> sparse_begin, sparse_end, sparse_strides; in GetSlicedBoundRanges() local
2045 SmallVector<int64_t, 4> sparse_begin, sparse_end, sparse_strides; in GetSlicedShapeAndBoundRanges() local