Searched defs:Defun (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
H A Dfunction.py44 class Defun(object): class in inherits:object
58 @Defun(tf.float32, tf.float32)
80 @tf.Defun(tf.float32, tf.float32)
92 """Create a `Defun` decorator.
151 # If Defun is given a list of types for the inputs, the number
344 # TODO(iga): Consider adding a @NoOutput decorator on top of @Defun to

Completed in 93 milliseconds