Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OutlineWhile (0.35 sec)

  1. tensorflow/compiler/mlir/lite/transforms/while_loop_outline.cc

      explicit WhileOutlinePass() {}
    
     private:
      void runOnOperation() override;
    
      // Outlines the regions of the WhileOp's cond and body and insert function
      // calls instead,
      void OutlineWhile(WhileOp while_op);
    
      // Get unique name by using the loc to name mapping.
      std::string GetName(Operation* op, StringRef suffix);
    
      tensorflow::OpOrArgLocNameMapper mapper_;
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top