Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SavedVariableLoadingTest (0.16 sec)

  1. tensorflow/c/experimental/saved_model/core/saved_variable_loading_test.cc

    #include "tensorflow/core/platform/test.h"
    #include "tensorflow/core/protobuf/saved_object_graph.pb.h"
    
    namespace tensorflow {
    namespace {
    
    class SavedVariableLoadingTest
        : public ::testing::TestWithParam<
              std::tuple<DataType, std::vector<int64_t>>> {
     public:
      SavedVariableLoadingTest() {
        SessionOptions options;
        options.config.mutable_device_count()->insert({"CPU", 3});
        std::vector<std::unique_ptr<Device>> devices;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 27 09:34:33 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top