Home
last modified time | relevance | path

Searched defs:SparseFillEmptyRowsGrad (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2020-021.md3 ### CVE Number
6 ### Impact
16 ### Vulnerable Versions
20 ### Patches
28 ### For more information
34 ### Attribution
H A Dtfsa-2020-022.md3 ### CVE Number
6 ### Impact
25 ### Vulnerable Versions
29 ### Patches
37 ### For more information
43 ### Attribution
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_fill_empty_rows_op.cc334 struct SparseFillEmptyRowsGrad<CPUDevice, T, Tindex> { struct
335 Status operator()(OpKernelContext* context, in operator ()()
H A Dsparse_fill_empty_rows_op_gpu.cu.cc515 struct SparseFillEmptyRowsGrad<GPUDevice, T, Tindex> { struct
516 Status operator()(OpKernelContext* context, in operator ()()
H A Dsparse_fill_empty_rows_op.h37 struct SparseFillEmptyRowsGrad { struct
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go44882 func SparseFillEmptyRowsGrad(scope *Scope, reverse_index_map tf.Output, grad_values tf.Output) (d_v… func