Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 102 for trace_0 (0.17 sec)

  1. tensorflow/compiler/aot/tfcompile.bzl

            program, and emit metadata that lets us pretty-print the gathered
            profile counters.
          enable_tracemes: Tell tfcompile to generate calls to
            TraceMe::Activity{Start|End} around HLO instructions that can be used by
            Xprof to construct profiler timelines.
          mlir_components: When the value is "None", no components use MLIR. When
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 19:18:08 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  2. src/internal/trace/testdata/tests/go122-annotations.test

    String id=32
    	data="runtime/trace.WithRegion"
    String id=33
    	data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/trace/annotation.go"
    String id=34
    	data="main.main.func1"
    String id=35
    	data="runtime/trace.Start.func1"
    String id=36
    	data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/trace/trace.go"
    String id=37
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  3. pkg/bootstrap/instance_test.go

    	}
    }
    
    // nolint: staticcheck
    func checkOpencensusConfig(t *testing.T, got, want *bootstrap.Bootstrap) {
    	if want.Tracing == nil {
    		return
    	}
    
    	if want.Tracing.Http.Name != "envoy.tracers.opencensus" {
    		return
    	}
    
    	if diff := cmp.Diff(got.Tracing.Http, want.Tracing.Http, protocmp.Transform()); diff != "" {
    		t.Fatalf("t diff: %v\ngot:\n %v\nwant:\n %v\n", diff, got.Tracing.Http, want.Tracing.Http)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/saved_model/core/revived_types/partially_revived_objects.cc

      }
      *out = SignatureDefParamsFromNamedParamMap(result);
    
      return Status();
    }
    
    // The implementation takes advantage of the fact that SignatureDefFunction's
    // "traced" Signature wrapper function always has inputs/outputs of dictionaries
    // https://github.com/tensorflow/tensorflow/blob/53cdd5e87c423b195f33775753273286fd5a1a65/tensorflow/python/saved_model/signature_serialization.py#L119-L126
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 09 20:11:48 UTC 2023
    - 23.7K bytes
    - Viewed (0)
  5. src/runtime/traceback.go

    	print("created by ")
    	printFuncName(funcname(f))
    	if goid != 0 {
    		print(" in goroutine ", goid)
    	}
    	print("\n")
    	tracepc := pc // back up to CALL instruction for funcline.
    	if pc > f.entry() {
    		tracepc -= sys.PCQuantum
    	}
    	file, line := funcline(f, tracepc)
    	print("\t", file, ":", line)
    	if pc > f.entry() {
    		print(" +", hex(pc-f.entry()))
    	}
    	print("\n")
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  6. src/runtime/time.go

    	// as long as nothing is reading from the channel.
    	timerZombie
    )
    
    // timerDebug enables printing a textual debug trace of all timer operations to stderr.
    const timerDebug = false
    
    func (t *timer) trace(op string) {
    	if timerDebug {
    		t.trace1(op)
    	}
    }
    
    func (t *timer) trace1(op string) {
    	if !timerDebug {
    		return
    	}
    	bits := [4]string{"h", "m", "z", "c"}
    	for i := range 3 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 14:36:24 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  7. internal/grid/handlers.go

    	handlerTest
    	handlerTest2
    	handlerLast
    )
    
    // handlerPrefixes are prefixes for handler IDs used for tracing.
    // If a handler is not listed here, it will be traced with "grid" prefix.
    var handlerPrefixes = [handlerLast]string{
    	HandlerLockLock:                    lockPrefix,
    	HandlerLockRLock:                   lockPrefix,
    	HandlerLockUnlock:                  lockPrefix,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  8. operator/pkg/apis/istio/v1alpha1/values_types.proto

      Resources resources = 24 [deprecated = true];
    
      // Specify which tracer to use. One of: zipkin, lightstep, datadog, stackdriver.
      // If using stackdriver tracer outside GCP, set env GOOGLE_APPLICATION_CREDENTIALS to the GCP credential file.
      tracer tracer = 25;
    
      // A comma separated list of outbound ports to be excluded from redirection to Envoy.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/deadness_analysis_test.cc

      }
    }
    
    TEST(DeadnessAnalysisTest, AndRecurrenceNeedsFrameName) {
      Scope root = Scope::NewRootScope().ExitOnError();
      InductionVarInfo iv_0 = CreateInductionVariable(root, "iv_0", "frame_0", 10);
      InductionVarInfo iv_1 = CreateInductionVariable(root, "iv_1", "frame_1", 9);
    
      Output init = CreateSwitch(root, "init").output_true;
      Output step = CreateSwitch(root, "step").output_true;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  10. cmd/erasure-object.go

    		fi, metaArr, onlineDisks, err = er.getObjectFileInfo(ctx, bucket, object, opts, true)
    		if err != nil {
    			return toObjectErr(err, bucket, object)
    		}
    	}
    	traceFn := globalLifecycleSys.trace(fi.ToObjectInfo(bucket, object, opts.Versioned || opts.VersionSuspended))
    
    	destObj, err := genTransitionObjName(bucket)
    	if err != nil {
    		return err
    	}
    
    	pr, pw := xioutil.WaitPipe()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 78.6K bytes
    - Viewed (0)
Back to top