Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for schema_fbs_with_reflection (0.3 sec)

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

            "--gen-mutable",
            "--gen-object-api",
        ],
        out_prefix = "mutable/",
    )
    
    # Generic schema for inference on device (but with reflections makes bigger).
    flatbuffer_cc_library(
        name = "schema_fbs_with_reflection",
        srcs = ["schema.fbs"],
        compatible_with = get_compatible_with_portable(),
        flatc_args = [
            "--reflect-types",
            "--reflect-names",
            "--no-union-value-namespacing",
    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