Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for beginning (0.16 sec)

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

    It has been shewed also, that as the Sun's Light is mix'd of all sorts
    of Rays, so its whiteness is a mixture of the Colours of all sorts of
    Rays; those Rays having from the beginning their several colorific
    qualities as well as their several Refrangibilities, and retaining them
    perpetually unchanged notwithstanding any Refractions or Reflexions they
    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. pkg/apis/core/validation/validation_test.go

    		csi:      &core.CSIVolumeSource{Driver: "io.kubernetes.storage_csi.flex"},
    		errtype:  field.ErrorTypeInvalid,
    		errfield: "driver",
    	}, {
    		name: "driver name: ok beginning with number",
    		csi:  &core.CSIVolumeSource{Driver: "2io.kubernetes.storage-csi.flex"},
    	}, {
    		name: "driver name: ok ending with number",
    		csi:  &core.CSIVolumeSource{Driver: "io.kubernetes.storage-csi.flex2"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        }
      }];
    }
    
    def TF_LinSpaceOp : TF_Op<"LinSpace", [Pure]> {
      let summary = "Generates values in an interval.";
    
      let description = [{
    A sequence of `num` evenly-spaced values are generated beginning at `start`.
    If `num > 1`, the values in the sequence increase by
    `(stop - start) / (num - 1)`, so that the last one is exactly `stop`.
    
    For example:
    
    ```
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    - Scheduler framework permit plugins now run at the end of the scheduling cycle, after reserve plugins. Waiting on permit will remain in the beginning of the binding cycle. ([#88199](https://github.com/kubernetes/kubernetes/pull/88199), [@mateuszlitwin](https://github.com/mateuszlitwin)) [SIG Scheduling]
    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. RELEASE.md

    *   Stability improvements for the GCS file system support.
    *   Improved TensorForest performance.
    *   Added support for multiple filename globs in `tf.matching_files`.
    *   `LogMessage` now includes a timestamp as beginning of a message.
    *   Added MultiBox person detector example standalone binary.
    *   Android demo: Makefile build functionality added to build.gradle to fully
        support building TensorFlow demo in Android on Windows.
    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. 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)
Back to top