Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc112 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/
Darray.js206 function SparseSlice(array, start_i, del_count, len, deleted_elements) { class
/external/tensorflow/tensorflow/go/op/
Dwrappers.go12348 func SparseSlice(scope *Scope, indices tf.Output, values tf.Output, shape tf.Output, start tf.Outpu… func