[][src]Type Definition tract_tensorflow::ops::OpRegister

type OpRegister = HashMap<&'static str, fn(_: &NodeDef) -> TractResult<Box<dyn Op>>>;