Update broken error message URL to https://www.tensorflow.org/guide/function#controlling_retracing
PiperOrigin-RevId: 333925095 Change-Id: I71b3e2bfce8333274fece1a80821805f129681c9
This commit is contained in:
parent
a0b68d1ecc
commit
16a59707b6
@ -117,7 +117,7 @@ class _FrequentTracingDetector(object):
|
||||
"experimental_relax_shapes=True option that relaxes argument "
|
||||
"shapes that can avoid unnecessary retracing. For (3), please "
|
||||
"refer to "
|
||||
"https://www.tensorflow.org/tutorials/customization/performance#python_or_tensor_args"
|
||||
"https://www.tensorflow.org/guide/function#controlling_retracing"
|
||||
" and https://www.tensorflow.org/api_docs/python/tf/function for "
|
||||
" more details.".format(counter.get_tracing_count(),
|
||||
counter.call_count, function_name))
|
||||
|
Loading…
Reference in New Issue
Block a user