Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 316 for defs (0.34 sec)

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

        deps = [
            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/compiler/mlir/tensorflow:tensorflow_remaining_ops",
            "//tensorflow/compiler/mlir/tensorflow:tensorflow_types",
            "@llvm-project//mlir:IR",
        ],
    )
    
    tf_cc_test(
        name = "const_op_size_test",
        srcs = ["const_op_size_test.cc"],
        deps = [
            ":const_op_size",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 04 07:19:09 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/devicemanager/endpoint_test.go

    		if callbackCount == 0 {
    			require.Len(t, devices, 3)
    			require.Equal(t, devices[0].ID, devs[0].ID)
    			require.Equal(t, devices[1].ID, devs[1].ID)
    			require.Equal(t, devices[2].ID, devs[2].ID)
    			require.Equal(t, devices[0].Health, devs[0].Health)
    			require.Equal(t, devices[1].Health, devs[1].Health)
    			require.Equal(t, devices[2].Health, devs[2].Health)
    		}
    
    		// Check plugin update
    		if callbackCount == 1 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 16:05:48 UTC 2022
    - 7.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/quantization/BUILD

            "tools/op_quant_spec_getters_gen.cc",
        ],
        deps = [
            "@llvm-project//llvm:Support",
            "@llvm-project//llvm:TableGen",
            "@llvm-project//mlir:TableGen",
        ],
    )
    
    tf_native_cc_binary(
        name = "tflite_op_coverage_spec_getters_gen",
        srcs = [
            "tools/tflite_op_coverage_spec_getters_gen.cc",
        ],
        deps = [
            "@com_google_absl//absl/strings",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 08 01:38:03 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/list_bad_import.txt

    ! stdout ^error
    stdout 'incomplete'
    stdout 'bad dep: .*example.com[/\\]notfound'
    
    # Listing with -deps should also fail.
    ! go list -deps example.com/direct
    stderr example.com[/\\]notfound
    
    # But -e -deps should succeed.
    go list -e -deps example.com/direct
    stdout example.com/notfound
    
    
    # Listing an otherwise-valid package that imports some *other* package with an
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 09 20:53:04 UTC 2020
    - 2.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/BUILD

        hdrs = ["op_or_arg_name_mapper.h"],
        deps = [
            "//tensorflow/compiler/mlir/utils:name_utils",
            "@com_google_absl//absl/strings",
            "@llvm-project//llvm:Support",
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:Support",
        ],
    )
    
    cc_library(
        name = "tf_mlir_opt_main",
        testonly = True,
        srcs = ["tf_mlir_opt_main.cc"],
        deps = [
            ":init_mlir",
            ":passes",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  6. src/runtime/defs1_netbsd_arm.go

    // created by cgo -cdefs and then converted to Go
    // cgo -cdefs defs_netbsd.go defs_netbsd_arm.go
    
    package runtime
    
    const (
    	_EINTR  = 0x4
    	_EFAULT = 0xe
    	_EAGAIN = 0x23
    
    	_O_WRONLY   = 0x1
    	_O_NONBLOCK = 0x4
    	_O_CREAT    = 0x200
    	_O_TRUNC    = 0x400
    	_O_CLOEXEC  = 0x400000
    
    	_PROT_NONE  = 0x0
    	_PROT_READ  = 0x1
    	_PROT_WRITE = 0x2
    	_PROT_EXEC  = 0x4
    
    	_MAP_ANON    = 0x1000
    	_MAP_PRIVATE = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration/BUILD

        srcs = [],
        hdrs = ["min_max_value.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [],
    )
    
    cc_library(
        name = "statistics",
        srcs = ["statistics.cc"],
        hdrs = ["statistics.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "//tensorflow/compiler/mlir/quantization/stablehlo:quantization_config_proto_cc",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/utils/BUILD

        compatible_with = get_compatible_with_portable(),
        deps = [
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:Support",
        ],
    )
    
    cc_library(
        name = "tf_to_uniform_attribute_utils",
        srcs = ["tf_to_uniform_attribute_utils.cc"],
        hdrs = ["tf_to_uniform_attribute_utils.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/ops/BUILD

    )
    
    cc_library(
        name = "array_ops",
        srcs = [
            "array_ops.cc",
        ],
        hdrs = [
            "array_ops.h",
        ],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            "//tensorflow/c/eager:abstract_context",
            "//tensorflow/c/eager:abstract_operation",
            "//tensorflow/c/eager:abstract_tensor_handle",
            "//tensorflow/c/eager:c_api_unified_internal",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 15:20:54 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  10. src/runtime/defs_netbsd_arm.go

    // Copyright 2013 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build ignore
    
    /*
    Input to cgo.
    
    GOARCH=arm go tool cgo -cdefs defs_netbsd.go defs_netbsd_arm.go >defs_netbsd_arm.h
    */
    
    package runtime
    
    /*
    #include <sys/types.h>
    #include <machine/mcontext.h>
    */
    import "C"
    
    const (
    	REG_R0   = C._REG_R0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 764 bytes
    - Viewed (0)
Back to top