| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Thread |
tensorflow.Thread.position(long position) |
tensorflow.Thread |
tensorflow.Env.StartThread(tensorflow.ThreadOptions thread_options,
BytePointer name,
tensorflow.Fn fn)
\brief Returns a new thread that is running fn() and is identified
(for debugging/performance-analysis) by "name".
|
tensorflow.Thread |
tensorflow.EnvWrapper.StartThread(tensorflow.ThreadOptions thread_options,
BytePointer name,
tensorflow.Fn fn) |
tensorflow.Thread |
tensorflow.Env.StartThread(tensorflow.ThreadOptions thread_options,
String name,
tensorflow.Fn fn) |
tensorflow.Thread |
tensorflow.EnvWrapper.StartThread(tensorflow.ThreadOptions thread_options,
String name,
tensorflow.Fn fn) |
Copyright © 2019. All rights reserved.