Searched defs:SparseFillEmptyRows (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/ |
H A D | tfsa-2021-053.md | 3 ### CVE Number 6 ### Impact 43 ### Patches 51 ### For more information 57 ### Attribution
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | sparse_fill_empty_rows_op_gpu.cu.cc | 169 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 D | sparse_fill_empty_rows_op.cc | 44 struct SparseFillEmptyRows<CPUDevice, T, Tindex> { struct 45 Status operator()(OpKernelContext* context, const Tensor& default_value_t, in operator ()()
|
H A D | sparse_fill_empty_rows_op.h | 28 struct SparseFillEmptyRows { struct
|
/aosp_15_r20/external/tensorflow/tensorflow/go/op/ |
H A D | wrappers.go | 44848 func SparseFillEmptyRows(scope *Scope, indices tf.Output, values tf.Output, dense_shape tf.Output, … func
|