Home
last modified time | relevance | path

Searched refs:MutableLiteralBase (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h539 friend class MutableLiteralBase; variable
550 class MutableLiteralBase : public LiteralBase {
552 virtual ~MutableLiteralBase() = 0;
749 class Literal : public MutableLiteralBase {
797 class MutableBorrowingLiteral : public MutableLiteralBase {
801 MutableBorrowingLiteral() : MutableLiteralBase() {} in MutableBorrowingLiteral()
807 MutableBorrowingLiteral(const MutableLiteralBase& literal);
808 MutableBorrowingLiteral(MutableLiteralBase* literal);
916 absl::Span<NativeT> MutableLiteralBase::data(const ShapeIndex& shape_index) { in data()
932 inline void MutableLiteralBase::Set(absl::Span<const int64> multi_index, in Set()
[all …]
Dliteral.cc84 MutableLiteralBase::StrideConfig::StrideConfig( in StrideConfig()
146 : MutableLiteralBase() { in Literal()
173 Literal::Literal(Literal&& other) : MutableLiteralBase() { in Literal()
203 SparseIndexArray* MutableLiteralBase::sparse_indices( in sparse_indices()
209 Status MutableLiteralBase::CopySliceFromInternal( in CopySliceFromInternal()
240 MutableLiteralBase::StrideConfig stride_config(src_literal.shape(), shape(), in CopySliceFromInternal()
268 Status MutableLiteralBase::CopyElementFrom(const LiteralSlice& src_literal, in CopyElementFrom()
290 /* static */ StatusOr<Literal> MutableLiteralBase::CreateFromProto( in CreateFromProto()
427 Status MutableLiteralBase::CopyFrom(const LiteralSlice& src_literal, in CopyFrom()
504 Status MutableLiteralBase::CopySliceFrom(const LiteralSlice& src_literal, in CopySliceFrom()
[all …]
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.h150 xla::MutableLiteralBase* literal);
Dxrt_state.cc223 xla::MutableLiteralBase* literal) { in ToLiteral()