Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for mode_ (0.12 sec)

  1. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.artifacts.verification.model.ArtifactVerificationMetadata> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ArtifactVerificationMetadata.java:0)
    Class <org.gradle.api.internal.artifacts.verification.model.Checksum> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Checksum.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)
  2. RELEASE.md

            the `run_eagerly` property, and will correctly run using `tf.function`
            by default. Note that `Model.fit_generator`, `Model.evaluate_generator`,
            and `Model.predict_generator` are deprecated endpoints. They are
            subsumed by `Model.fit`, `Model.evaluate`, and `Model.predict` which now
            support generators and Sequences.
    *   `tf.lite`
        *   Legalization for `NMS` ops in TFLite.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

        shortNames:
        - pa
        singular: peerauthentication
      scope: Namespaced
      versions:
      - additionalPrinterColumns:
        - description: Defines the mTLS mode used for peer authentication.
          jsonPath: .spec.mtls.mode
          name: Mode
          type: string
        - description: 'CreationTimestamp is a timestamp representing the server time
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

        shortNames:
        - pa
        singular: peerauthentication
      scope: Namespaced
      versions:
      - additionalPrinterColumns:
        - description: Defines the mTLS mode used for peer authentication.
          jsonPath: .spec.mtls.mode
          name: Mode
          type: string
        - description: 'CreationTimestamp is a timestamp representing the server time
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

        shortNames:
        - pa
        singular: peerauthentication
      scope: Namespaced
      versions:
      - additionalPrinterColumns:
        - description: Defines the mTLS mode used for peer authentication.
          jsonPath: .spec.mtls.mode
          name: Mode
          type: string
        - description: 'CreationTimestamp is a timestamp representing the server time
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    		"invalid-update-volume-mode-block-to-nil": {
    			isExpectedFailure: true,
    			oldPV:             createTestVolModePV(&block),
    			newPV:             createTestVolModePV(nil),
    		},
    		"invalid-update-volume-mode-nil-to-nil": {
    			isExpectedFailure: false,
    			oldPV:             createTestVolModePV(nil),
    			newPV:             createTestVolModePV(nil),
    		},
    		"invalid-update-volume-mode-empty-to-mode": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        }
      }];
    }
    
    def TF_DisableCopyOnReadOp : TF_Op<"DisableCopyOnRead", []> {
      let summary = "Turns off the copy-on-read mode.";
    
      let description = [{
    Turns off the copy-on-read mode of a resource variable. If the variable is not in copy-on-read mode, this op has no effect.
      }];
    
      let arguments = (ins
        Arg<TF_ResourceTensor, [{The resource handle of the resource variable.}]>:$resource
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "mode": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  9. tests/integration/pilot/testdata/gateway-api-crd.yaml

                              type: object
                            mode:
                              default: Terminate
                              description: |-
                                Mode defines the TLS behavior for the TLS session initiated by the client.
                                There are two possible modes:
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*File).FileInfo", Method, 0},
    		{"(*File).ModTime", Method, 0},
    		{"(*File).Mode", Method, 0},
    		{"(*File).Open", Method, 0},
    		{"(*File).OpenRaw", Method, 17},
    		{"(*File).SetModTime", Method, 0},
    		{"(*File).SetMode", Method, 0},
    		{"(*FileHeader).FileInfo", Method, 0},
    		{"(*FileHeader).ModTime", Method, 0},
    		{"(*FileHeader).Mode", Method, 0},
    		{"(*FileHeader).SetModTime", Method, 0},
    		{"(*FileHeader).SetMode", 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)
Back to top