Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h263 Status ForEachMutableElementWithStatus(const Fn& func);
656 Status ShapeTree<T>::ForEachMutableElementWithStatus(const Fn& func) { in ForEachMutableElementWithStatus() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dtransfer_manager.cc211 TF_RETURN_IF_ERROR(device_buffer->buffers().ForEachMutableElementWithStatus( in ReadDynamicShapes()