Home
last modified time | relevance | path

Searched defs:MutableBorrowingLiteral (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc2153 MutableBorrowingLiteral::MutableBorrowingLiteral( in MutableBorrowingLiteral() function in xla::MutableBorrowingLiteral
2178 MutableBorrowingLiteral::MutableBorrowingLiteral( in MutableBorrowingLiteral() function in xla::MutableBorrowingLiteral
2190 MutableBorrowingLiteral::MutableBorrowingLiteral(MutableLiteralBase* literal) in MutableBorrowingLiteral() function in xla::MutableBorrowingLiteral
2201 MutableBorrowingLiteral::MutableBorrowingLiteral( in MutableBorrowingLiteral() function in xla::MutableBorrowingLiteral
2213 MutableBorrowingLiteral::MutableBorrowingLiteral(const char* src_buf_ptr, in MutableBorrowingLiteral() function in xla::MutableBorrowingLiteral
Dliteral.h744 friend class MutableBorrowingLiteral; variable
801 MutableBorrowingLiteral() : MutableLiteralBase() {} in MutableBorrowingLiteral() function