tensorflow / custom-op

Guide for building custom op for TensorFlow
Apache License 2.0
376 stars 115 forks source link

[FIX ME!] LOG VLOG std::cout does not work in custom-op. #88

Closed shipleyxie closed 3 years ago

shipleyxie commented 3 years ago

While build my own op , i want to LOG the changed value use LOG and VLOG , but i can't see any thing in my screen. And i try to use std::cout , there still nothing. Same as post here. I guess there is a bug there, Could you help me to solve this? [edit]: I use Makefile to compile custom-op