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.cc 203 if (base_pointer->getType() != scalar_pointer_type()) {
205 b()->CreateBitCast(base_pointer, scalar_pointer_type(), name());
219 if (pointer->getType() != scalar_pointer_type()) {
220 pointer = b()->CreateBitCast(pointer, scalar_pointer_type(), name());
239 if (pointer->getType() != scalar_pointer_type()) {
240 pointer = b()->CreateBitCast(pointer, scalar_pointer_type(), name());
247 if (pointer->getType() != scalar_pointer_type()) {
248 pointer = b()->CreateBitCast(pointer, scalar_pointer_type(), name());
vector_support_library.h 229 llvm::Type* scalar_pointer_type() const { return scalar_pointer_type_; } function in class:xla::cpu::VectorSupportLibrary

Completed in 187 milliseconds