Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/lite/experimental/tac/transforms/passes.h

    // Create an instance of PickSubgraphsPass.
    std::unique_ptr<OperationPass<ModuleOp>> CreatePickSubgraphsPass();
    
    // Create an instance of DeviceTransformGPUPass.
    std::unique_ptr<OperationPass<func::FuncOp>> CreateDeviceTransformGPUPass();
    
    // Create an instance of GetOpCostPass.
    std::unique_ptr<OperationPass<func::FuncOp>> CreateGetOpCostPass();
    
    // Create an instance of FoldConstantsToSubgraphPass.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 19 19:32:06 UTC 2023
    - 3.1K bytes
    - Viewed (0)
Back to top