Home
last modified time | relevance | path

Searched defs:between_ops (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dcontrol_flow_state.py561 def AddWhileContext(self, op, between_op_list, between_ops): argument
757 def MaybeCreateControlFlowState(between_op_list, between_ops, argument
/aosp_15_r20/external/pytorch/torch/_inductor/autoheuristic/
H A Dautoheuristic_utils.py203 def between_ops() -> List[AHOperation]: function