Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for concrete_function_error (0.29 sec)

  1. tensorflow/compiler/mlir/lite/tests/debuginfo/concrete_function_error.py

    # limitations under the License.
    # ==============================================================================
    """Test file to display the error message and verify it with FileCheck."""
    
    # RUN: %p/concrete_function_error | FileCheck %s
    
    import sys
    
    from absl import app
    
    import tensorflow.compat.v2 as tf
    if hasattr(tf, 'enable_v2_behavior'):
      tf.enable_v2_behavior()
    
    
    class TestGraphDebugInfo(object):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 28 21:37:05 UTC 2021
    - 2.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/debuginfo/BUILD

        python_version = "PY3",
        deps = [
            "//tensorflow:tensorflow_py",
            "@absl_py//absl:app",
        ],
    )
    
    py_strict_binary(
        name = "concrete_function_error",
        srcs = ["concrete_function_error.py"],
        main = "concrete_function_error.py",
        python_version = "PY3",
        deps = [
            "//tensorflow:tensorflow_py",
            "@absl_py//absl:app",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 26 21:40:15 UTC 2023
    - 1.6K bytes
    - Viewed (0)
Back to top