Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for framework_shared_object (0.16 sec)

  1. tensorflow/BUILD

        visibility = ["//visibility:public"],
    )
    
    # Crosses between framework_shared_object and a bunch of other configurations
    # due to limitations in nested select() statements.
    config_setting(
        name = "framework_shared_object",
        define_values = {"framework_shared_object": "true"},
        visibility = ["//visibility:public"],
    )
    
    config_setting(
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Wed Nov 12 19:21:56 UTC 2025
    - 53.1K bytes
    - Viewed (0)
  2. .bazelrc

    # nothing in a bazelrc will default to a monolithic build. The following line
    # opts in to modular op registration support by default.
    common --define framework_shared_object=true
    common --define tsl_protobuf_header_only=true
    
    common --define=allow_oversize_protos=true
    
    common --spawn_strategy=standalone
    common -c opt
    
    common --repo_env=USE_PYWRAP_RULES=True
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Fri Dec 26 23:20:26 UTC 2025
    - 56.8K bytes
    - Viewed (0)
Back to top