Home
last modified time | relevance | path

Searched defs:VisitorFunction (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h472 using VisitorFunction = std::function<void(const Shape& /*subshape*/, variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_liveness_analysis.cc50 using VisitorFunction = std::function<void(const ShapeIndex& /*index*/)>; typedef