Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 828 for corerest (0.11 sec)

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

            "//tensorflow/c/eager:immediate_execution_tensor_handle",
            "//tensorflow/core:framework",
            "//tensorflow/core:lib",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core:test",
            "//tensorflow/core/common_runtime:core_cpu_lib",
            "//tensorflow/core/common_runtime/eager:context",
            "@com_google_absl//absl/types:span",
        ],
    )
    
    cc_library(
    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/kernels/BUILD

    tf_cc_test(
        name = "bitcast_op_test",
        srcs = ["bitcast_op_test.cc"],
        deps = [
            ":bitcast_op",
            "//tensorflow/core:framework",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core:testlib",
        ],
    )
    
    tf_cc_test(
        name = "summary_op_test",
        srcs = ["summary_op_test.cc"],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  3. tensorflow/c/eager/parallel_device/BUILD

            "//tensorflow/c/eager:c_api_experimental",
            "//tensorflow/c/eager:tfe_context_internal",
            "//tensorflow/core:framework",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/common_runtime/eager:context",
        ],
    )
    
    cc_library(
        name = "parallel_device_testlib",
        testonly = 1,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 01 20:19:06 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  4. tensorflow/cc/saved_model/BUILD

        deps = [
            "//tensorflow/core:test",
            "//tensorflow/core/platform:protobuf",
        ],
    )
    
    tf_cc_test(
        name = "util_test",
        size = "small",
        srcs = ["util_test.cc"],
        deps = [
            ":test_utils",
            ":util",
            "//tensorflow/core:lib",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 05:43:44 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/cc/BUILD

            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/compiler/mlir/tensorflow:tensorflow_types",
            "//tensorflow/core:framework",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/framework:tensor_testutil",
            "//tensorflow/core/util/tensor_bundle",
            "@com_google_absl//absl/cleanup",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 04 07:19:09 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/BUILD

            ":xla_gpu_jit",
            "//tensorflow/cc:function_ops",
            "//tensorflow/cc:math_ops",
            "//tensorflow/cc:scope",
            "//tensorflow/core:framework",
            "//tensorflow/core:test",
            "//tensorflow/core/kernels:ops_testutil",
            "//tensorflow/core/platform:errors",
            "//tensorflow/core/platform:status",
            "//tensorflow/core/platform:status_matchers",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
  7. tensorflow/cc/experimental/base/tests/BUILD

            "//tensorflow/c:tf_datatype",
            "//tensorflow/cc/experimental/base/public:status",
            "//tensorflow/cc/experimental/base/public:tensor",
            "//tensorflow/core:lib",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
        ],
    )
    
    tf_cc_test(
        name = "tensorhandle_test",
        srcs = [
            "tensorhandle_test.cc",
        ],
        deps = [
            ":tensor_types_test_util",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/attributes.mlir

    func.func @resource() {
      // CHECK: tf.SomeOp
      // CHECK-SAME: dtype = !corert.resource
      "tf.SomeOp"() {device = "/device:CPU:0", dtype = !tf_type.resource} : () -> ()
      func.return
    }
    
    // CHECK-LABEL: func @variant
    func.func @variant(%arg: tensor<!tf_type.variant>) {
      // CHECK: tf.ZerosLike
      // CHECK-SAME: T = !corert.variant
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 00:18:59 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  9. tensorflow/cc/experimental/libexport/BUILD

        ],
    )
    
    tf_cc_test(
        name = "save_test",
        size = "small",
        srcs = ["save_test.cc"],
        deps = [
            ":save",
            "//tensorflow/core:lib",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/platform:path",
        ],
    )
    
    cc_library(
        name = "load",
        srcs = ["load.cc"],
        hdrs = ["load.h"],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  10. tensorflow/c/experimental/filesystem/plugins/gcs/BUILD

        size = "small",
        srcs = ["ram_file_block_cache_test.cc"],
        deps = [
            ":ram_file_block_cache",
            "//tensorflow/c:tf_status_internal",
            "//tensorflow/core:lib",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/platform:blocking_counter",
            "//tensorflow/core/platform/cloud:now_seconds_env",
        ],
    )
    
    tf_cc_test(
        name = "gcs_filesystem_test",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top