- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ExecuteIdentity (0.78 sec)
-
tensorflow/c/eager/c_api_test.cc
} BENCHMARK(BM_Execute)->Arg(0)->Arg(1); void BM_Execute_Identity(::testing::benchmark::State& state) { const int async = state.range(0); state.SetLabel(async ? "ExecuteIdentityAsync" : "ExecuteIdentity"); TF_Status* status = TF_NewStatus(); TFE_ContextOptions* opts = TFE_NewContextOptions(); TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async)); TFE_Context* ctx = TFE_NewContext(opts, status);
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Aug 03 20:50:20 UTC 2023 - 94.6K bytes - Viewed (0)