Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetTfBackendConfig (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/stablehlo_custom_call.cc

    }
    
    DictionaryAttr GetTfBackendConfig(stablehlo::CustomCallOp op) {
      return op->getAttrOfType<DictionaryAttr>(kTfBackendConfigAttrName);
    }
    
    FailureOr<SymbolRefAttr> GetTfFuncCustomCallFuncName(
        stablehlo::CustomCallOp op) {
      if (!IsTfFuncCustomCall(op)) {
        return success(nullptr);
      }
    
      auto config = GetTfBackendConfig(op);
      if (config == nullptr) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top