Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 6,737 for _empty (0.13 sec)

  1. src/cmd/go/testdata/vcstest/git/empty-v2-without-v1.txt

    git tag v2.0.0
    
    git log --oneline --decorate=short
    cmp stdout .git-log
    
    -- .git-log --
    122733c (HEAD -> master, tag: v2.0.0) add go.mod file without go source files
    -- go.mod --
    module vcs-test.golang.org/git/empty-v2-without-v1.git/v2
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 15:36:24 UTC 2022
    - 550 bytes
    - Viewed (0)
  2. src/cmd/go/testdata/mod/example.com_ambiguous_a_b_v0.0.0-empty.txt

    Module example.com/ambiguous/a/b is a suffix of example.com/a.
    This version contains no package.
    -- .mod --
    module example.com/ambiguous/a/b
    
    go 1.16
    -- .info --
    {"Version":"v0.0.0-empty"}
    -- go.mod --
    module example.com/ambiguous/a/b
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 23 20:54:35 UTC 2020
    - 244 bytes
    - Viewed (0)
  3. src/html/template/exec_test.go

    	{"if emptystring", "{{if ``}}NON-EMPTY{{else}}EMPTY{{end}}", "EMPTY", tVal, true},
    	{"if string", "{{if `notempty`}}NON-EMPTY{{else}}EMPTY{{end}}", "NON-EMPTY", tVal, true},
    	{"if emptyslice", "{{if .SIEmpty}}NON-EMPTY{{else}}EMPTY{{end}}", "EMPTY", tVal, true},
    	{"if slice", "{{if .SI}}NON-EMPTY{{else}}EMPTY{{end}}", "NON-EMPTY", tVal, true},
    	{"if emptymap", "{{if .MSIEmpty}}NON-EMPTY{{else}}EMPTY{{end}}", "EMPTY", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-empty-tensor-content.pbtxt

    # RUN: tf-mlir-translate -graphdef-to-mlir -tf-enable-shape-inference-on-import=false %s -o - | FileCheck %s
    
    # This test is intended to verify the tensor_content field on import of an empty
    # tensor.
    # CHECK:  tf.Const
    # CHECK-SAME: value = dense<0.000000e+00>
    
    node {
      name: "Const"
      op: "Const"
      attr {
        key: "dtype"
        value {
          type: DT_FLOAT
        }
      }
      attr {
        key: "value"
        value {
          tensor {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 24 00:20:25 UTC 2020
    - 587 bytes
    - Viewed (0)
  5. maven-model-builder/src/test/resources/poms/validation/empty-module.xml

    Benjamin Bentmann <******@****.***> 1269519473 +0000
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Mar 25 12:17:53 UTC 2010
    - 984 bytes
    - Viewed (0)
  6. hack/testdata/invalid-rc-with-empty-args.yaml

      template:
        metadata:
          labels:
            k8s-app: kube-dns
        spec:
          containers:
          - name: carbon-relay
            image: banno/carbon-relay
            args:
            -
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 30 04:12:18 UTC 2016
    - 364 bytes
    - Viewed (0)
  7. src/net/testdata/empty-resolv.conf

    Russ Cox <******@****.***> 1410149331 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 19 bytes
    - Viewed (0)
  8. maven-model-builder/src/test/resources/poms/validation/empty-plugin-version.xml

    Benjamin Bentmann <******@****.***> 1259020724 +0000
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Nov 23 23:58:44 UTC 2009
    - 1.1K bytes
    - Viewed (0)
  9. releasenotes/notes/gauge-empty-metrics.yaml

    John Howard <******@****.***> 1694621088 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 13 16:04:48 UTC 2023
    - 235 bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/empty-input-shapes.pbtxt

    Hongmin Fan <******@****.***> 1614638143 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 01 22:43:47 UTC 2021
    - 491 bytes
    - Viewed (0)
Back to top