Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/c/c_test_util.h

    TF_Operation* Mul(TF_Operation* l, TF_Operation* r, TF_Graph* graph,
                      TF_Status* s, const char* name = "mul");
    
    // If `op_device` is non-empty, set the created op on that device.
    TF_Operation* MinWithDevice(TF_Operation* l, TF_Operation* r, TF_Graph* graph,
                                const string& op_device, TF_Status* s,
                                const char* name = "min");
    
    TF_Operation* Neg(TF_Operation* n, TF_Graph* graph, TF_Status* s,
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Aug 09 01:06:53 GMT 2018
    - 6K bytes
    - Viewed (0)
Back to top