Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _compose_add_n (0.26 sec)

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

      which corresponds to the input and attributes in OpDef of the TF operation.
      # TODO(fengliuai): more documents here.
    
      Example:
        @composite.Composite('AddN')
        def _compose_add_n(inputs, N):
          if N == 1:
            ....
      """
    
      # TODO(fengliuai): support input_binding and output_binding so the arguments
      # are not positional.
      def __init__(self,
                   op_name,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 28 21:37:05 UTC 2021
    - 1.9K bytes
    - Viewed (0)
Back to top