Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shutdown (0.2 sec)

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

          for (int i = 0; i < in_props_buf.size(); i++)
            TF_DeleteBuffer(in_props_buf[i]);
        }
      }
      TF_DeleteGraphProperties(graph_properties);
      TF_DeleteStatus(status);
      TF_ASSERT_OK(cluster->Shutdown());
    }
    
    TEST(TF_GraphProperties, OutputProperties) {
      std::unique_ptr<SingleMachine> cluster(new SingleMachine(5 * 60, 3, 0));
      TF_ASSERT_OK(cluster->Provision());
    
    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