Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 403 for stage1 (0.2 sec)

  1. test/typeparam/shape1.out

    Keith Randall <******@****.***> 1627678827 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jul 31 17:03:07 UTC 2021
    - 10 bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/audit/evaluator.go

    type RequestAuditConfig struct {
    	// Level at which the request is being audited at
    	Level audit.Level
    
    	// OmitStages is the stages that need to be omitted from being audited.
    	OmitStages []audit.Stage
    
    	// OmitManagedFields indicates whether to omit the managed fields of the request
    	// and response bodies from being written to the API audit log.
    	OmitManagedFields bool
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 02 22:24:14 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  3. src/cmd/link/internal/benchmark/bench.go

    // profiling for the linker. The Metrics objects can be used to mark stages
    // of the code, and name the measurements during that stage. There is also
    // optional GCs that can be performed at the end of each stage, so you
    // can get an accurate measurement of how each stage changes live memory.
    package benchmark
    
    import (
    	"fmt"
    	"io"
    	"os"
    	"runtime"
    	"runtime/pprof"
    	"time"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 30 18:10:36 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/get_compiler_ir.cc

                                              IrExportStage stage) {
      auto is_tfrt_tpu_supported_stage = [](IrExportStage stage) {
        return stage == IrExportStage::HLO ||
               stage == IrExportStage::HLO_NO_METADATA ||
               stage == IrExportStage::HLO_SERIALIZED;
      };
      // TODO(b/238830423): support GetCompilerIr on TFRT TPU device for stages
      // that requires compilation from HLO to executable.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 19K bytes
    - Viewed (0)
  5. test/typeparam/shape1.go

    Matthew Dempsky <******@****.***> 1646087539 -0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 19:45:34 UTC 2022
    - 855 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/img/dependency-management-resolution.graffle/image1.pdf

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/img/dependency-management-file-dependencies.graffle/image1.pdf

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  8. test/fixedbugs/issue4932.dir/state2.go

    // Copyright 2013 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package state2
    
    import "./state"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 15:42:03 UTC 2013
    - 216 bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto

    message Event {
      // AuditLevel at which event was generated
      optional string level = 1;
    
      // Unique audit ID, generated for each request.
      optional string auditID = 2;
    
      // Stage of the request handling when this event instance was generated.
      optional string stage = 3;
    
      // RequestURI is the request URI as sent by the client to a server.
      optional string requestURI = 4;
    
      // Verb is the kubernetes verb associated with the request.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  10. staging/README.md

    This directory is the staging area for packages that have been split to their
    own repository. The content here will be periodically published to respective
    top-level k8s.io repositories.
    
    Repositories currently staged here:
    
    - [`k8s.io/api`](https://github.com/kubernetes/api)
    - [`k8s.io/apiextensions-apiserver`](https://github.com/kubernetes/apiextensions-apiserver)
    - [`k8s.io/apimachinery`](https://github.com/kubernetes/apimachinery)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 11:23:09 UTC 2024
    - 5.7K bytes
    - Viewed (0)
Back to top