Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
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
/external/rust/android-crates-io/crates/googletest/src/matchers/
Dpoints_to_matcher.rs36 pub fn points_to<MatcherT>(expected: MatcherT) -> PointsToMatcher<MatcherT> { in points_to() function