Searched defs:sparse_end (Results 1 – 3 of 3) sorted by relevance
/external/XNNPACK/bench/ |
D | f16-spmm.cc | 54 const size_t sparse_end = std::min(size_t(float(b.size()) * sparsity), b.size()); in SpMMBenchmark() local
|
D | f32-spmm.cc | 47 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/ |
D | tf_ops_n_z.cc | 1826 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
|