Function tvm::runtime::function::register_override[][src]

pub fn register_override<F, I, O, S>(
    f: F,
    name: S,
    override_: bool
) -> Result<(), Error> where
    S: Into<String>,
    F: ToFunction<I, O> + Typed<I, O>, 
Expand description

Register a function with explicit control over whether to override an existing registration or not.

See register for more details on how to use the registration API.