Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _tfr_attrs_num_type (0.11 sec)

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

    @composite.Composite('TestInputNOp')
    def _tfr_tf_ops_with_defaults(ins):
      return test_ops.TestTwoInputsOp(ins[0], ins[1])
    
    
    #--- test fn for tfr attributes ---
    
    
    @composite.Composite('TestNumAttrsOp')
    def _tfr_attrs_num_type(x, y, x1, y1):
      # int
      z0 = [x, y]
      z1 = x == y
      z2 = x < y
      z3 = x <= y
      z4 = x > y
      z5 = x >= y
      z6 = x != y
      z7 = x + y
      z8 = x - y
      z8 += x
      z8 += 1
    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