Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _tfr_tf_ops_complex (0.68 sec)

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

        return array_ops.Const(value=[[0, 1], [2, 3]], dtype=dtypes.int64)
      else:
        return math_ops.AddN(ins)
    
    
    #--- test fn for tf ops ---
    
    
    @composite.Composite('TestComplexTFOp')
    def _tfr_tf_ops_complex(lhs, rhs):
      left_padding, _ = array_ops.SplitV(
          value=lhs, size_splits=[rhs, -1], axis=0, num_split=2)
      _, right_padding = array_ops.SplitV(
          value=lhs, size_splits=[rhs, rhs], axis=1, num_split=2)
    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