Function tvm_rt::function::register_override[][src]

pub fn register_override<F, I, O, S: Into<String>>(
    f: F,
    name: S,
    override_: bool
) -> Result<()> where
    F: ToFunction<I, O>,
    F: 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.