Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Implementation (0.28 sec)

  1. tensorflow/c/BUILD

            ":tf_attrtype",
            ":tf_buffer_hdrs",
            ":tf_datatype_hdrs",
            ":tf_status_headers",
            ":tf_tensor_hdrs",
            # TODO: Only include tf_tstring_hdrs. Don't expose the implementation of TF_TString to API
            # users.
            ":tf_tstring",
            "//tensorflow/core:protos_all_cc",
        ],
    )
    
    tf_cuda_library(
        name = "c_api_internal",
        hdrs = [
            "c_api.h",
    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/compiler/mlir/quantization/tensorflow/python/BUILD

            "@local_tsl//tsl/platform:errors",
            "@local_tsl//tsl/platform:path",
            "@local_tsl//tsl/platform:statusor",
        ],
    )
    
    # OSS: This is a header-only target. The implementation target `quantize_model_cc_impl` is
    # directly linked to `lib_pywrap_tensorflow_internal.so`, so in most use cases of python-
    # exported symbols depending directly on `quantize_model_cc_impl` should be unnecessary.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  3. 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)
Back to top