Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for MatMulFunction (0.33 seconds)

  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"
          "      }"
    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