Export refactor
Compare changes
Files
100+ 14
− 0
export
and configuration
function, with this change, dev of export only need to inform parameters when creating export_node and no longer to worry about copying kernels etc ...Conv
-> Conv{NbDims}D
) (fix: #168 (closed))ConvOp{NbDims}D
-> Conv{NbDims}DOp
)@ExportLibAidgeARM.register("Pad2D", aidge_core.ImplSpec(aidge_core.IOSpec(aidge_core.dtype.any)))
class Pad_ARMCortexM(ExportNodeCpp):
def __init__(self, node, mem_info, is_input, is_output):
raise NotImplementedError("Pad2D nodes is not implemented")
Tracked by: #177 (closed)
aidge_core.register_Tensor(["aidge_arm", aidge_core.dtype.float32],
aidge_core.get_key_value_Tensor(["cpu", aidge_core.dtype.float32]))
Tracked by: #178 (closed)
Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent