Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tfcompile_config (0.14 sec)

  1. tensorflow/compiler/aot/tfcompile.bzl

        cpu_flags = ["--target_cpu=" + ctx.attr.target_cpu] if ctx.attr.target_cpu else []
    
        flags = [
            "--graph=" + ctx.file.tfcompile_graph.path,
            "--config=" + ctx.file.tfcompile_config.path,
            "--entry_point=" + ctx.attr.entry_point,
            "--cpp_class=" + ctx.attr.cpp_class,
            "--target_triple=" + ctx.attr.target_triple,
        ] + cpu_flags + output_flags + ctx.attr.extra_flags + dfsan_flags
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 19:18:08 UTC 2024
    - 21.8K bytes
    - Viewed (0)
Back to top