Searched refs:inflated_shape (Results 1 – 1 of 1) sorted by relevance
379 ShapeVec inflated_shape; in StrideOrInflate() local383 should_inflate ? strided_shape.size() : inflated_shape.size(); in StrideOrInflate()386 inflated_shape.insert(inflated_shape.end(), count, dim); in StrideOrInflate()398 TensorShape(should_inflate ? inflated_shape : strided_shape); in StrideOrInflate()