Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for maker (0.24 sec)

  1. src/testdata/Isaac.Newton-Opticks.txt

    least refrangible Rays, which when separated from the rest make red,
    were inflected at a greater distance from the Hair, so as to make three
    red Fringes at a greater distance from the middle of the Shadow of the
    Hair; and the most refrangible Rays which when separated make violet,
    were inflected at a less distance from the Hair, so as to make three
    violet Fringes at a less distance from the middle of the Shadow of the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  2. RELEASE.md

        "true" or "1", this environment variable makes `tf.nn.bias_add` operate
        deterministically (i.e. reproducibly), but currently only when XLA JIT
        compilation is *not* enabled. Setting `TF_DETERMINISTIC_OPS` to "true" or
        "1" also makes cuDNN convolution and max-pooling operate deterministically.
        This makes Keras Conv\*D and MaxPool\*D layers operate deterministically in
    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. src/main/webapp/css/admin/bootstrap.min.css.map

    width, and override it for fixed navbars in media queries.\n\n@if $enable-grid-classes {\n  // Single container class with breakpoint max-widths\n  .container {\n    @include make-container();\n    @include make-container-max-widths();\n  }\n\n  // 100% wide container at all breakpoints\n  .container-fluid {\n    @include make-container();\n  }\n\n  // Responsive containers that are 100% wide until a breakpoint\n  @each $breakpoint, $container-max-width in $container-max-widths {\n    .container-#{$breakpoint}...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    - Kubeadm: make the kubeconfig files for the kube-controller-manager and kube-scheduler use the LocalAPIEndpoint instead of the ControlPlaneEndpoint. This makes kubeadm clusters more reseliant to version skew problems during immutable upgrades: https://kubernetes.io/docs/setup/release/version-skew-policy/#kube-controller-manager-kube-...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    	// All the fields in pod spec should be either osSpecific or osNeutral field
    	// To make a field OS specific:
    	// - Add documentation to the os specific field indicating which os it can/cannot be set for
    	// - Add documentation to the os field in the api
    	// - Add validation logic validateLinux, validateWindows functions to make sure the field is only set for eligible OSes
    	osSpecificFields := sets.NewString(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  6. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                              IP.
                            type: string
                          httpHeaders:
                            description: Headers the proxy will pass on to make the request.
                            items:
                              properties:
                                name:
                                  type: string
                                value:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  7. src/main/webapp/css/bootstrap.min.css.map

    width, and override it for fixed navbars in media queries.\n\n@if $enable-grid-classes {\n  // Single container class with breakpoint max-widths\n  .container {\n    @include make-container();\n    @include make-container-max-widths();\n  }\n\n  // 100% wide container at all breakpoints\n  .container-fluid {\n    @include make-container();\n  }\n\n  // Responsive containers that are 100% wide until a breakpoint\n  @each $breakpoint, $container-max-width in $container-max-widths {\n    .container-#{$breakpoint}...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

            "oneOf": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    the end.
    
    This operation is useful if you want to add a batch dimension to a single
    element. For example, if you have a single image of shape `[height, width,
    channels]`, you can make it a batch of 1 image with `expand_dims(image, 0)`,
    which will make the shape `[1, height, width, channels]`.
    
    Other examples:
    
    ```
    # 't' is a tensor of shape [2]
    shape(expand_dims(t, 0)) ==> [1, 2]
    shape(expand_dims(t, 1)) ==> [2, 1]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  10. tests/integration/pilot/testdata/gateway-api-crd.yaml

                            receive an `UNAVAILABLE` status.
    
    
                            See the GRPCBackendRef definition for the rules about what makes a single
                            GRPCBackendRef invalid.
    
    
                            When a GRPCBackendRef is invalid, `UNAVAILABLE` statuses MUST be returned for
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
Back to top