Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MatMulFunction (0.08 sec)

  1. tensorflow/c/eager/c_api_test.cc

      TFE_DeleteOp(fn2);
    
      TFE_DeleteContext(ctx);
      TF_DeleteStatus(status);
    }
    
    string MatMulFunction() {
      tensorflow::FunctionDef def;
      CHECK(tensorflow::protobuf::TextFormat::ParseFromString(
          "    signature {"
          "      name: 'MatMulFunction'"
          "      input_arg {"
          "        name: 'a'"
          "        type: DT_FLOAT"
          "      }"
    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