Searched refs:TensorByteSize (Results 1 – 4 of 4) sorted by relevance
1 ## 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) {
47 int64_t TensorByteSize(const TensorProto& t) { in TensorByteSize() function71 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()
55 …ensorflow/security/advisory/tfsa-2022-045.md) | `CHECK`-failures in `TensorByteSize` …
754 * 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`