Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.cc39 constexpr int kMaxAttrValueTensorByteSize = 32 * 1024 * 1024; // 32mb variable
67 if (TensorByteSize(tp) > kMaxAttrValueTensorByteSize) { in FastTensorProtoHash()
114 if (lhs_tensor_bytes > kMaxAttrValueTensorByteSize) { in FastAreTensorProtosEqual()