blob: 5011a99a4a43fda23c7d5d0f67f3fb3a1d38d264 [file] [log] [blame]
func @abs(%input : tensor<f32>) -> (tensor<f32>) {
%result = math.abs %input : tensor<f32>
return %result : tensor<f32>
}