Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SingleMachine (0.21 sec)

  1. tensorflow/c/experimental/grappler/grappler_test.cc

                  string(static_cast<const char*>(values[i]), lens[i]))
            << i;
      }
      TF_DeleteStatus(status);
    }
    
    TEST(TF_GraphProperties, InputProperties) {
      std::unique_ptr<SingleMachine> cluster(new SingleMachine(5 * 60, 3, 0));
      TF_ASSERT_OK(cluster->Provision());
    
      TrivialTestGraphInputYielder fake_input(4, 1, 10, false,
                                              cluster->GetDeviceNames());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 13 22:30:58 UTC 2023
    - 11.6K bytes
    - Viewed (0)
Back to top