Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setSymVisibility (0.13 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_tf_xla_call_module_to_stablehlo_pass.cc

          func::FuncOp cloned_func_op = func_op.clone();
          if (IsShloMainFuncOp(cloned_func_op)) {
            main_fn = cloned_func_op;
          }
          cloned_func_op.setSymVisibility(
              stablehlo_builder.getStringAttr("private"));
          parent_module_symbol_table.insert(cloned_func_op);
        }
    
        // When the `XlaCallModuleOp`'s callee accepts a platform index argument,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jan 25 09:43:18 UTC 2024
    - 10.9K bytes
    - Viewed (0)
Back to top