Searched refs:tuple_elements (Results 1 – 2 of 2) sorted by relevance
342 auto tuple_elements = input->elements(); in InferImplTupleReversed() local344 …(void)std::transform(tuple_elements.rbegin(), tuple_elements.rend(), std::back_inserter(elem_list), in InferImplTupleReversed()
2248 auto tuple_elements = abstract_tuple->elements()[tuple_get_item_index]; in InferShape() local2249 tuple_elements->set_value(tensor_ptr); in InferShape()