Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,269 for corerest (0.11 sec)

  1. tensorflow/cc/experimental/libtf/impl/BUILD

            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
        ],
    )
    
    cc_library(
        name = "scalars",
        hdrs = [
            "scalars.h",
        ],
    )
    
    tf_cc_test(
        name = "scalars_test",
        size = "small",
        srcs = ["scalars_test.cc"],
        deps = [
            ":scalars",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
        ],
    )
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 09:47:46 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. tensorflow/cc/BUILD

            ":testutil",
            "//tensorflow/core:all_kernels",
            "//tensorflow/core:framework",
            "//tensorflow/core:framework_internal",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core:testlib",
        ],
    )
    
    tf_cc_test(
        name = "framework_while_gradients_test",
        size = "small",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/tests/BUILD

            "//tensorflow/core:core_cpu",
            "//tensorflow/core:framework",
            "//tensorflow/core:graph",
            "//tensorflow/core:lib",
            "//tensorflow/core:lib_internal",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/tools/optimization:optimization_pass_runner_lib",
            "@com_google_absl//absl/strings",
            "@local_xla//xla:status_macros",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/swift/testReport/groovy/core/src/test/swift/LinuxMain.swift

    import XCTest
    
    XCTMain([
        testCase(CoreTest.allTests)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 60 bytes
    - Viewed (0)
  5. tensorflow/cc/experimental/libtf/BUILD

        deps = [
            ":libtf",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/platform:statusor",
        ],
    )
    
    tf_cc_test(
        name = "libtf_perf_test",
        size = "medium",
        srcs = ["tests/perf_test.cc"],
        deps = [
            ":libtf",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
        ],
    )
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/swift/testReport/kotlin/core/src/test/swift/LinuxMain.swift

    import XCTest
    
    XCTMain([
        testCase(CoreTest.allTests)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 60 bytes
    - Viewed (0)
  7. tensorflow/c/eager/BUILD

            "//tensorflow/c/experimental/ops",
            "//tensorflow/compiler/mlir/tensorflow/c:mlir_c_api_registration",
            "//tensorflow/core:lib",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/lib/llvm_rtti",
            "@com_google_absl//absl/container:flat_hash_set",
            "@com_google_absl//absl/strings",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 11 23:52:39 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/fallback_canonicalization.mlir

    // CHECK-SAME: ([[arg0:%.*]]: !corert.tensorhandle, [[arg1:%.*]]: !corert.tensorhandle)
    func.func @test_const_tensor_canonicalization_mixed_operands(%arg0: !corert.tensorhandle, %arg1: !corert.tensorhandle) -> (!tfrt_fallback.tf_tensor, !tfrt_fallback.tf_tensor, !tfrt_fallback.tf_tensor, !tfrt_fallback.tf_tensor) {
      %a = corert.const_dense_tensor dense<[true, false]> : tensor<2xi1>
      %b = corert.const_dense_tensor dense<[false, true]> : tensor<2xi1>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Nov 04 14:07:37 UTC 2022
    - 5.3K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/gradients/BUILD

            "//tensorflow/c/eager:unified_api_testutil",
            "//tensorflow/c/experimental/ops",
            "//tensorflow/compiler/mlir/tensorflow/c:mlir_c_api_registration",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/platform:errors",
        ],
    )
    
    filegroup(
        name = "pywrap_required_hdrs",
        srcs = [
            "array_grad.h",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 01 20:39:44 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  10. pkg/registry/core/node/storage/storage.go

    	"k8s.io/kubernetes/pkg/registry/core/node"
    	noderest "k8s.io/kubernetes/pkg/registry/core/node/rest"
    	"sigs.k8s.io/structured-merge-diff/v4/fieldpath"
    )
    
    // NodeStorage includes storage for nodes and all sub resources.
    type NodeStorage struct {
    	Node   *REST
    	Status *StatusREST
    	Proxy  *noderest.ProxyREST
    
    	KubeletConnectionInfo client.ConnectionInfoGetter
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 20:38:11 UTC 2023
    - 6.1K bytes
    - Viewed (0)
Back to top