Daisuke Kato

Results 34 comments of Daisuke Kato

The following example will give you a good idea of how to use a tensor. https://github.com/serizba/cppflow/blob/883eb4c526979dae56f921571b1ab93df85a0a0d/examples/tensor/main.cpp#L28-L36

I'm assuming you're using Windows Command Prompt or Powershell, but is it possible to restart the process by pressing enter on the screen where the logging stops? If it does,...

Thank you for the information. I understand the configuration that causes this problem. I would like to have the code to reproduce it. Could you please publish the code you...

~~The gerated code is not broken, but default values are still missing as you pointed out. We may need a help to fix it.~~ Edited : Default value is not...

FYI ops code was generated from this definition file. https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/ops/ops.pbtxt And the code was generated by tensorflow-op-codegen crate in this repository.

Here is the `Split` definition in the pbtxt. ``` op { name: "Split" input_arg { name: "split_dim" type: DT_INT32 } input_arg { name: "value" type_attr: "T" } output_arg { name:...

I expect that you are trying to link your application to an older version of the tensorflow library. Could you tell me how did you build your app? The `TF_StringGetDataPointer`...

First of all, `tensorflow_gpu` feature is not supported as the official site states: > Install GPU support (optional, Linux only) > There is no GPU support for macOS. https://www.tensorflow.org/install/source#install_gpu_support_optional_linux_only Still,...

Could you open a PR to fix this? In addition to that, It may be appreciated if you could provide how to check whethere it is fixed. Is it just...

> > > Hi, @adamcrume. I have the same question and Google brings me here. > > > No, this library does not support eager execution, yet. We rely on...