Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for json_to_flatbuffer (0.26 sec)

  1. tensorflow/compiler/mlir/runlit.cfg.py

    tool_dirs = config.mlir_tf_tools_dirs + [
        config.mlir_tools_dir, config.llvm_tools_dir
    ]
    tool_names = [
        'dtensor-opt',
        'flatbuffer_to_string',
        'flatbuffer_translate',
        'hlo_to_kernel',
        'json_to_flatbuffer',
        'kernel-gen-opt',
        'mlir-hlo-opt',
        'mlir-opt',
        'mlir-tflite-runner',
        'mlir-translate',
        'odml-to-stablehlo-opt',
        'odml_to_stablehlo',
        'odml-converter',
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 18:52:19 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  2. 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