Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for qint16ref (0.07 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_op_base.td

    // Quantized reference types
    def TF_Qint8Ref : TF_TensorFlowType<"Qint8Ref", "qint8ref">;
    def TF_Qint16Ref : TF_TensorFlowType<"Qint16Ref", "qint16ref">;
    def TF_Qint32Ref : TF_TensorFlowType<"Qint32Ref", "qint32ref">;
    def TF_Quint8Ref : TF_TensorFlowType<"Quint8Ref", "quint8ref">;
    def TF_Quint16Ref : TF_TensorFlowType<"Quint16Ref", "quint16ref">;
    
    // Other reference types
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 30.5K bytes
    - Viewed (0)
Back to top