Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dtuple_points_to_analysis.cc54 [&ambiguous](const ShapeIndex& /*index*/, const BufferList& points_to) { in IsAmbiguous()
63 ForEachElement([&](const ShapeIndex& /*index*/, const BufferList& points_to) { in IsDistinct()
236 [&](const ShapeIndex& target_index, PointsToSet::BufferList* points_to) { in HandleGetTupleElement()
371 const PointsToSet::BufferList& points_to) { in HandleAsyncDone()
418 const PointsToSet::BufferList& points_to) { in HandleCopyDone()
456 const PointsToSet::BufferList& points_to) { in HandleSend()
490 const PointsToSet::BufferList& points_to) { in HandleTuple()
703 const PointsToSet::BufferList& points_to) { in InstructionToString()
759 const PointsToSet::BufferList& points_to = in GetAllUsesOfInstructionAtIndex() local
/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dpoints_to_matcher.rs35 pub fn points_to<ExpectedT, MatcherT, ActualT>( in points_to() function