HomeSort by relevance Sort by last modified time
    Searched refs:vector_type_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
vector_support_library.h 218 llvm::Type* vector_type() const { return vector_type_; }
274 llvm::Type* vector_type_; member in class:xla::cpu::VectorSupportLibrary
vector_support_library.cc 35 vector_type_ = llvm::VectorType::get(scalar_type_, vector_size);
36 vector_pointer_type_ = llvm::PointerType::getUnqual(vector_type_);

Completed in 155 milliseconds