Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 4,605 for statx (0.04 sec)

  1. tensorflow/compiler/mlir/lite/tests/end2end/quant_stats.pbtxt.stats

    Feng Liu <******@****.***> 1570514267 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 08 10:14:32 UTC 2019
    - 88 bytes
    - Viewed (0)
  2. releasenotes/notes/istioctl-proxy-config-stats-prom-merged.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 39454
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 22 23:01:52 UTC 2022
    - 215 bytes
    - Viewed (0)
  3. releasenotes/notes/alt-stat-name.yaml

    Rama Chavali <******@****.***> 1716199771 +0530
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 20 10:09:31 UTC 2024
    - 184 bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/importer_test_min_max.cc

      // CHECK-NEXT:    %[[fc:.*]]:2 = "tfl.fully_connected"(%[[stat]], %arg1,
      // CHECK-NEXT:    %[[stat1:.*]] = "quantfork.stats"(%[[fc]]#0)
      // CHECK-SAME:    <{axis = 1 : i64,
      // CHECK-SAME:      axisStats = dense<{{\[}}[-0.000000e+00, 0.000000e+00],
      // CHECK-SAME:      [-1.000000e+00, 1.000000e+00],
      // CHECK-SAME:      [-2.000000e+00, 2.000000e+00]
      // CHECK-NEXT:    return %[[stat1]] : tensor<40x40xf32>
      // CHECK-NEXT:  }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/execution/plan/DefaultPlanExecutor.java

                if (workerCount > 0) {
                    LOGGER.lifecycle("average select time: " + format(stats -> stats.totalSelectTime));
                    LOGGER.lifecycle("average execute time: " + format(stats -> stats.totalExecuteTime));
                    LOGGER.lifecycle("average finish time: " + format(stats -> stats.totalMarkFinishedTime));
                }
                completedWorkers.clear();
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 16:29:26 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  6. platforms/core-runtime/files/src/testFixtures/groovy/org/gradle/internal/file/AbstractFileMetadataAccessorTest.groovy

            expect:
            def stat = accessor.stat(file)
            stat.type == FileType.RegularFile
            assertSameLastModified(stat, file)
            stat.length == 3
            assertSameAccessType(stat, DIRECT)
        }
    
        def "stats directory"() {
            def dir = tmpDir.file("dir").createDir()
    
            expect:
            def stat = accessor.stat(dir)
            stat.type == FileType.Directory
            stat.lastModified == 0
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:50:56 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  7. src/internal/trace/testdata/cmd/gotraceeventstats/main.go

    	fmt.Fprintf(w, "-\t-\t-\t-\t-\n")
    	for i := range stats {
    		stat := &stats[i]
    		name := ""
    		if int(stat.typ) >= len(specs) {
    			name = fmt.Sprintf("<unknown (%d)>", stat.typ)
    		} else {
    			name = specs[stat.typ].Name
    		}
    		bytesPct := float64(stat.bytes) / float64(cr.bytesRead) * 100
    		countPct := float64(stat.count) / float64(eventsRead) * 100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:31:29 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  8. pkg/kubelet/stats/helper.go

    }
    
    func addContainerUsage(stat *statsapi.FsStats, container *statsapi.ContainerStats, isCRIStatsProvider bool) {
    	if rootFs := container.Rootfs; rootFs != nil {
    		stat.Time = maxUpdateTime(&stat.Time, &rootFs.Time)
    		stat.InodesUsed = addUsage(stat.InodesUsed, rootFs.InodesUsed)
    		stat.UsedBytes = addUsage(stat.UsedBytes, rootFs.UsedBytes)
    		if logs := container.Logs; logs != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 17 23:40:02 UTC 2023
    - 14.8K bytes
    - Viewed (0)
  9. cmd/metrics-realtime.go

    	}
    	if types.Contains(madmin.MetricsRPC) {
    		gr := globalGrid.Load()
    		if gr == nil {
    			m.Errors = append(m.Errors, fmt.Sprintf("%s: Grid not initialized", byHostName))
    		} else {
    			stats := gr.ConnStats()
    			m.Aggregated.RPC = &stats
    		}
    	}
    	// Add types...
    
    	// ByHost is a shallow reference, so careful about sharing.
    	m.ByHost = map[string]madmin.Metrics{byHostName: m.Aggregated}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Jun 01 05:16:24 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/internal/service/scopes/VirtualFileSystemServices.java

    import org.gradle.api.internal.changedetection.state.PropertiesFileFilter;
    import org.gradle.api.internal.changedetection.state.ResourceEntryFilter;
    import org.gradle.api.internal.changedetection.state.ResourceFilter;
    import org.gradle.api.internal.changedetection.state.ResourceSnapshotterCacheService;
    import org.gradle.api.internal.changedetection.state.SplitFileHasher;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 20.4K bytes
    - Viewed (0)
Back to top