Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for type_caster (0.12 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/BUILD

        srcs = ["py_function_lib_test.py"],
        main = "py_function_lib_test.py",
        deps = ["//tensorflow/python/platform:client_testlib"],
    )
    
    cc_library(
        name = "type_casters",
        hdrs = ["type_casters.h"],
        copts = ["-fexceptions"],  # Required for pybind11.
        # Required for pybind11.
        features = [
            "-use_header_modules",
            "-parse_headers",
        ],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 18.8K bytes
    - Viewed (0)
Back to top