Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetLstmOpQuantSpec (0.27 sec)

  1. tensorflow/compiler/mlir/lite/transforms/prepare_quantize_helper.h

        }
        return {};
      };
    }
    
    // Returns quantization spec for LSTMs based on their operator properties.
    template <typename LstmOp>
    std::unique_ptr<quant::OpQuantSpec> GetLstmOpQuantSpec(LstmOp op) {
      operator_property::OpVariant lstm_variant;
      operator_property::OperatorProperty lstm_property;
      if (failed(GetLstmProperty(op, &lstm_variant, &lstm_property))) {
        return nullptr;
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 28K bytes
    - Viewed (0)
Back to top