Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EagerOpRewrite (0.16 sec)

  1. tensorflow/compiler/mlir/tfr/integration/node_expansion_pass.h

    // each time the pass runs. A special environment variable is set to locate the
    // decomposition library.
    class CompositeOpExpansion : public EagerOpRewrite {
     public:
      CompositeOpExpansion(string name, string file, string line)
          : EagerOpRewrite(name, file, line) {}
    
      Status Run(EagerOperation* orig_op,
                 std::unique_ptr<tensorflow::EagerOperation>* out_op) override;
    
     private:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 1.9K bytes
    - Viewed (0)
Back to top