Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral.cc2634 MutableBorrowingLiteral::MutableBorrowingLiteral(const char* src_buf_ptr, in MutableBorrowingLiteral() argument
2643 root_piece_->set_buffer(const_cast<char*>(src_buf_ptr)); in MutableBorrowingLiteral()
2701 BorrowingLiteral::BorrowingLiteral(const char* src_buf_ptr, const Shape& shape) in BorrowingLiteral() argument
2708 root_piece_.set_buffer(const_cast<char*>(src_buf_ptr)); in BorrowingLiteral()
H A Dliteral.h1131 MutableBorrowingLiteral(const char* src_buf_ptr, const Shape& shape);
1173 BorrowingLiteral(const char* src_buf_ptr, const Shape& shape);