Home
last modified time | relevance | path

Searched refs:index_offsets (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dgather_v2_p_info.h51 const std::vector<int64_t> &index_offsets() const { return index_offsets_; } in index_offsets() function
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/
DesextcDrawElementsBaseVertexTests.cpp1652 const glw::GLuint* index_offsets[] = { m_draw_call_index_offset, m_draw_call_index2_offset }; in setUpTestCases() local
1653 const unsigned int n_index_offsets = sizeof(index_offsets) / sizeof(index_offsets[0]); in setUpTestCases()
1657 const glw::GLuint* current_index_offset = index_offsets[n_index_offset]; in setUpTestCases()
2334 const glw::GLuint* index_offsets[] = { m_draw_call_index_offset, m_draw_call_index2_offset }; in setUpTestCases() local
2335 const unsigned int n_index_offsets = sizeof(index_offsets) / sizeof(index_offsets[0]); in setUpTestCases()
2339 const glw::GLuint* current_index_offset = index_offsets[n_index_offset]; in setUpTestCases()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc2685 auto index_offsets = gatherv2_info->index_offsets(); in CheckpointStrategy() local
2686 if (param_split_shapes.size() != index_offsets.size()) { in CheckpointStrategy()
2691 …manual_shape.emplace_back(std::make_pair(param_split_shapes[LongToSize(i)], index_offsets[LongToSi… in CheckpointStrategy()