Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for flatbuffer_compatibility_test (0.23 sec)

  1. tensorflow/compiler/mlir/lite/schema/flatbuffer_compatibility_test.cc

    A. Unique TensorFlower <******@****.***> 1716905600 +0000
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 14:28:27 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/schema/BUILD

            "@flatbuffers",
        ],
    )
    
    # Schema test to make sure we don't introduce backward incompatible changes
    # to schemas.
    tf_cc_test(
        name = "flatbuffer_compatibility_test",
        size = "small",
        srcs = ["flatbuffer_compatibility_test.cc"],
        data = [
            "schema.fbs",
            "schema_v3b.fbs",
        ],
        tags = [
            "no_oss",
            "tflite_not_portable_android",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Jun 02 08:36:05 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top