Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for provisional (0.17 sec)

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

            << 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());
      GrapplerItem item;
      CHECK(fake_input.NextItem(&item));
    
    C++
    - Registered: Tue Feb 27 12:39:08 GMT 2024
    - Last Modified: Thu Apr 13 22:30:58 GMT 2023
    - 11.6K bytes
    - Viewed (0)
Back to top