Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for Select0 (0.35 sec)

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

                        - targetHost
                        - targetPort
                        type: object
                    type: object
                  workloadSelector:
                    description: Criteria used to select the specific set of pods/VMs
                      on which this `DestinationRule` configuration should be applied.
                    properties:
                      matchLabels:
                        additionalProperties:
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    ```python
    c = tf.constant([[1,2,3,4], [-1,-2,-3,-4], [5,6,7,8]])
    
    # Select two rows, one segment.
    tf.sparse_segment_sum(c, tf.constant([0, 1]), tf.constant([0, 0]))
    # => [[0 0 0 0]]
    
    # Select two rows, two segment.
    tf.sparse_segment_sum(c, tf.constant([0, 1]), tf.constant([0, 1]))
    # => [[ 1  2  3  4]
    #     [-1 -2 -3 -4]]
    
    # Select all rows, two segments.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SEND", Const, 0},
    		{"Scope", Type, 0},
    		{"Scope.Objects", Field, 0},
    		{"Scope.Outer", Field, 0},
    		{"SelectStmt", Type, 0},
    		{"SelectStmt.Body", Field, 0},
    		{"SelectStmt.Select", Field, 0},
    		{"SelectorExpr", Type, 0},
    		{"SelectorExpr.Sel", Field, 0},
    		{"SelectorExpr.X", Field, 0},
    		{"SendStmt", Type, 0},
    		{"SendStmt.Arrow", Field, 0},
    		{"SendStmt.Chan", Field, 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)
  4. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

                    tensor_shape {
                    }
                    string_val: "_temp/part"
                  }
                }
              }
            }
            node_def {
              name: "Select"
              op: "Select"
              input: "StaticRegexFullMatch:output:0"
              input: "Const:output:0"
              input: "Const_1:output:0"
              device: "/device:CPU:*"
              attr {
                key: "T"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  5. RELEASE.md

            Ops.
        *   Correct a misstatement in the documentation of the sparse softmax cross
            entropy logit parameter.
        *   Add `tf.ragged.boolean_mask`.
        *   `tf.switch_case` added, which selects a branch_fn based on a
            branch_index.
        *   The C++ kernel of gather op supports batch dimensions.
        *   Fixed default value and documentation for `trainable` arg of
            tf.Variable.
    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. CHANGELOG/CHANGELOG-1.19.md

        analyze programmatically. By using aliases here, we would need to handle
        potentially aliased go_binary targets and dereference to the effective
        target.
      
        The comment references an issue with `pure = select(...)` which appears
        to be resolved considering this now builds.
      
      - make kube::util::find-binary not dependent on bazel-out/ structure
      
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), func RouteRIB //deprecated
    pkg syscall (freebsd-arm64), func RouteRIB(int, int) ([]uint8, error)
    pkg syscall (freebsd-arm64), func Seek(int, int64, int) (int64, error)
    pkg syscall (freebsd-arm64), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error
    pkg syscall (freebsd-arm64), func Sendfile(int, int, *int64, int) (int, error)
    pkg syscall (freebsd-arm64), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    				},
    			},
    			err:  "spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0]: Invalid value:",
    			test: "empty NodeSelectorTerm (selects nothing) cannot become populated (selects something)",
    		}, {
    			old: core.Pod{
    				Spec: core.PodSpec{
    					Affinity:        nil,
    					SchedulingGates: []core.PodSchedulingGate{{Name: "baz"}},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), func RouteRIB(int, int) ([]uint8, error) #53466
    pkg syscall (freebsd-riscv64), func Seek(int, int64, int) (int64, error) #53466
    pkg syscall (freebsd-riscv64), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error #53466
    pkg syscall (freebsd-riscv64), func Sendfile(int, int, *int64, int) (int, error) #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                  "default": "",
                  "type": "string"
                },
                "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels",
                "type": "object"
              },
              "managedFields": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
Back to top