Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cc_library_with_android_deps (0.15 sec)

  1. tensorflow/cc/BUILD

    # Description:
    # TensorFlow is a computational framework, primarily for use in machine
    # learning applications.
    
    load(
        "//tensorflow:tensorflow.bzl",
        "cc_library_with_android_deps",
        "tf_cc_test",
        "tf_copts",
        "transitive_hdrs",
    )
    load("//tensorflow:tensorflow.default.bzl", "filegroup", "tf_gen_op_wrappers_cc")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 23.5K bytes
    - Viewed (0)
Back to top