Skip to content

dynamic module does not define module export function  #16

@KevinWangHP

Description

@KevinWangHP

When I tried to run test_gemm_op.py, this error occured:

import tensorflow as tf import sys sys.path.append(r'/home/intern/model_compression/code/tensorflow-xnor-bnn/libs') sys.path.append(r'/home/intern/model_compression/code/tensorflow-xnor-bnn/obj') from gemm_op import xnor_gemm

Traceback (most recent call last):
File "test_gemm_op.py", line 5, in
from gemm_op import xnor_gemm
ImportError: dynamic module does not define module export function (PyInit_gemm_op)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions