Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 69 of 69 for Epoch (0.14 sec)

  1. RELEASE.md

        *   Added a new `rerandomize_each_iteration` argument for the `tf.data.Dataset.sample_from_datasets()` operation, which controls whether the sequence...
    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. pkg/controller/job/job_controller_test.go

    const fastSyncJobBatchPeriod = 10 * time.Millisecond
    const fastJobApiBackoff = 10 * time.Millisecond
    const fastRequeue = 10 * time.Millisecond
    
    // testFinishedAt represents time one second later than unix epoch
    // this will be used in various test cases where we don't want back-off to kick in
    var testFinishedAt = metav1.NewTime((time.Time{}).Add(time.Second))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  3. api/go1.14.txt

    pkg syscall (freebsd-arm64), type IfData struct, Collisions uint64
    pkg syscall (freebsd-arm64), type IfData struct, Datalen uint8
    pkg syscall (freebsd-arm64), type IfData struct, Epoch int64
    pkg syscall (freebsd-arm64), type IfData struct, Hdrlen uint8
    pkg syscall (freebsd-arm64), type IfData struct, Hwassist uint64
    pkg syscall (freebsd-arm64), type IfData struct, Ibytes uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"seconds": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.",
    							Default:     0,
    							Type:        []string{"integer"},
    							Format:      "int64",
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type IfData struct, Collisions uint64 #53466
    pkg syscall (freebsd-riscv64), type IfData struct, Datalen uint8 #53466
    pkg syscall (freebsd-riscv64), type IfData struct, Epoch int64 #53466
    pkg syscall (freebsd-riscv64), type IfData struct, Hdrlen uint8 #53466
    pkg syscall (freebsd-riscv64), type IfData struct, Hwassist uint64 #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let hasVerifier = 1;
    
      let hasFolder = 1;
    }
    
    def TF_TimestampOp : TF_Op<"Timestamp", []> {
      let summary = "Provides the time since epoch in seconds.";
    
      let description = [{
    Returns the timestamp as a `float64` for seconds since the Unix epoch.
    
    Common usages include:
    * Logging
    * Providing a random number seed
    * Debugging graph execution
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"IfData", Type, 0},
    		{"IfData.Addrlen", Field, 0},
    		{"IfData.Baudrate", Field, 0},
    		{"IfData.Capabilities", Field, 2},
    		{"IfData.Collisions", Field, 0},
    		{"IfData.Datalen", Field, 0},
    		{"IfData.Epoch", Field, 0},
    		{"IfData.Hdrlen", Field, 0},
    		{"IfData.Hwassist", Field, 0},
    		{"IfData.Ibytes", Field, 0},
    		{"IfData.Ierrors", Field, 0},
    		{"IfData.Imcasts", Field, 0},
    		{"IfData.Ipackets", Field, 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)
  8. src/internal/trace/traceviewer/static/trace_viewer_full.html

    histograms.addHistogram(cpuDuration);},blinkGarbageCollectionEventNames());}
    function addDurationOfAtomicPause(histograms,model){tr.metrics.v8.utils.groupAndProcessEvents(model,isNonForcedBlinkGarbageCollectionAtomicPauseEvent,event=>event.args.epoch,function(group,events){const cpuDuration=createNumericForTopEventTime('blink-gc-atomic-pause');cpuDuration.addSample(events.reduce((acc,current)=>acc+current.cpuDuration,0));histograms.addHistogram(cpuDuration);});}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  9. pkg/generated/openapi/zz_generated.openapi.go

    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"seconds": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.",
    							Default:     0,
    							Type:        []string{"integer"},
    							Format:      "int64",
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top