Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for traceback (0.13 sec)

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

    gives module error.
    For example,
    
    Example 1:
    
    >>> a = [1., 2., 3.]
    >>> equality_bitcast = tf.bitcast(a, tf.complex128)
    Traceback (most recent call last):
    ...
    InvalidArgumentError: Cannot bitcast from 1 to 18 [Op:Bitcast]
    >>> equality_cast = tf.cast(a, tf.complex128)
    >>> print(equality_cast)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

        `tf.debugging.enable_traceback_filtering()`. If you are debugging a
        TensorFlow-internal issue (e.g. to prepare a TensorFlow PR), make sure to
        disable traceback filtering. You can check whether this feature is currently
        enabled by calling `tf.debugging.is_traceback_filtering_enabled()`.
    
        Note that this feature is only available with Python 3.7 or higher.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top