Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for SIGN_BIT (0.24 sec)

  1. tensorflow/compiler/mlir/lite/schema/schema_generated.h

    }
    
    inline const char * const *EnumNamesActivationFunctionType() {
      static const char * const names[7] = {
        "NONE",
        "RELU",
        "RELU_N1_TO_1",
        "RELU6",
        "TANH",
        "SIGN_BIT",
        nullptr
      };
      return names;
    }
    
    inline const char *EnumNameActivationFunctionType(ActivationFunctionType e) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top