Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MaterializePassthroughOpPass (0.21 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/materialize_mlir_passthrough_op.cc

    #define GEN_PASS_DEF_MATERIALIZEPASSTHROUGHOP
    #include "tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.h.inc"
    
    class MaterializePassthroughOpPass
        : public impl::MaterializePassthroughOpBase<MaterializePassthroughOpPass> {
     public:
      void runOnOperation() override;
    };
    
    void MaterializePassthroughOpPass::runOnOperation() {
      getOperation().walk([](TF::MlirPassthroughOp op) {
        std::string module_string(op.getMlirModule());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 03 12:35:38 UTC 2022
    - 4.2K bytes
    - Viewed (0)
Back to top