pub fn identity<'graph, A, F: Float>(x: A) -> Tensor<'graph, F>where A: AsRef<Tensor<'graph, F>> + Copy,
Identity function without copy.