Searched refs:build_ta_with_new_flow (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | tensor_array_ops.py | 229 return build_ta_with_new_flow(self, flow) 283 return build_ta_with_new_flow(self, flow_out) 351 return build_ta_with_new_flow(self, flow_out) 374 return build_ta_with_new_flow(self, flow_out) 520 return build_ta_with_new_flow(self, flow) 551 return build_ta_with_new_flow(self, flow_out) 603 return build_ta_with_new_flow(self, flow_out) 620 return build_ta_with_new_flow(self, flow_out) 643 return build_ta_with_new_flow(self, flow_out) 1302 def build_ta_with_new_flow(old_ta, flow): function
|
H A D | while_v2.py | 1383 …return (tensor_array_ops.build_ta_with_new_flow(ta, flow) if isinstance( # pylint: disable=g-long…
|
H A D | control_flow_ops.py | 452 return tensor_array_ops.build_ta_with_new_flow(tensor_or_tensor_array,
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | auto_control_deps.py | 244 return tensor_array_ops.build_ta_with_new_flow(tensor, flow)
|
H A D | func_graph.py | 1420 flat_sequence[i] = tensor_array_ops.build_ta_with_new_flow(
|