| Package | Description |
|---|---|
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
static ThreadPoolHandle.Options |
ThreadPoolHandle.container(String container) |
ThreadPoolHandle.Options |
ThreadPoolHandle.Options.container(String container) |
static ThreadPoolHandle.Options |
ThreadPoolHandle.maxIntraOpParallelism(Long maxIntraOpParallelism) |
ThreadPoolHandle.Options |
ThreadPoolHandle.Options.maxIntraOpParallelism(Long maxIntraOpParallelism) |
static ThreadPoolHandle.Options |
ThreadPoolHandle.sharedName(String sharedName) |
ThreadPoolHandle.Options |
ThreadPoolHandle.Options.sharedName(String sharedName) |
| Modifier and Type | Method and Description |
|---|---|
static ThreadPoolHandle |
ThreadPoolHandle.create(Scope scope,
Long numThreads,
String displayName,
ThreadPoolHandle.Options... options)
Factory method to create a class wrapping a new ThreadPoolHandle operation.
|
Copyright © 2015–2019. All rights reserved.