Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for schema_fbs_with_mutable (0.15 sec)

  1. tensorflow/compiler/mlir/lite/schema/BUILD

        srcs = ["schema.fbs"],
        compatible_with = get_compatible_with_portable(),
    )
    
    # Generic schema for flatbuffer converter (but with mutable makes bigger).
    flatbuffer_cc_library(
        name = "schema_fbs_with_mutable",
        srcs = ["schema.fbs"],
        compatible_with = get_compatible_with_portable(),
        flatc_args = [
            "--gen-mutable",
            "--gen-object-api",
        ],
        out_prefix = "mutable/",
    )
    
    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