- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TFE_ContextClearCaches (0.16 sec)
-
tensorflow/c/eager/c_api_test.cc
status); CHECK_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status); for (bool clear_cache : {true, false, true}) { if (clear_cache) { TFE_ContextClearCaches(ctx); } TFE_TensorHandle* m = TestMatrixTensorHandle(ctx); TFE_TensorHandle* retval[1] = {nullptr}; int num_retvals = 1; TFE_Op* op = TFE_NewOp(ctx, "MatMulFunction", status);
Registered: Tue Oct 29 12:39:09 UTC 2024 - Last Modified: Thu Aug 03 20:50:20 UTC 2023 - 94.6K bytes - Viewed (0)