SkillAgentSearch skills...

Conv4d

4D Convolution Operator for TensorFlow

Install / Use

/learn @funkey/Conv4d
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

conv4d

A TensorFlow operator that realizes convolutions in 4D by performing several 3D convolutions.

Performs a convolution of the (t, z, y, x) dimensions of a tensor with shape (b, c, l, d, h, w) with k filters. The output tensor will be of shape (b, k, l', d', h', w'). (l', d', h', w') will be smaller than (l, d, h, w) if a valid padding was chosen.

View on GitHub
GitHub Stars49
CategoryDevelopment
Updated5mo ago
Forks17

Languages

Python

Security Score

72/100

Audited on Oct 27, 2025

No findings