Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 160 for src1 (0.1 sec)

  1. src/cmd/compile/internal/syntax/parser_test.go

    	src_   = flag.String("src", "parser.go", "source file to parse")
    	skip   = flag.String("skip", "", "files matching this regular expression are skipped by TestStdLib")
    )
    
    func TestParse(t *testing.T) {
    	ParseFile(*src_, func(err error) { t.Error(err) }, nil, 0)
    }
    
    func TestVerify(t *testing.T) {
    	ast, err := ParseFile(*src_, func(err error) { t.Error(err) }, nil, 0)
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 16:30:19 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/experimental/tac/py_wrapper/BUILD

        default_visibility = [
            "//tensorflow/compiler/mlir/lite/experimental/tac:__subpackages__",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "tac_wrapper_lib",
        srcs = ["tac_wrapper.cc"],
        hdrs = [
            "tac_wrapper.h",
        ],
        deps = [
            "//tensorflow/compiler/mlir/lite/experimental/tac:common",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/common/ir/BUILD

    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = ["//visibility:public"],
        licenses = ["notice"],
    )
    
    td_library(
        name = "QuantizationOpsTdFiles",
        srcs = [
            "QuantOps.td",
            "QuantOpsBase.td",
        ],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "@llvm-project//mlir:InferTypeOpInterfaceTdFiles",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 29 02:59:58 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/internal/inference/BUILD

        tblgen = "@llvm-project//mlir:mlir-tblgen",
        td_file = "inference_passes.td",
        deps = [
            "@llvm-project//mlir:PassBaseTdFiles",
        ],
    )
    
    cc_library(
        name = "inference_metrics_pass",
        srcs = ["inference_metrics_pass.cc"],
        hdrs = ["inference_passes.h"],
        visibility = ["//visibility:public"],
        deps = [
            ":inference_passes_inc_gen",
            "//tensorflow/compiler/mlir/tensorflow",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 08 21:59:39 UTC 2023
    - 2K bytes
    - Viewed (0)
  5. build/pause/Makefile

    # For more information, see: https://github.com/kubernetes/kubernetes/pull/91452
    BIN.linux = pause
    BIN.windows = pause wincat
    BIN := ${BIN.${OS}}
    SRCS.linux = linux/pause.c
    SRCS.windows = windows/pause.c
    SRCS := ${SRCS.${OS}}
    
    EXTENSION.linux =
    EXTENSION.windows = .exe
    EXTENSION := ${EXTENSION.${OS}}
    
    # The manifest command is still experimental as of Docker 18.09.3
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 19:31:40 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/c/BUILD

        default_visibility = [":friends"],
        licenses = ["notice"],
    )
    
    package_group(
        name = "friends",
        packages = ["//tensorflow/..."],
    )
    
    tf_cuda_library(
        name = "mlir_c_api",
        srcs = [
            "c_api_unified_experimental_mlir.cc",
        ],
        copts = tf_copts(),
        deps = [
            "//tensorflow/c:c_api",
            "//tensorflow/c:tensor_interface",
            "//tensorflow/c:tf_status_helper",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 04 19:49:06 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  7. src/go/types/builtins_test.go

    	{"copy", `var src, dst []byte; copy(dst, src)`, `func([]byte, []byte) int`},
    	{"copy", `type T [][]int; var src, dst T; _ = copy(dst, src)`, `func(p.T, p.T) int`},
    	{"copy", `var src string; var dst []byte; copy(dst, src)`, `func([]byte, string) int`},
    	{"copy", `type T string; type U []byte; var src T; var dst U; copy(dst, src)`, `func(p.U, p.T) int`},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 18:48:38 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/host_runtime/BUILD

            "//tensorflow/compiler/mlir/tensorflow:__pkg__",
            "//tensorflow/compiler/mlir/tfrt:__subpackages__",
        ],
        licenses = ["notice"],
    )
    
    td_library(
        name = "tensorflow_tfrt_ops_td_files",
        srcs = [
            "tfrt_ops.td",
        ],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "//tensorflow/compiler/mlir/tensorflow:tensorflow_ops_td_files",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 29 02:59:58 UTC 2024
    - 3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tfr/resources/BUILD

        ],
        licenses = ["notice"],
    )
    
    package_group(
        name = "friends",
        packages = [
            "//tensorflow/compiler/mlir/...",
        ],
    )
    
    filegroup(
        name = "decomposition_lib",
        srcs = ["decomposition_lib.mlir"],
    )
    
    gen_op_bindings(name = "composite")
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 15:20:54 UTC 2022
    - 507 bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/end2end/disallow_stateful_partitioned_call.pbtxt

    node {
      name: "args_0"
      op: "_Arg"
      attr {
        key: "T"
        value {
          type: DT_RESOURCE
        }
      }
      attr {
        key: "index"
        value {
          i: 0
        }
      }
    }
    node {
      name: "spc1"
      op: "StatefulPartitionedCall"
      input: "input0"
      input: "args_0"
      attr {
        key: "Tin"
        value {
          list {
            type: DT_FLOAT
            type: DT_RESOURCE
          }
        }
      }
      attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 24 20:05:09 UTC 2023
    - 2.6K bytes
    - Viewed (0)
Back to top