Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AssetModule (0.09 sec)

  1. tensorflow/cc/saved_model/testdata/generate_saved_models.py

      sess.run(variables.global_variables_initializer())
      return sess
    
    
    MODULE_CTORS = {
        "VarsAndArithmeticObjectGraph": (VarsAndArithmeticObjectGraph, 2),
        "CyclicModule": (CyclicModule, 2),
        "AssetModule": (AssetModule, 2),
        "StaticHashTableModule": (StaticHashTableModule, 2),
        "SimpleV1Model": (get_simple_session, 1),
    }
    
    
    def main(args):
      if len(args) != 3:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Sep 18 18:06:18 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  2. tensorflow/cc/saved_model/fingerprinting_test.cc

    }
    
    TEST(FingerprintingTest, TestReadNonexistentFingerprint) {
      const std::string export_dir = io::JoinPath(
          testing::TensorFlowSrcRoot(), "cc/saved_model/testdata", "AssetModule");
      EXPECT_EQ(ReadSavedModelFingerprint(export_dir).status().code(),
                absl::StatusCode::kNotFound);
    }
    
    TEST(FingerprintingTest, TestSingleprint) {
      const std::string export_dir =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 7.3K bytes
    - Viewed (0)
Back to top