Hi. From https://www.tensorflow.org/api_docs/cc/, module math_ops
, operator tensorflow::ops::Abs
, where is the wrapper of
Abs(
const ::tensorflow::Scope & scope,
::tensorflow::Input x
)
```
in https://github.com/malmaud/TensorFlow.jl/blob/master/src/ops/math.jl?
I am looking for something like `function Abs()`.