Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetOrCreateInitializerFunc (0.22 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/unfreeze_constants.cc

    // `FuncOp` is not found. The newly created initializer function's
    // initializer_type is "restore_op" and its symbol will be added to the symbol
    // table and session_initializer op's "intializer" attribute.
    func::FuncOp GetOrCreateInitializerFunc(ModuleOp module_op) {
      if (auto init_func_op = GetInitializerFunction(
              module_op, /*initializer_type=*/kTfSavedModelInitializerRestoreType);
          init_func_op) {
        return init_func_op;
      } else {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 16 15:04:53 UTC 2023
    - 14K bytes
    - Viewed (0)
Back to top