Searched refs:source_multidim_index (Results 1 – 1 of 1) sorted by relevance
220 std::vector<llvm::Value*> source_multidim_index( in SourceIndexOfReshape() local232 for (int64_t i = 0, j = 0, k = 0, l = 0; i < source_multidim_index.size(); in SourceIndexOfReshape()244 source_multidim_index[i] = multidim_[k]; in SourceIndexOfReshape()248 source_multidim_index[i] = GetConstantWithIndexType(0); in SourceIndexOfReshape()275 source_multidim_index[i] = GetConstantWithIndexType(0); in SourceIndexOfReshape()277 source_multidim_index[i] = logical_linear_index; in SourceIndexOfReshape()279 source_multidim_index[i] = in SourceIndexOfReshape()291 return Index(source_multidim_index, linear(), input_shape, index_type_); in SourceIndexOfReshape()293 return Index(source_multidim_index, input_shape, index_type_); in SourceIndexOfReshape()