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

  /external/tensorflow/tensorflow/contrib/lite/
allocation.cc 96 copied_buffer_ = std::move(buffer);
101 const void* FileCopyAllocation::base() const { return copied_buffer_.get(); }
105 bool FileCopyAllocation::valid() const { return copied_buffer_ != nullptr; }
allocation.h 71 std::unique_ptr<const char[]> copied_buffer_; member in class:tflite::FileCopyAllocation

Completed in 547 milliseconds