lab.tensorflow.custom.
as_tf
Convert object to TensorFlow.
x (object) – Object to convert.
x as a TensorFlow object.
object
tensorflow_register
Register a function and its sensitivity for TensorFlow.
f (function) – Function to register.
s_f (function) – Sensitivity of f.
TensorFlow primitive.
function