Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for DoubleTestMatrixTensorHandle (0.2 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tensorflow/c/eager/c_api_test.cc

      CHECK_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
      TFE_DeleteContextOptions(opts);
    
      TFE_TensorHandle* m1 = TestMatrixTensorHandle(ctx);
      TFE_TensorHandle* m2 = DoubleTestMatrixTensorHandle(ctx);
      TFE_Op* matmul = MatMulOp(ctx, m1, m2);
      TFE_TensorHandle* retvals[1] = {nullptr};
      int num_retvals = 1;
      TFE_Execute(matmul, &retvals[0], &num_retvals, status);
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Oct 09 05:56:18 GMT 2025
    - 94.6K bytes
    - Click Count (0)
Back to Top