Home
last modified time | relevance | path

Searched refs:TensorByteSize (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2022-045.md1 ## TFSA-2022-045: `CHECK`-failures in `TensorByteSize`
7 …can cause a denial of service by altering a `SavedModel` such that [`TensorByteSize`](https://gith…
10 int64_t TensorByteSize(const TensorProto& t) {
/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.cc47 int64_t TensorByteSize(const TensorProto& t) { in TensorByteSize() function
71 if (TensorByteSize(tp) > kMaxAttrValueTensorByteSize) { in FastTensorProtoHash()
84 const int64_t lhs_tensor_bytes = TensorByteSize(lhs); in AreTensorProtosEqual()
85 const int64_t rhs_tensor_bytes = TensorByteSize(rhs); in AreTensorProtosEqual()
/external/tensorflow/tensorflow/security/
DREADME.md55 …ensorflow/security/advisory/tfsa-2022-045.md) | `CHECK`-failures in `TensorByteSize` …
/external/tensorflow/
DRELEASE.md754 * Fixes multiple `CHECK`-failures in `TensorByteSize`
907 * Fixes multiple `CHECK`-failures in `TensorByteSize`
1032 * Fixes multiple `CHECK`-failures in `TensorByteSize`
1147 * Fixes multiple `CHECK`-failures in `TensorByteSize`