pub static UNARY_SAME_ELEMENT: &'static [TypeRelation]Expand description
input[0].ElementType == output[0].ElementType without
constraining shape. Use for ops that preserve element type but
reshape (Reshape, Transpose, Slice, Squeeze, Unsqueeze).