## Task Description Implement Graph Convolution as a tf.layers.Layer, as described in https://pytorch3d.readthedocs.io/en/latest/_modules/pytorch3d/ops/graph_conv.html Write your code and tests in this folder: https://github.com/PurdueDualityLab/tf-models/tree/mesh_rcnn/official/vision/beta/projects/mesh_rcnn/modeling/layers 🚨 Please follow the [Google Style Guide](https://google.github.io/styleguide/pyguide.html) 🚨 ## Before opening a pull request: - [ ] Differentially tested against original implementation ✅ - [x] All test cases are written and passed 👍 - [x] Code is linted ✏️
Task Description
Implement Graph Convolution as a tf.layers.Layer, as described in https://pytorch3d.readthedocs.io/en/latest/_modules/pytorch3d/ops/graph_conv.html
Write your code and tests in this folder: https://github.com/PurdueDualityLab/tf-models/tree/mesh_rcnn/official/vision/beta/projects/mesh_rcnn/modeling/layers
🚨 Please follow the Google Style Guide 🚨
Before opening a pull request: