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