Home
last modified time | relevance | path

Searched refs:function_attributes (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dconvert_to_constants.py476 type_attribute, function_attributes): argument
496 self._function_attributes = function_attributes
572 function_attributes=["then_branch", "else_branch"])
585 function_attributes=["branches"])
598 function_attributes=["f"])
611 function_attributes=["body", "cond"])
/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent_v2.py1746 function_attributes = {
1750 function_attributes.update(supportive_attributes)
1752 attributes=function_attributes,
/external/tensorflow/tensorflow/python/ops/
Dctc_ops.py65 function_attributes = {
70 func=func, attributes=function_attributes, autograph=False)