Searched refs:shape_indices (Results 1 – 1 of 1) sorted by relevance
78 std::vector<ShapeIndex> shape_indices; in RegisterInternal() local82 shape_indices.push_back(index); in RegisterInternal()86 for (const ShapeIndex& index : shape_indices) { in RegisterInternal()111 std::vector<ShapeIndex> shape_indices; in Unregister() local114 [&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()