Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LSTMKernelTypeAttr (0.16 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        "whose value is " # n>;
    
    // Ensures the given LSTMKernelType attribute has the given value.
    class TFL_LSTMKernelTypeEqualsTo<string value> : AttrConstraint<
        CPred<"$_self.isa<LSTMKernelTypeAttr>() && "
                "$_self.cast<LSTMKernelTypeAttr>().getValue() == " # value>,
        "whose value is " # value>;
    
    // This is a quantization-aware version of TCresVTEtIsSameAsOp
    class TFL_TCresVTEtIsSameAsOp<int i, int j> : And<[
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top