Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dallocation_tracker.cc52 static ShapedBuffer ReleaseIfScopedShapedBuffer(ShapedBuffer b) { return b; } in ReleaseIfScopedShapedBuffer() function
53 static ShapedBuffer ReleaseIfScopedShapedBuffer(ScopedShapedBuffer b) { in ReleaseIfScopedShapedBuffer() function
95 ReleaseIfScopedShapedBuffer(std::move(shaped_buffer)))); in RegisterInternal()