Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PickSubgraphsPass (0.18 sec)

  1. tensorflow/compiler/mlir/lite/experimental/tac/transforms/pick_subgraphs.cc

        return llvm::cast<func::CallOp>(output_op);
      }
      return nullptr;
    }
    
    class PickSubgraphsPass
        : public mlir::PassWrapper<PickSubgraphsPass,
                                   mlir::OperationPass<ModuleOp>> {
     public:
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(PickSubgraphsPass)
    
     private:
      llvm::StringRef getArgument() const final { return "tfl-pick-subgraphs"; }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 24 15:10:02 UTC 2022
    - 19.7K bytes
    - Viewed (0)
Back to top