java icon indicating copy to clipboard operation
java copied to clipboard

Tensorflow profiler java bindings

Open JugadK opened this issue 4 months ago • 3 comments

Tensorflow Java Version 1.1.0

In python you can enable the tensor profiler by doing

[tf.profiler.experimental.start](https://www.tensorflow.org/api_docs/python/tf/profiler/experimental/start)

Does anything similar exist in the java bindings ? I see ProfileOptions as a class but it seems to not be used anywhere. Tracing seems to able to be turned on in the ConfigProto/RunOptions configuration though im not sure if I make it write to disk

JugadK avatar Sep 16 '25 03:09 JugadK