Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tfcompile_tool (0.18 sec)

  1. tensorflow/compiler/aot/tfcompile.bzl

        full_cmd = (
            ctx.executable.tfcompile_tool.path + " " + " ".join(flags) + " " + ctx.attr.flags + post_command
        )
        ctx.actions.run_shell(
            inputs = ctx.files.srcs,
            outputs = out_files,
            tools = [ctx.executable.tfcompile_tool] + dfsan_deps,
            env = tfcompile_env,
            command = full_cmd,
    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