Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h916 Piece& mutable_root_piece() { return const_cast<Piece&>(root_piece()); } in mutable_root_piece() function
1267 return mutable_root_piece().Set<NativeT>(multi_index, value); in Set()
Dliteral.cc238 set_piece_shapes(*shape, &mutable_root_piece()); in mutable_shape_do_not_use()
711 return mutable_root_piece().ForEachMutableSubpieceWithStatus( in CopyFrom()