Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/onnx/_internal/fx/
H A Donnxfunction_dispatcher.py563 function_attributes,
593 if set(function_attributes) != set(self.attributes):
640 for attribute_name, attribute in function_attributes.items():
657 self._record_matching_score(function_inputs, function_attributes)
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A 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"])
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/
H A Drecurrent_v2.py1745 function_attributes = {
1749 function_attributes.update(supportive_attributes)
1751 attributes=function_attributes,
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dctc_ops.py61 function_attributes = {
66 func=func, attributes=function_attributes, autograph=False)