Home
last modified time | relevance | path

Searched defs:can_merge (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dformats.h330 int (*can_merge)(const void *a, const void *b); member
/third_party/rust/rust/src/librustdoc/html/
Dhighlight.rs118 fn can_merge(class1: Option<Class>, class2: Option<Class>, text: &str) -> bool { in can_merge() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/
Dstep_parallel_utils.cc1575 bool can_merge = false; in CanMergeConcatSlice() local
1639 …auto can_merge = CanMergeConcatSlice(new_pair, concat_cnode, concat_output_shape_element, concat_a… in HandleFuncConcatSlice() local
1730 …auto can_merge = CanMergeConcatSlice(pair, concat_cnode, concat_output_shape_element, concat_axis); in MergeConcatSlice() local
/third_party/rust/rust/compiler/rustc_mir_build/src/build/matches/
Dmod.rs1417 let mut can_merge = true; in merge_trivial_subcandidates() localVariable
/third_party/rust/rust/library/alloc/src/collections/btree/
Dnode.rs1331 pub fn can_merge(&self) -> bool { in can_merge() method