mirror of
https://github.com/helblazer811/ManimML.git
synced 2025-06-01 23:44:52 +08:00
7 lines
187 B
Python
7 lines
187 B
Python
from manim_ml.neural_network.layers.parent_layers import NeuralNetworkLayer
|
|
|
|
class PairedQueryLayer(NeuralNetworkLayer):
|
|
"""Paired Query Layer"""
|
|
|
|
def __init__(self):
|
|
pass |