Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CanInlineFunctionsPostLegalization (0.28 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.cc

    // Checks if functions can be inlined after TF -> HLO legalization. Currently
    // TPU's are supported, to follow the behavior of inlining functions via the
    // Graph based bridge in the TPUCompile op kernel.
    bool CanInlineFunctionsPostLegalization(llvm::StringRef device_type) {
      return device_type == DEVICE_TPU_XLA_JIT;
    }
    
    // These passes are grouped together and must run in this specific order.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 17:24:39 UTC 2024
    - 45.3K bytes
    - Viewed (0)
Back to top