Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/c/c_api.h

    // Get list of all inputs of a specific operation.  `inputs` must point to
    // an array of length at least `max_inputs` (ideally set to
    // TF_OperationNumInputs(oper)).  Beware that a concurrent
    // modification of the graph can increase the number of inputs of
    // an operation.
    TF_CAPI_EXPORT extern void TF_OperationAllInputs(TF_Operation* oper,
                                                     TF_Output* inputs,
    C
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Viewed (3)
Back to top