Crate diffai_core

Crate diffai_core 

Source

Structs§

DiffOptions
TensorStats

Enums§

DiffResult
FileFormat
OutputFormat

Functions§

detect_format_from_path
diff
Unified diff function for diffai (Value-based)
diff_paths
Unified diff function for diffai (path-based entry point)
extract_tensor_data
extract_tensor_shape
format_diff_results
DiffResult専用のフォーマット関数(diffx-coreと統合)
format_output
Format output to string - redirects to format_diff_results for DiffResult
parse_file_by_format
parse_matlab_file
Parse MATLAB file - FOR INTERNAL USE ONLY (diffai-specific)
parse_numpy_file
Parse NumPy file - FOR INTERNAL USE ONLY (diffai-specific)
parse_pytorch_model
Parse PyTorch model file - FOR INTERNAL USE ONLY (diffai-specific)
parse_safetensors_model
Parse SafeTensors model file - FOR INTERNAL USE ONLY (diffai-specific)
value_type_name
Get type name of a JSON value - FOR INTERNAL USE ONLY

Type Aliases§

DiffFormat
Re-export FileFormat as DiffFormat for compatibility