Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.cc41 int64 TensorByteSize(const TensorProto& t) { in TensorByteSize() function
65 if (TensorByteSize(tp) > kMaxAttrValueTensorByteSize) { in FastTensorProtoHash()
99 if (TensorByteSize(lhs) > kMaxAttrValueTensorByteSize || in FastAreTensorProtosEqual()
100 TensorByteSize(rhs) > kMaxAttrValueTensorByteSize) { in FastAreTensorProtosEqual()