Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RestoredVarType (0.36 sec)

  1. tensorflow/cc/saved_model/bundle_v2_test.cc

                                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;
        TF_ASSERT_OK(bundle->VisitObjectsToRestore(
            [&](int saved_node_id,
                const TrackableObjectGraph::TrackableObject& trackable_object)
    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