Searched defs:SparseSlice (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.cc | 112 struct SparseSlice { struct 113 using ConstMatrixMap = BasicMatrixMap<const T>; 117 struct Index3 { 126 struct Index { 131 SparseSlice(int nrows, int ncols, int bsize) in SparseSlice() argument 146 std::vector<int> index3_offset; 147 std::vector<Index3> index3; 148 std::vector<T> data3; 152 std::vector<int> index_offset; 153 std::vector<Index> index; [all …]
|
/external/v8/src/js/ |
D | array.js | 206 function SparseSlice(array, start_i, del_count, len, deleted_elements) { class
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 12348 func SparseSlice(scope *Scope, indices tf.Output, values tf.Output, shape tf.Output, start tf.Outpu… func
|