Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for json_to_flatbuffer (0.12 sec)

  1. tensorflow/compiler/mlir/lite/BUILD

            "//tensorflow/lite/core:model_builder",
            "@flatbuffers",
        ],
    )
    
    tf_native_cc_binary(
        name = "json_to_flatbuffer",
        srcs = ["json_to_flatbuffer.cc"],
        deps = [
            "//tensorflow/compiler/mlir/lite/schema:schema_fbs",
            "@flatbuffers",
        ],
    )
    
    cc_library(
        name = "flatbuffer_export",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 49.9K bytes
    - Viewed (0)
Back to top