Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BM_Execute_Identity (0.12 sec)

  1. tensorflow/c/eager/c_api_test.cc

      TFE_DeleteTensorHandle(m);
      TFE_DeleteContext(ctx);
      CHECK_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
      TF_DeleteStatus(status);
    }
    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();
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Thu Aug 03 20:50:20 UTC 2023
    - 94.6K bytes
    - Viewed (0)
Back to top