Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNoOp (0.07 sec)

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

    @Composite('TestInputNOp')
    def _tfr_loc_test(x):
      n = 10
      x_sum = x[0]
      for i in range(1, n):
        x_sum = math_ops.Add(x_sum, x[i])
      return x_sum
    
    
    #--- test fn for tfr tensors ---
    
    
    @composite.Composite('TestNoOp')
    def _tfr_tensor_empty_arg():
      pass
    
    
    @composite.Composite('TestIdentityOp')
    def _tfr_tensor_tensor(x):
      return x
    
    
    @composite.Composite('TestIdentityNOp')
    def _tfr_tensor_tensor_list(x):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 13 16:33:28 UTC 2021
    - 28.8K bytes
    - Viewed (0)
Back to top