Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc2123 void MutableBorrowingLiteral::CopyPieceSubtree(const Shape& shape, in CopyPieceSubtree() function in xla::MutableBorrowingLiteral
2138 CopyPieceSubtree(subshape, &src_piece->child(i), &child_piece); in CopyPieceSubtree()
2162 CopyPieceSubtree(*shape_, &literal.root_piece(), root_piece_); in MutableBorrowingLiteral()
2173 CopyPieceSubtree(*shape_, &literal.root_piece(), root_piece_); in operator =()
2187 CopyPieceSubtree(*shape_, &literal.root_piece(), root_piece_); in MutableBorrowingLiteral()
2198 CopyPieceSubtree(*shape_, &literal->root_piece(), root_piece_); in MutableBorrowingLiteral()
2210 CopyPieceSubtree(*shape_, &literal.piece(view_root), root_piece_); in MutableBorrowingLiteral()
Dliteral.h817 void CopyPieceSubtree(const Shape& shape, Piece* src_piece,