Home
last modified time | relevance | path

Searched defs:removal (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DCLDRModify.java610 …public final void setFile(CLDRFile k, Factory factory, Set<String> removal, CLDRFile replacements)… in setFile()
805 …void setFile(CLDRFile file, String inputOptions, Factory factory, Set<String> removal, CLDRFile re… in setFile()
2177 Set<String> removal = new TreeSet<>(k.getComparator()); in fix() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/
Dcopy_removal.cc235 CopyRemoval removal(funcOp); in runOnOperation() local