Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for now (0.22 sec)

  1. tensorflow/c/eager/c_api_unified_experimental_test.cc

      TF_DeleteAbstractOp(matmul_op);
    
      TF_AbstractFunction* func =
          TF_FinalizeFunction(graph_ctx, mm_outputs, status.get());
      ASSERT_EQ(TF_OK, TF_GetCode(status.get())) << TF_Message(status.get());
    
      /* Now that the graph is built, test graph implementation on matmul example:
        [[1,1] ,   *   [[1,1] ,   =  [[2,2],
         [1,1]]         [1,1]]        [2,2]]
      */
    
      // Build eager context.
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri May 19 21:44:52 GMT 2023
    - 39.1K bytes
    - Viewed (0)
Back to top