Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TSL_Code (0.97 sec)

  1. tensorflow/c/tf_status.h

    // --------------------------------------------------------------------------
    // TF_Code holds an error code.  The enum values here are identical to
    // corresponding values in error_codes.proto.
    typedef TSL_Code TF_Code;
    // LINT.IfChange
    #define TF_OK TSL_OK
    #define TF_CANCELLED TSL_CANCELLED
    #define TF_UNKNOWN TSL_UNKNOWN
    #define TF_INVALID_ARGUMENT TSL_INVALID_ARGUMENT
    #define TF_DEADLINE_EXCEEDED TSL_DEADLINE_EXCEEDED
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 20:00:09 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top