c api - Issue with Tensorflow language wrapper using the C API -
i'm working on language wrapper tensorflow. have basics working ran issue building operation. specifically, in tf_finishoperation call error code 3 message: "op type not registered 'const' while building nodedef 'input'". i'm pretty sure "const" operation should there i'm not sure going wrong.
if interested in looking @ code here: https://github.com/baldmountain/ex_tensorflow it's little rough, i'm getting started.
thanks,
geoff
Comments
Post a Comment