- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TF_DeleteApiDefMap (3.67 sec)
-
tensorflow/c/c_api_test.cc
TF_DeletePRunHandle(nullptr); TF_DeleteDeprecatedSession(nullptr, status); EXPECT_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status); TF_DeleteDeviceList(nullptr); TF_DeleteLibraryHandle(nullptr); TF_DeleteApiDefMap(nullptr); TF_DeleteStatus(status); } TEST(CAPI, TestBitcastFrom_Reshape) { int64_t dims[] = {2, 3}; TF_Tensor* a =
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Dec 27 12:18:10 UTC 2024 - 97K bytes - Viewed (0) -
tensorflow/c/c_api.h
TF_CAPI_EXPORT extern TF_ApiDefMap* TF_NewApiDefMap(TF_Buffer* op_list_buffer, TF_Status* status); // Deallocates a TF_ApiDefMap. TF_CAPI_EXPORT extern void TF_DeleteApiDefMap(TF_ApiDefMap* apimap); // Add ApiDefs to the map. // // `text` corresponds to a text representation of an ApiDefs protocol message.
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0)