OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vector_type_
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
vector_support_library.h
226
llvm::Type* vector_type() const { return
vector_type_
; }
282
llvm::Type*
vector_type_
;
member in class:xla::cpu::VectorSupportLibrary
vector_support_library.cc
36
vector_type_
= llvm::VectorType::get(scalar_type_, vector_size);
37
vector_pointer_type_ = llvm::PointerType::getUnqual(
vector_type_
);
Completed in 93 milliseconds