Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_DeleteBuffer (0.43 sec)

  1. tensorflow/c/c_op_requires.h

        ::tensorflow::Status _s(__VA_ARGS__);                             \
        if (TF_PREDICT_TRUE(!_s.ok())) {                                  \
          TF_DeleteStatus(C_STATUS);                                      \
          TF_DeleteBuffer(BUFFER);                                        \
          return _s;                                                      \
        }                                                                 \
      } while (0)
    
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Aug 02 21:35:06 GMT 2022
    - 2.3K bytes
    - Viewed (0)
Back to top