Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for grouped (0.17 sec)

  1. RELEASE.md

    *   <INSERT MAJOR FEATURE HERE, USING MARKDOWN SYNTAX>
    *   <IF RELEASE CONTAINS MULTIPLE FEATURES FROM SAME AREA, GROUP THEM TOGETHER>
    
    ### Bug Fixes and Other Changes
    
    * <SIMILAR TO ABOVE SECTION, BUT FOR OTHER IMPORTANT CHANGES / BUG FIXES>
    * <IF A CHANGE CLOSES A GITHUB ISSUE, IT SHOULD BE DOCUMENTED HERE>
    * <NOTES SHOULD BE GROUPED PER AREA>
    
    * `tf.data`
        * Add optional `synchronous` argument to `map`, to specify that the `map`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "description": "categories is a list of the grouped resources this resource belongs to (e.g. 'all')",
                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              },
              "group": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "description": "categories is a list of the grouped resources this resource belongs to (e.g. 'all')",
                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              },
              "group": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<TF_I32OrI64Tensor, [{dilation to apply between input elements}]>:$lhs_dilation,
        Arg<TF_I32OrI64Tensor, [{dilation to apply between kernel elements}]>:$rhs_dilation,
        Arg<TF_I32OrI64Tensor, [{number of feature groups for grouped convolution.}]>:$feature_group_count,
    
        StrAttr:$dimension_numbers,
        StrAttr:$precision_config
      );
    
      let results = (outs
        TF_NumberTensor:$output
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

                          properties:
                            group:
                              description: |-
                                Group is the group of the referent. For example, "gateway.networking.k8s.io".
                                When unspecified or empty string, core API group is inferred.
                              maxLength: 253
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg syscall (linux-386-cgo), const CLONE_PIDFD = 4096 #51246
    pkg syscall (linux-386-cgo), const CLONE_PIDFD ideal-int #51246
    pkg syscall (linux-386-cgo), type SysProcAttr struct, CgroupFD int #51246
    pkg syscall (linux-386-cgo), type SysProcAttr struct, UseCgroupFD bool #51246
    pkg syscall (linux-386), const CLONE_CLEAR_SIGHAND = 4294967296 #51246
    pkg syscall (linux-386), const CLONE_CLEAR_SIGHAND ideal-int #51246
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.19.md

    - Fix handling of aws-load-balancer-security-groups annotation. Security-Groups assigned with this annotation are no longer modified by kubernetes which is the expected behaviour of most users. Also no unnecessary Security-Groups are created anymore if this annotation is used. ([#83446](https://github.com/kubernetes/kubernetes/pull/83446), [@Elias481](https://github.com/Elias481)) [SIG...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Stop", Func, 1},
    	},
    	"os/user": {
    		{"(*User).GroupIds", Method, 7},
    		{"(UnknownGroupError).Error", Method, 7},
    		{"(UnknownGroupIdError).Error", Method, 7},
    		{"(UnknownUserError).Error", Method, 0},
    		{"(UnknownUserIdError).Error", Method, 0},
    		{"Current", Func, 0},
    		{"Group", Type, 7},
    		{"Group.Gid", Field, 7},
    		{"Group.Name", Field, 7},
    		{"Lookup", Func, 0},
    		{"LookupGroup", Func, 7},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  9. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.resource.local.FileStoreSearcher> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (FileStoreSearcher.java:0)
    Class <org.gradle.internal.resource.local.GroupedAndNamedUniqueFileStore$Grouper> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (GroupedAndNamedUniqueFileStore.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top