/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
*/
use crate::;
use Uncertain;
// Type alias for the uncertain activation predicate function pointer.
pub type UncertainActivationPredicate<D, S, T, ST, SYM, VS, VT> =
fn ;