Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for Implementation (0.1 sec)

  1. tensorflow/c/experimental/saved_model/core/BUILD

    # Targets in this directory are pure C++ "Classes" underlying the C API types
    # under tf/c/experimental/saved_model/public/. They are subject to change and
    # have visibility limited to Tensorflow's implementation only.
    load(
        "//tensorflow:tensorflow.bzl",
        "tf_cc_test",
    )
    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
    - 9.6K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/saved_model/internal/BUILD

    # Experimental Implementation of SavedModel C APIs for TensorFlow. See RFC
    # https://github.com/tensorflow/community/pull/207
    # External clients should not worry about this directory; all contents are implementation details.
    # Code in this directory is intended to form the glue between the C API and the internal C++
    # implementation by
    # 1. mapping C API calls onto correponding methods of C++ objects
    # 2. mapping opaque C types onto C++ classes
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 01 20:19:06 UTC 2024
    - 11K bytes
    - Viewed (0)
  3. tensorflow/BUILD

    # 'enable_registration_v2' opts-in to a different implementation of op and
    # kernel registration - REGISTER_OP, REGISTER_KERNEL_BUILDER, etc.
    #
    # This setting is currently experimental. The 'v2' implementation does _not_
    # correspond to a particular, finalized design; rather, it relates to
    # developing one.
    #
    # The current aim of the 'v2' implementation is to allow 'unused' ops and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/BUILD

    # Groups the implementations of the HLO to TF operation conversions.
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            "//visibility:public",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "util",
        srcs = [
            "util.cc",
        ],
        hdrs = [
            "util.h",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 20:53:17 UTC 2024
    - 2.4K bytes
    - Viewed (0)
Back to top