Home
last modified time | relevance | path

Searched refs:AllocateOwnedArray (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_comparator_test.cc46 stream_exec_->AllocateOwnedArray<ElementType>(lhs.size()); in CompareEqualBuffers()
48 stream_exec_->AllocateOwnedArray<ElementType>(rhs.size()); in CompareEqualBuffers()
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.h128 ScopedDeviceMemory<T> AllocateOwnedArray(uint64 element_count) { in AllocateOwnedArray() function
142 return AllocateOwnedArray<T>(1); in AllocateOwnedScalar()