Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for REQUEST_COUNT (2 sec)

  1. tensorflow/compiler/jit/device_compiler.h

      // cache eviction.
      mutex_lock cluster_compile_lock(*cluster_mutex);
      auto cache_value = cache_->LookupOrCreate(signature);
    
      int64_t current_request_count = cache_value.request_count;
      VLOG(2) << "Compilation cache entry hit: "
              << static_cast<int>(cache_value.compile_state)
              << " signature: " << human_signature << " with request count "
              << current_request_count;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  2. pilot/pkg/model/telemetry.go

    					// Next, get all matches.
    					// This is a bit funky because the matches are oneof of ENUM and customer metric. We normalize
    					// these to strings, so we may end up with a list like [REQUEST_COUNT, my-customer-metric].
    					// TODO: we always flatten ALL_METRICS into each metric mode. For some stats providers (prometheus),
    					// we are able to apply overrides to all metrics directly rather than duplicating the config.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 18:14:09 UTC 2024
    - 35.2K bytes
    - Viewed (0)
Back to top