Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-053.md3 ### CVE Number
6 ### Impact
43 ### Patches
51 ### For more information
57 ### Attribution
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_fill_empty_rows_op_gpu.cu.cc169 struct SparseFillEmptyRows<GPUDevice, T, Tindex> { struct
170 Status operator()(OpKernelContext* context, const Tensor& default_value_t, in operator ()()
427 Status AllocateOutputsExceptEmptyRowIndicator( in AllocateOutputsExceptEmptyRowIndicator()
454 Status ArgSortByRows(OpKernelContext* context, const GPUDevice& device, in ArgSortByRows()
H A Dsparse_fill_empty_rows_op.cc44 struct SparseFillEmptyRows<CPUDevice, T, Tindex> { struct
45 Status operator()(OpKernelContext* context, const Tensor& default_value_t, in operator ()()
H A Dsparse_fill_empty_rows_op.h28 struct SparseFillEmptyRows { struct
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go44848 func SparseFillEmptyRows(scope *Scope, indices tf.Output, values tf.Output, dense_shape tf.Output, … func