Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for doEmit (0.28 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

            kind: ServiceAccount
            metadata:
              name: {{.ServiceAccount | quote}}
              namespace: {{.Namespace | quote}}
              annotations:
                {{- toJsonMap (omit .InfrastructureAnnotations "kubectl.kubernetes.io/last-applied-configuration" "gateway.istio.io/name-override" "gateway.istio.io/service-account" "gateway.istio.io/controller-version") | nindent 4 }}
              labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Stmt).ExecContext", Method, 8},
    		{"(*Stmt).Query", Method, 0},
    		{"(*Stmt).QueryContext", Method, 8},
    		{"(*Stmt).QueryRow", Method, 0},
    		{"(*Stmt).QueryRowContext", Method, 8},
    		{"(*Tx).Commit", Method, 0},
    		{"(*Tx).Exec", Method, 0},
    		{"(*Tx).ExecContext", Method, 8},
    		{"(*Tx).Prepare", Method, 0},
    		{"(*Tx).PrepareContext", Method, 8},
    		{"(*Tx).Query", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

      in the 'FROM' directive of the server image Dockerfiles.
      
      As a result, server images for non-amd64 images copy in the go-runner
      amd64 binary instead of the go-runner that matches that architecture.
      
      This commit explicitly sets the '--platform=linux/${arch}' to ensure
      we're pulling the correct go-runner arch from the manifest list.
      
      Before:
      `FROM ${base_image}`
      
      After:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "default": "",
                "description": "repository is the URL",
                "type": "string"
              },
              "revision": {
                "description": "revision is the commit hash for the specified revision.",
                "type": "string"
              }
            },
            "required": [
              "repository"
            ],
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. RELEASE.md

    *   `tf.nn`
    
        *   `tf.nn.embedding_lookup_sparse` and `tf.nn.safe_embedding_lookup_sparse` now support ids and weights described by `tf.RaggedTensor`s.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    special meaning, namely `,.->`. The behavior of this Op is undefined if it
    receives an ill-formatted equation; since the validation is done at
    graph-building time, we omit format validation checks at runtime.
    
    Note: This Op is *not* intended to be called by the user; instead users should
    call `tf.einsum` directly. It is a hidden Op used by `tf.einsum`.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top