Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/aot/tfcompile.bzl

        if ctx.attr.is_linux and ctx.attr.dfsan:
            dfsan_flags = [
                "--sanitize_dataflow",
                "--sanitize_abilists_dataflow=" + ",".join([f.path for f in ctx.files.dfsan_abilists]),
            ]
            dfsan_deps = ctx.files.dfsan_abilists
    
        cpu_flags = ["--target_cpu=" + ctx.attr.target_cpu] if ctx.attr.target_cpu else []
    
        flags = [
            "--graph=" + ctx.file.tfcompile_graph.path,
    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