Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Fix BoundaryPooling tracing #713

Closed

Conversation

bethebunny
Copy link
Contributor

Summary: Array slicing using the results of a .size() will store the slice index as constant in the trace. In this case we don't even need to tracing to work nicely because we can just record a constant -1 for the slicing.

Differential Revision: D15932989

Summary: Array slicing using the results of a .size() will store the slice index as constant in the trace. In this case we don't even need to tracing to work nicely because we can just record a constant -1 for the slicing.

Differential Revision: D15932989

fbshipit-source-id: fd1bd83b65ad5137a13a7501947377277944857d
@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Jun 21, 2019
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 115ba44.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants