| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.ThreadOptions |
tensorflow.ThreadOptions.guard_size(long guard_size) |
tensorflow.ThreadOptions |
tensorflow.ThreadOptions.position(long position) |
tensorflow.ThreadOptions |
tensorflow.ThreadOptions.stack_size(long stack_size) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
ThreadPool(tensorflow.Env env,
tensorflow.ThreadOptions thread_options,
BytePointer name,
int num_threads) |
ThreadPool(tensorflow.Env env,
tensorflow.ThreadOptions thread_options,
BytePointer name,
int num_threads,
boolean low_latency_hint) |
ThreadPool(tensorflow.Env env,
tensorflow.ThreadOptions thread_options,
String name,
int num_threads) |
ThreadPool(tensorflow.Env env,
tensorflow.ThreadOptions thread_options,
String name,
int num_threads,
boolean low_latency_hint) |
Copyright © 2019. All rights reserved.