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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
vector_support_library.h 221 llvm::Type* scalar_pointer_type() const { return scalar_pointer_type_; }
277 llvm::Type* scalar_pointer_type_; member in class:xla::cpu::VectorSupportLibrary
vector_support_library.cc 34 scalar_pointer_type_ = llvm::PointerType::getUnqual(scalar_type_);

Completed in 209 milliseconds