Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tf_shape_internal (0.32 sec)

  1. tensorflow/c/BUILD

        copts = tf_copts(),
        visibility = ["//visibility:public"],
        deps = [
            ":c_api_macros",
            ":tf_shape_internal",
            "//tensorflow/core:framework",
        ],
    )
    
    cc_library(
        name = "tf_shape_internal",
        hdrs = ["tf_shape_internal.h"],
        copts = tf_copts(),
        visibility = ["//tensorflow:internal"],
        deps = [
            ":conversion_macros",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/saved_model/internal/BUILD

            "//tensorflow/c:tf_shape",
            "//tensorflow/c:tf_shape_internal",
            "//tensorflow/c/experimental/saved_model/core:tensor_spec",
        ],
    )
    
    cc_library(
        name = "tensor_spec_type",
        hdrs = [
            "tensor_spec_type.h",
        ],
        deps = [
            "//tensorflow/c:conversion_macros",
            "//tensorflow/c:tf_shape_internal",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 01 20:19:06 UTC 2024
    - 11K bytes
    - Viewed (0)
Back to top