Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for asUInt64 (0.22 sec)

  1. tensorflow/cc/saved_model/metrics_test.cc

      EXPECT_EQ(fingerprint_json["saved_model_checksum"].asUInt64(), 1);
      EXPECT_EQ(fingerprint_json["graph_def_program_hash"].asUInt64(), 2);
      EXPECT_EQ(fingerprint_json["signature_def_hash"].asUInt64(), 3);
      EXPECT_EQ(fingerprint_json["saved_object_graph_hash"].asUInt64(), 4);
      EXPECT_EQ(fingerprint_json["checkpoint_hash"].asUInt64(), 5);
    }
    
    TEST(MetricsTest, TestFoundFingerprintOnLoad) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jan 18 23:43:59 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  2. common-protos/k8s.io/apimachinery/pkg/api/resource/generated.proto

    option go_package = "k8s.io/apimachinery/pkg/api/resource";
    
    // Quantity is a fixed-point representation of a number.
    // It provides convenient marshaling/unmarshaling in JSON and YAML,
    // in addition to String() and AsInt64() accessors.
    //
    // The serialization format is:
    //
    // ```
    // <quantity>        ::= <signedNumber><suffix>
    //
    // 	(Note that <suffix> may be empty, from the "" case in <decimalSI>.)
    //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top