Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getModuleAttr (0.37 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/convert_xla_call_module_op_to_bfloat16.cc

      auto result = func_op->walk([&](TF::XlaCallModuleOp op) {
        // Converts the serialized StableHLO module to bfloat16.
        auto result =
            ConvertSerializedStableHloModuleToBfloat16(op.getModuleAttr());
        if (!result.ok()) {
          llvm::errs() << "Failed to convert StableHLO module to bfloat16: "
                       << result.status().message();
          return WalkResult::interrupt();
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 08:32:43 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top