Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HANDLE_CUSTOM_TF_TYPE (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_types.def

    HANDLE_TF_TYPE(Quint16, QUINT16, "quint16")
    HANDLE_TF_TYPE(String, STRING, "string")
    
    #ifndef HANDLE_CUSTOM_TF_TYPE
    #define HANDLE_CUSTOM_TF_TYPE(class, enumerant, name) \
      HANDLE_TF_TYPE(class, enumerant, name)
    #endif
    HANDLE_CUSTOM_TF_TYPE(Resource, RESOURCE, "resource")
    HANDLE_CUSTOM_TF_TYPE(Variant, VARIANT, "variant")
    #undef HANDLE_CUSTOM_TF_TYPE
    
    // All ref types are listed below this line and FloatRef is the first ref type.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 09 03:12:53 UTC 2023
    - 3.3K bytes
    - Viewed (0)
Back to top