Enhance the Tensor-inspector in the following ways:
(1) Combine tensors from multiple replicas into a single tensor; each replica may have its own trace file. (2) Accept two tensor traces and report their difference. (3) Summarize and print the value of a tensor in terms of: (a) full tensor value, (b) partial tensor value, (c) any NaN/Inf, (d) the vector Norm, (e) Max-absolute value across all elements. (4) Various print order: topological, numerical, alphabetical. (5) Many more unit tests. PiperOrigin-RevId: 225072821
This commit is contained in:
parent
2a87c2df92
commit
6ea1bab952
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
visibility = [
|
visibility = [
|
||||||
"//engedu/ml/tf_from_scratch:__pkg__",
|
"//engedu/ml/tf_from_scratch:__pkg__",
|
||||||
|
"//third_party/cloud_tpu/convergence_tools:__subpackages__",
|
||||||
"//tensorflow:internal",
|
"//tensorflow:internal",
|
||||||
"//tensorflow/lite/toco/python:__pkg__",
|
"//tensorflow/lite/toco/python:__pkg__",
|
||||||
"//tensorflow_models:__subpackages__",
|
"//tensorflow_models:__subpackages__",
|
||||||
|
Loading…
Reference in New Issue
Block a user