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.py492 type_attribute, function_attributes): argument
512 self._function_attributes = function_attributes
588 function_attributes=["then_branch", "else_branch"])
601 function_attributes=["branches"])
614 function_attributes=["f"])
627 function_attributes=["body", "cond"])
/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent_v2.py1745 function_attributes = {
1749 function_attributes.update(supportive_attributes)
1751 attributes=function_attributes,
/external/tensorflow/tensorflow/python/ops/
Dctc_ops.py61 function_attributes = {
66 func=func, attributes=function_attributes, autograph=False)