Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetDynamicDimensionBounds (0.28 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

          device_ordinal=[0])
    
    static_shape = tf.placeholder(tf.int32, shape=([3]), name='static_size')
    
    w = tf.Variable(tf.constant([[1.0], [2.0], [3.0]]), name='w')
    
    w_dyn = tf.SetDynamicDimensionBounds(w, static_size])
    tpu_call([w_dyn])
    }];
      let arguments = (ins
        TF_Tensor:$input,
        TF_I32OrI64Tensor:$static_shape
      );
    
      let hasVerifier = 1;
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
Back to top