Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for saved_model_error (0.19 sec)

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

    # limitations under the License.
    # ==============================================================================
    """Test file to display the error message and verify it with FileCheck."""
    
    # RUN: %p/saved_model_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 TestModule(tf.Module):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 28 21:37:05 UTC 2021
    - 2.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/debuginfo/BUILD

            ":concrete_function_error",
            ":saved_model_error",
            "//tensorflow/compiler/mlir/lite:flatbuffer_to_string",
            "//tensorflow/compiler/mlir/lite:tf_tfl_translate",
            "@llvm-project//llvm:FileCheck",
            "@llvm-project//llvm:not",
        ],
    )
    
    py_strict_binary(
        name = "saved_model_error",
        srcs = ["saved_model_error.py"],
        main = "saved_model_error.py",
        python_version = "PY3",
        deps = [
    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