Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for min (0.14 sec)

  1. tensorflow/c/eager/c_api_test.cc

    }
    
    TEST(CAPI, Execute_MatMul_CPU_Type_Error) {
      Execute_MatMul_CPU_Type_Error(false);
    }
    TEST(CAPI, Execute_MatMul_CPU_Type_ErrorAsync) {
      Execute_MatMul_CPU_Type_Error(true);
    }
    TEST(CAPI, Execute_Min_CPU) {
      TF_Status* status = TF_NewStatus();
      TFE_ContextOptions* opts = TFE_NewContextOptions();
      TFE_Context* ctx = TFE_NewContext(opts, status);
      CHECK_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Aug 03 20:50:20 GMT 2023
    - 94.6K bytes
    - Viewed (1)
Back to top