Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for kLoadAttemptFail (0.1 sec)

  1. tensorflow/cc/saved_model/loader.cc

            "model",
            "model_path",
            "stage",
        },
        // Scale of 10, power of 1.8 with bucket count 37 (~258 minutes).
        monitoring::Buckets::Exponential(10, 1.8, 37));
    
    constexpr char kLoadAttemptFail[] = "fail";
    constexpr char kLoadAttemptSuccess[] = "success";
    // `tensorflow::LoadSavedModel` API label.
    constexpr char kCCLoadLabel[] = "cc_load";
    
    uint64 GetLatencyMicroseconds(const uint64 start_microseconds) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 02 04:36:00 UTC 2024
    - 23K bytes
    - Viewed (0)
Back to top