OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtractHighHalf
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
vector_support_library.cc
328
llvm::Value* VectorSupportLibrary::
ExtractHighHalf
(llvm::Value* vector) {
375
AddInternal(ExtractLowHalf(vectors[0]),
ExtractHighHalf
(vectors[0]));
380
AddInternal(ExtractLowHalf(vectors[1]),
ExtractHighHalf
(vectors[1]));
382
high = AddInternal(
ExtractHighHalf
(init_values), high);
vector_support_library.h
238
llvm::Value*
ExtractHighHalf
(llvm::Value*);
Completed in 96 milliseconds