Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Mul (0.16 sec)

  1. tensorflow/c/c_test_util.cc

                      TF_Status* s, const char* name) {
      return MinWithDevice(l, r, graph, /*op_device=*/"", s, name);
    }
    
    TF_Operation* Mul(TF_Operation* l, TF_Operation* r, TF_Graph* graph,
                      TF_Status* s, const char* name) {
      TF_Operation* op;
      BinaryOpHelper("Mul", l, r, graph, s, name, &op, "", true);
      return op;
    }
    
    TF_Operation* Add(TF_Output l, TF_Output r, TF_Graph* graph, TF_Status* s,
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri Oct 15 03:16:52 GMT 2021
    - 17.8K bytes
    - Viewed (2)
Back to top