Home
last modified time | relevance | path

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

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