Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 81 of 81 for exported_names (0.15 sec)

  1. tensorflow/cc/saved_model/bundle_v2_test.cc

    class BundleV2Test : public ::testing::Test {
     protected:
      BundleV2Test() {}
    
      void RestoreVarsAndVerify(SavedModelV2Bundle* bundle,
                                std::vector<std::string> expected_names) {
        // Collect saved_node_id, full_name, checkpoint_key into a vector.
        using RestoredVarType = std::tuple<int, std::string, std::string>;
        std::vector<RestoredVarType> restored_vars;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 12 17:51:15 UTC 2023
    - 6K bytes
    - Viewed (0)
Back to top