Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for shdrs (0.04 sec)

  1. tensorflow/c/BUILD

        ],
    )
    
    cc_library(
        name = "tf_attrtype",
        hdrs = ["tf_attrtype.h"],
        visibility = ["//visibility:public"],
    )
    
    cc_library(
        name = "c_api_macros_hdrs",
        hdrs = [
            "c_api_macros.h",
        ],
        visibility = ["//visibility:public"],
    )
    
    cc_library(
        name = "c_api_macros",
        hdrs = [
            "c_api_macros.h",
            "c_api_macros_internal.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/stablehlo/cc/BUILD

        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "types",
        hdrs = ["types.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [],
    )
    
    cc_library(
        name = "component",
        hdrs = ["component.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 17K bytes
    - Viewed (0)
  3. tensorflow/cc/BUILD

    cc_library(
        name = "grad_testutil",
        testonly = 1,
        srcs = ["gradients/grad_testutil.cc"],
        hdrs = ["gradients/grad_testutil.h"],
        deps = [
            ":grad_op_registry",
            ":ops",
            ":scope",
        ],
    )
    
    cc_library_with_android_deps(
        name = "ops",
        srcs = ["framework/ops.cc"],
        hdrs = ["framework/ops.h"],
        android_deps = ["//tensorflow/core:portable_tensorflow_lib"],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/BUILD

            "@llvm-project//mlir:TransformUtils",
            "@llvm-project//mlir:Transforms",
        ],
    )
    
    cc_library(
        name = "mlprogram",
        srcs = [
            "mlprogram.cc",
        ],
        hdrs = [
            "mlprogram.h",
        ],
        deps = [
            ":bridge",
            ":tensorflow_passes",
            ":tf_saved_model_passes",
            "//tensorflow/compiler/mlir/tf2xla/internal:clustering_bridge_passes",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/translate/BUILD

            "@local_xla//xla:status_macros",
        ],
    )
    
    cc_library(
        name = "mlir_import_options",
        hdrs = ["mlir_import_options.h"],
        visibility = ["//visibility:public"],
    )
    
    cc_library(
        name = "translate_lib",
        srcs = ["tf_mlir_translate.cc"],
        hdrs = ["tf_mlir_translate.h"],
        visibility = ["//visibility:public"],
        deps = [
            ":import_model",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 11K bytes
    - Viewed (0)
  6. tensorflow/c/eager/BUILD

    cc_library(
        name = "abstract_op_attrs",
        hdrs = ["abstract_op_attrs.h"],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            "//tensorflow/core:lib",
            "//tensorflow/core:protos_all_cc",
            "@com_google_absl//absl/container:inlined_vector",
        ],
    )
    
    cc_library(
        name = "abstract_operation",
        hdrs = ["abstract_operation.h"],
        visibility = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 11 23:52:39 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  7. tensorflow/c/experimental/saved_model/internal/BUILD

        ],
    )
    
    cc_library(
        name = "concrete_function_list_type",
        hdrs = [
            "concrete_function_list_type.h",
        ],
        deps = [
            "//tensorflow/c/experimental/saved_model/core:concrete_function",
        ],
    )
    
    cc_library(
        name = "concrete_function_type",
        hdrs = [
            "concrete_function_type.h",
        ],
        deps = [
            "//tensorflow/c:conversion_macros",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 01 20:19:06 UTC 2024
    - 11K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/experimental/tac/BUILD

    )
    
    cc_library(
        name = "tac_importer_exporter",
        hdrs = ["tac_importer_exporter.h"],
        deps = [
            "@com_google_absl//absl/status:statusor",
            "@llvm-project//mlir:FuncDialect",
            "@llvm-project//mlir:IR",
        ],
    )
    
    cc_library(
        name = "tflite_importer_exporter",
        srcs = ["tflite_import_export.cc"],
        hdrs = ["tflite_import_export.h"],
        deps = [
            ":common",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 06:11:34 UTC 2024
    - 12K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tfrt/BUILD

        srcs = ["utils/host_context.cc"],
        hdrs = ["utils/host_context.h"],
        deps = [
            "//tensorflow/core/platform:logging",
            "@com_google_absl//absl/base:core_headers",
            "@tf_runtime//:hostcontext",
        ],
    )
    
    cc_library(
        name = "function",
        srcs = [
            "function/function.cc",
        ],
        hdrs = [
            "function/function.h",
        ],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 19:04:21 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/BUILD

            "ir/tf_structs.cc",
        ],
        hdrs = [
            "ir/tf_structs.h",
        ],
        deps = [
            "//tensorflow/core:framework",
            "//tensorflow/core/ir/types:Dialect",
            "@llvm-project//llvm:Support",
            "@llvm-project//mlir:IR",
        ],
    )
    
    cc_library(
        name = "tensorflow_side_effects",
        srcs = [
        ],
        hdrs = [
            "ir/tf_side_effects.h",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 21:28:13 UTC 2024
    - 47.7K bytes
    - Viewed (0)
Back to top