pub fn parse_operation(op_type: &str) -> TribeResult<Box<dyn TensorOp>>
Parses an operation type string into a boxed TensorOp implementation.
TensorOp