Home
last modified time | relevance | path

Searched refs:SparseCountSparseOutput (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2022-020.md1 ## TFSA-2022-020: Heap overflow in `SparseCountSparseOutput`
7 The [implementation of `SparseCountSparseOutput`](https://github.com/tensorflow/tensorflow/blob/510…
13 tf.raw_ops.SparseCountSparseOutput(
H A Dtfsa-2022-019.md1 ## 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(
H A Dtfsa-2021-188.md1 ## 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(
H A Dtfsa-2021-009.md1 ## 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…
H A Dtfsa-2021-107.md1 ## TFSA-2021-107: Segfault in `tf.raw_ops.SparseCountSparseOutput`
8 `tf.raw_ops.SparseCountSparseOutput` results in segfault.
H A Dtfsa-2020-018.md1 ## TFSA-2020-018: Heap buffer overflow due to invalid indices in SparseCountSparseOutput
7 The `SparseCountSparseOutput` implementation does not validate that the input
H A Dtfsa-2020-019.md1 ## TFSA-2020-019: Crash due to invalid splits in SparseCountSparseOutput
7 The `SparseCountSparseOutput` implementation does not validate that the input
H A Dtfsa-2020-020.md7 The `SparseCountSparseOutput` and `RaggedCountSparseOutput` implementations
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dbincount_ops_test.py882 gen_count_ops.SparseCountSparseOutput(
902 gen_count_ops.SparseCountSparseOutput(
917 gen_count_ops.SparseCountSparseOutput(
933 gen_count_ops.SparseCountSparseOutput(
947 gen_count_ops.SparseCountSparseOutput(
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
H A DSparseCountSparseOutput.pbtxt2 name: "SparseCountSparseOutput"
/aosp_15_r20/external/tensorflow/tensorflow/security/fuzzing/
H A DsparseCountSparseOutput_fuzz.py48 _, _, _, = tf.raw_ops.SparseCountSparseOutput(
/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/base_api/
H A Dapi_def_SparseCountSparseOutput.pbtxt2 graph_op_name: "SparseCountSparseOutput"
/aosp_15_r20/external/tensorflow/tensorflow/security/
H A DREADME.md80 …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
/aosp_15_r20/external/tensorflow/
H A DRELEASE.md701 * 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v1/
H A Dtensorflow.raw_ops.pbtxt4336 name: "SparseCountSparseOutput"
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v2/
H A Dtensorflow.raw_ops.pbtxt4336 name: "SparseCountSparseOutput"
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go44444 func SparseCountSparseOutput(scope *Scope, indices tf.Output, values tf.Output, dense_shape tf.Outp… func
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dops.pbtxt51967 name: "SparseCountSparseOutput"