Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _tfcompile_model_library_rule_impl (0.45 sec)

  1. tensorflow/compiler/aot/tfcompile.bzl

        "if_google",
        "if_oss",
        "tf_cc_test",
        "tf_copts",
    )
    load("//tensorflow:tensorflow.default.bzl", "tfcompile_dfsan_abilists", "tfcompile_dfsan_enabled", "tfcompile_target_cpu")
    
    def _tfcompile_model_library_rule_impl(ctx):
        header_file = ctx.outputs.header_out
        metadata_object_file = ctx.actions.declare_file("%s_tfcompile_metadata.o" % ctx.attr.model_name)
    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