Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mm (0.13 sec)

  1. tensorflow/c/eager/c_api_unified_experimental_test.cc

      // 3rd Output will be Matrix Multiplication of add_output1 and add_output2
      TF_AbstractTensor* mm_output;
      {
        // Build an abstract operation, inputs and output.
        auto* mm_op = TF_NewAbstractOp(graph_ctx);
        TF_AbstractOpSetOpType(mm_op, "MatMul", s);
        ASSERT_EQ(TF_OK, TF_GetCode(s)) << TF_Message(s);
        TF_AbstractOpSetOpName(mm_op, "mm", s);
        ASSERT_EQ(TF_OK, TF_GetCode(s)) << TF_Message(s);
    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