Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_array.cc186 std::vector<llvm::Value*> source_multidim_index( in SourceIndexOfReshape() local
202 for (int64 i = 0, j = 0, k = 0, l = 0; i < source_multidim_index.size(); in SourceIndexOfReshape()
213 source_multidim_index[i] = multidim_[k]; in SourceIndexOfReshape()
217 source_multidim_index[i] = GetConstantWithIndexType(0); in SourceIndexOfReshape()
246 source_multidim_index[i] = GetConstantWithIndexType(0); in SourceIndexOfReshape()
248 source_multidim_index[i] = logical_linear_index; in SourceIndexOfReshape()
250 source_multidim_index[i] = in SourceIndexOfReshape()
262 return Index(source_multidim_index, linear(), input_shape, index_type_); in SourceIndexOfReshape()
264 return Index(source_multidim_index, input_shape, index_type_); in SourceIndexOfReshape()