Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for stopCh (0.17 sec)

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

    where 'tis thickest the red is deepest and darkest. For it is to be
    conceiv'd that such a Liquor stops the indigo-making and violet-making
    Rays most easily, the blue-making Rays more difficultly, the
    green-making Rays still more difficultly, and the red-making most
    difficultly: And that if the thickness of the Liquor be only so much as
    suffices to stop a competent number of the violet-making and
    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

            dispatches the best kernel implementation based on CPU vector
            architecture. To disable them, build with
            `--define=tensorflow_mkldnn_contraction_kernel=0`.
        *   `tf.linspace(start, stop, num)` now always uses "stop" as last value
            (for num > 1)
        *   Added top-k to precision and recall to keras metrics.
        *   Add a ragged size op and register it to the op dispatcher
    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. CHANGELOG/CHANGELOG-1.19.md

      
      Kubeadm now includes CoreDNS version v1.7.0. Some of the major changes include:
      -  Fixed a bug that could cause CoreDNS to stop updating service records.
      -  Fixed a bug in the forward plugin where only the first upstream server is always selected no matter which policy is set.
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    `(stop - start) / (num - 1)`, so that the last one is exactly `stop`.
    
    For example:
    
    ```
    tf.linspace(10.0, 12.0, 3, name="linspace") => [ 10.0  11.0  12.0]
    ```
      }];
    
      let arguments = (ins
        Arg<TF_FloatTensor, [{0-D tensor. First entry in the range.}]>:$start,
        Arg<TF_FloatTensor, [{0-D tensor. Last entry in the range.}]>:$stop,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. src/main/webapp/css/bootstrap.min.css.map

    $start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {\n  background-image: linear-gradient(to right, $start-color, $mid-color $color-stop, $end-color);\n  background-repeat: no-repeat;\n}\n@mixin gradient-y-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {\n  background-image: linear-gradient($start-color, $mid-color $color-stop, $end-color);\n  background-repeat: no-repeat;\n}\n@mixin gradient-radial($inner-color: $gray-700, $outer-color:...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  6. src/main/webapp/css/admin/bootstrap.min.css.map

    $start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {\n  background-image: linear-gradient(to right, $start-color, $mid-color $color-stop, $end-color);\n  background-repeat: no-repeat;\n}\n@mixin gradient-y-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {\n  background-image: linear-gradient($start-color, $mid-color $color-stop, $end-color);\n  background-repeat: no-repeat;\n}\n@mixin gradient-radial($inner-color: $gray-700, $outer-color:...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apps__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    				Exec: &core.ExecAction{
    					Command: []string{"echo", "post start"},
    				},
    			},
    			PreStop: &core.LifecycleHandler{
    				Exec: &core.ExecAction{
    					Command: []string{"echo", "pre stop"},
    				},
    			},
    		},
    		LivenessProbe: &core.Probe{
    			ProbeHandler: core.ProbeHandler{
    				TCPSocket: &core.TCPSocketAction{
    					Port: intstr.FromInt32(80),
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top