Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dwhile_loop_concat_code_motion.cc60 struct ConcatGroup { struct
61 ConcatGroup(std::vector<HloInstruction*> elements, int64_t concat_dim, in ConcatGroup() function
80 Shape GetConcatShape() const { in GetConcatShape()
106 HloInstruction* CreateSlice(HloInstruction* full_data, int64_t element_index, in CreateSlice()
132 HloInstruction* CreateConcat(std::vector<HloInstruction*> input_elements, in CreateConcat()
158 std::vector<HloInstruction*> elements;
159 std::vector<int64_t> element_sizes;
160 std::vector<int64_t> element_offsets;
161 int64_t concat_dim;
163 bool inserted_concat_dim;