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.cc138 std::vector<llvm::Value*> source_multidim_index( in SourceIndexOfReshape() local
161 source_multidim_index[i] = GetConstantWithIndexType(0); in SourceIndexOfReshape()
163 source_multidim_index[i] = logical_linear_index; in SourceIndexOfReshape()
165 source_multidim_index[i] = in SourceIndexOfReshape()
175 return Index(source_multidim_index, linear(), input_shape, index_type_); in SourceIndexOfReshape()
177 return Index(source_multidim_index, index_type_); in SourceIndexOfReshape()