Searched refs:SparseCountSparseOutput (Results 1 – 18 of 18) sorted by relevance
1 ## TFSA-2022-020: Heap overflow in `SparseCountSparseOutput`7 The [implementation of `SparseCountSparseOutput`](https://github.com/tensorflow/tensorflow/blob/510…13 tf.raw_ops.SparseCountSparseOutput(
1 ## TFSA-2022-019: Integer overflow leading to crash in `SparseCountSparseOutput`7 The [implementation of `SparseCountSparseOutput`](https://github.com/tensorflow/tensorflow/blob/510…13 tf.raw_ops.SparseCountSparseOutput(
1 ## TFSA-2021-188: Heap OOB read in `tf.raw_ops.SparseCountSparseOutput`7 The [shape inference functions for `SparseCountSparseOutput`](https://github.com/tensorflow/tensorf…14 return tf.raw_ops.SparseCountSparseOutput(
1 ## TFSA-2021-009: Segfault in `SparseCountSparseOutput`7 Specifying a negative dense shape in `tf.raw_ops.SparseCountSparseOutput`19 tf.raw_ops.SparseCountSparseOutput(indices=indices, values=values, dense_shape=dense_shape, weights…
1 ## TFSA-2021-107: Segfault in `tf.raw_ops.SparseCountSparseOutput`8 `tf.raw_ops.SparseCountSparseOutput` results in segfault.
1 ## TFSA-2020-018: Heap buffer overflow due to invalid indices in SparseCountSparseOutput7 The `SparseCountSparseOutput` implementation does not validate that the input
1 ## TFSA-2020-019: Crash due to invalid splits in SparseCountSparseOutput7 The `SparseCountSparseOutput` implementation does not validate that the input
7 The `SparseCountSparseOutput` and `RaggedCountSparseOutput` implementations
882 gen_count_ops.SparseCountSparseOutput(902 gen_count_ops.SparseCountSparseOutput(917 gen_count_ops.SparseCountSparseOutput(933 gen_count_ops.SparseCountSparseOutput(947 gen_count_ops.SparseCountSparseOutput(
2 name: "SparseCountSparseOutput"
48 _, _, _, = tf.raw_ops.SparseCountSparseOutput(
2 graph_op_name: "SparseCountSparseOutput"
80 …nsorflow/security/advisory/tfsa-2022-020.md) | Heap overflow in `SparseCountSparseOutput` …81 …visory/tfsa-2022-019.md) | Integer overflow leading to crash in `SparseCountSparseOutput` …112 …curity/advisory/tfsa-2021-188.md) | Heap OOB read in `tf.raw_ops.SparseCountSparseOutput` …193 …ow/security/advisory/tfsa-2021-107.md) | Segfault in `tf.raw_ops.SparseCountSparseOutput` …291 …er/tensorflow/security/advisory/tfsa-2021-009.md) | Segfault in `SparseCountSparseOutput` …315 …rity/advisory/tfsa-2020-019.md) | Crash due to invalid splits in SparseCountSparseOutput …316 …sa-2020-018.md) | Heap buffer overflow due to invalid indices in SparseCountSparseOutput …
701 * Fixes an integer overflow leading to crash in `SparseCountSparseOutput`703 * Fixes a heap overflow in `SparseCountSparseOutput`854 * Fixes an integer overflow leading to crash in `SparseCountSparseOutput`856 * Fixes a heap overflow in `SparseCountSparseOutput`979 * Fixes an integer overflow leading to crash in `SparseCountSparseOutput`981 * Fixes a heap overflow in `SparseCountSparseOutput`1100 * Fixes an integer overflow leading to crash in `SparseCountSparseOutput`1102 * Fixes a heap overflow in `SparseCountSparseOutput`1534 * Fixes a heap OOB read in `tf.raw_ops.SparseCountSparseOutput`1654 * Fixes a heap OOB read in `tf.raw_ops.SparseCountSparseOutput`[all …]
4336 name: "SparseCountSparseOutput"
44444 func SparseCountSparseOutput(scope *Scope, indices tf.Output, values tf.Output, dense_shape tf.Outp… func
51967 name: "SparseCountSparseOutput"