Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        return "Get alternative subgraph representation (if appliable) for all the "
               "given devices, will by default include the cpu implementation.";
      }
      AlternativeSubgraphPass() = default;
      AlternativeSubgraphPass(const AlternativeSubgraphPass&) {}
      explicit AlternativeSubgraphPass(llvm::ArrayRef<std::string> device_specs) {
        device_specs_flag_ = device_specs;
      }
    
     private:
      void runOnOperation() override;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 03:08:33 UTC 2023
    - 12.3K bytes
    - Viewed (0)
Back to top