Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetAlternativeViewForSpec (0.26 sec)

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

      // Given a func and a targeted device, we will try to clonse the func &
      // transform/optimize for that device.
      // It's simply clone the FuncOp and hardware specific transformations.
      func::FuncOp GetAlternativeViewForSpec(
          func::FuncOp func,
          const InferenceDeviceType& current_device_inference_type,
          const InferenceDeviceType& target_device_inference_type, ModuleOp module,
          OpBuilder* builder);
    
    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