Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h811 MutableBorrowingLiteral(const char* src_buf_ptr, const Shape& shape);
847 BorrowingLiteral(const char* src_buf_ptr, const Shape& shape);
Dliteral.cc2213 MutableBorrowingLiteral::MutableBorrowingLiteral(const char* src_buf_ptr, in MutableBorrowingLiteral() argument
2221 root_piece_->set_buffer(const_cast<char*>(src_buf_ptr)); in MutableBorrowingLiteral()
2260 BorrowingLiteral::BorrowingLiteral(const char* src_buf_ptr, const Shape& shape) in BorrowingLiteral() argument
2266 root_piece_.set_buffer(const_cast<char*>(src_buf_ptr)); in BorrowingLiteral()