| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
AssertThat |
Ops.assertThat(Operand<Boolean> condition,
Iterable<Operand<?>> data,
AssertThat.Options... options)
Builds an
AssertThat operation |
| Modifier and Type | Method and Description |
|---|---|
static AssertThat.Options |
AssertThat.summarize(Long summarize) |
AssertThat.Options |
AssertThat.Options.summarize(Long summarize) |
| Modifier and Type | Method and Description |
|---|---|
static AssertThat |
AssertThat.create(Scope scope,
Operand<Boolean> condition,
Iterable<Operand<?>> data,
AssertThat.Options... options)
Factory method to create a class wrapping a new AssertThat operation.
|
Copyright © 2015–2019. All rights reserved.