Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 573254750
  • Loading branch information
MediaPipe Team authored and copybara-github committed Oct 13, 2023
1 parent 1bd8006 commit 8993073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mediapipe/tasks/cc/core/mediapipe_builtin_op_resolver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ limitations under the License.
namespace mediapipe {
namespace tasks {
namespace core {
// TODO: Use separate builtin op-resolvers.

MediaPipeBuiltinOpResolver::MediaPipeBuiltinOpResolver() {
AddCustom("MaxPoolingWithArgmax2D",
mediapipe::tflite_operations::RegisterMaxPoolingWithArgmax2D());
Expand Down Expand Up @@ -60,6 +60,7 @@ MediaPipeBuiltinOpResolver::MediaPipeBuiltinOpResolver() {
AddCustom("FusedBatchNormV3",
mediapipe::tflite_operations::Register_FusedBatchNorm());
}

} // namespace core
} // namespace tasks
} // namespace mediapipe

0 comments on commit 8993073

Please sign in to comment.