pub struct ExternalValidationArtifacts {Show 15 fields
pub replay_report_path: PathBuf,
pub handoff_report_path: PathBuf,
pub validation_report_path: PathBuf,
pub gpu_report_path: PathBuf,
pub gpu_metrics_path: PathBuf,
pub demo_a_report_path: PathBuf,
pub demo_b_report_path: PathBuf,
pub demo_b_metrics_path: PathBuf,
pub scaling_report_path: PathBuf,
pub scaling_metrics_path: PathBuf,
pub memory_bandwidth_report_path: PathBuf,
pub integration_scaling_report_path: PathBuf,
pub resolved_manifest_path: PathBuf,
pub figures_dir: PathBuf,
pub handoff_metrics: ExternalHandoffMetrics,
}Fields§
§replay_report_path: PathBuf§handoff_report_path: PathBuf§validation_report_path: PathBuf§gpu_report_path: PathBuf§gpu_metrics_path: PathBuf§demo_a_report_path: PathBuf§demo_b_report_path: PathBuf§demo_b_metrics_path: PathBuf§scaling_report_path: PathBuf§scaling_metrics_path: PathBuf§memory_bandwidth_report_path: PathBuf§integration_scaling_report_path: PathBuf§resolved_manifest_path: PathBuf§figures_dir: PathBuf§handoff_metrics: ExternalHandoffMetricsTrait Implementations§
Source§impl Clone for ExternalValidationArtifacts
impl Clone for ExternalValidationArtifacts
Source§fn clone(&self) -> ExternalValidationArtifacts
fn clone(&self) -> ExternalValidationArtifacts
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ExternalValidationArtifacts
impl RefUnwindSafe for ExternalValidationArtifacts
impl Send for ExternalValidationArtifacts
impl Sync for ExternalValidationArtifacts
impl Unpin for ExternalValidationArtifacts
impl UnsafeUnpin for ExternalValidationArtifacts
impl UnwindSafe for ExternalValidationArtifacts
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more