Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_fill_empty_rows_op.h28 struct SparseFillEmptyRows { struct
Dsparse_fill_empty_rows_op.cc41 struct SparseFillEmptyRows<CPUDevice, T, Tindex> { struct
42 Status operator()(OpKernelContext* context, const Tensor& default_value_t, in operator ()()
/external/tensorflow/tensorflow/go/op/
Dwrappers.go35223 func SparseFillEmptyRows(scope *Scope, indices tf.Output, values tf.Output, dense_shape tf.Output, … func