Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/
Dtpu_fingerprint_utils.cc29 FunctionDefLibrary library_proto = library.ToProto(); in FingerprintFunctionLibrary() local
30 if (library_proto.ByteSizeLong() >= 1.5 * 1024 * 1024 * 1024) { in FingerprintFunctionLibrary()
32 << library_proto.ByteSizeLong(); in FingerprintFunctionLibrary()
34 TF_RET_CHECK(SerializeToStringDeterministic(library_proto, &serialized)); in FingerprintFunctionLibrary()