Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for trackable_dict_wrapper (0.12 sec)

  1. tensorflow/cc/experimental/libtf/module.cc

      }
    
      std::string identifier = saved_object_proto.user_object().identifier();
      if (identifier == "trackable_list_wrapper") {
        tf::libtf::List user_list;
        // TODO(b/191267013): Populate with values.
        return user_list;
      }
      if (identifier == "trackable_dict_wrapper") {
        tf::libtf::Dictionary user_dict;
        // TODO(b/191267013): Populate with values.
        return user_dict;
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 02 20:02:30 UTC 2022
    - 4.6K bytes
    - Viewed (0)
Back to top