Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _for_loop_target_types (0.17 sec)

  1. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

        if f_is_local:
          f_name_str = str(f_name)
          if f_name_str in self._for_loop_target_types:
            # See autograph/converters/control_flow.py - the function has a single
            # argument, the iterate before any expansion.
            assert self._for_loop_target_types[f_name_str] & {TFRTypes.ATTR}
            # Assume all loops are TF loops. Then the iterates are autoboxed into
            # Tensors.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
Back to top