Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dallocation_tracker.cc78 std::vector<ShapeIndex> shape_indices; in RegisterInternal() local
82 shape_indices.push_back(index); in RegisterInternal()
86 for (const ShapeIndex& index : shape_indices) { in RegisterInternal()
111 std::vector<ShapeIndex> shape_indices; in Unregister() local
114 [&shape_indices](const Shape& /*subshape*/, const ShapeIndex& index) { in Unregister()
115 shape_indices.push_back(index); in Unregister()
117 for (const ShapeIndex& index : shape_indices) { in Unregister()