Searched defs:mutable_element (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dtuple_points_to_analysis.h118 BufferList* mutable_element(const ShapeIndex& index) { function in class:xla::PointsToSet
119 return &tree_.mutable_element(index)->buffers;
/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_tree.h141 T* mutable_element(const ShapeIndex& index);
531 T* ShapeTree<T>::mutable_element(const ShapeIndex& index) { function in class:xla::ShapeTree

Completed in 111 milliseconds