Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID (0.41 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

    class QuantizeCompositeFunctionsPass
        : public mlir::PassWrapper<QuantizeCompositeFunctionsPass,
                                   OperationPass<ModuleOp>> {
     public:
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(QuantizeCompositeFunctionsPass)
    
      explicit QuantizeCompositeFunctionsPass() = default;
    
      explicit QuantizeCompositeFunctionsPass(
          const QuantMethod quantization_method, const OpSet target_opset,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

    // Prepare TF operations in functions for subsequent legalization.
    class PrepareTFPass : public impl::PrepareTFPassBase<PrepareTFPass> {
     public:
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(PrepareTFPass)
    
      PrepareTFPass() = default;
      PrepareTFPass(const PrepareTFPass &) {}
      explicit PrepareTFPass(bool unfold_batch_matmul,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

    namespace {
    
    /// Lower TensorList ops in functions for subsequent legalization.
    struct LowerStaticTensorListPass
        : public impl::LowerStaticTensorListPassBase<LowerStaticTensorListPass> {
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(LowerStaticTensorListPass)
    
      LowerStaticTensorListPass() = default;
      LowerStaticTensorListPass(const LowerStaticTensorListPass &) {}
      explicit LowerStaticTensorListPass(bool allow_tensorlist_pass_through,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
Back to top