You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently API reading of the Tensors is blocked by the inability to read tensor (.pt) files on a non-host machine. Once this issue is resolved we will have the ability to read the tensor files from a given report. The UI will allow users to check the tensors of a given operation against the golden tensor (if the comparison exists).
Description
Currently API reading of the Tensors is blocked by the inability to read tensor (.pt) files on a non-host machine. Once this issue is resolved we will have the ability to read the tensor files from a given report. The UI will allow users to check the tensors of a given operation against the golden tensor (if the comparison exists).
New API Endpoints
Tensor Comparison
api/compare-tensor/local/<tensor-id>
api/compare-tensor/global/<tensor-id>
These endpoints will check the
global_tensor_comparison_records
andlocal_tensor_comparison_records
and return the diff if the comparison files exist.Changes to Existing API
Operation Details
Each Input/Output will have a
comparisons
node with an optionallocal
andglobal
which are TensorComparisonRecordsThe text was updated successfully, but these errors were encountered: