Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for kScatterRegionFuncName (0.3 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

        auto update_computation = symbol_table.lookup<mlir::func::FuncOp>(
            scatter_op->getAttr(kScatterRegionFuncName)
                .cast<mlir::FlatSymbolRefAttr>()
                .getValue());
        InlineVhloOpRegion(scatter_op.getUpdateComputation(), update_computation);
        scatter_op->removeAttr(kScatterRegionFuncName);
        to_delete_funcs.push_back(update_computation);
      });
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
Back to top