| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
EncodeProto |
Ops.encodeProto(Operand<Integer> sizes,
Iterable<Operand<?>> values,
List<String> fieldNames,
String messageType,
EncodeProto.Options... options)
Adds an
EncodeProto operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static EncodeProto.Options |
EncodeProto.descriptorSource(String descriptorSource) |
EncodeProto.Options |
EncodeProto.Options.descriptorSource(String descriptorSource) |
| Modifier and Type | Method and Description |
|---|---|
static EncodeProto |
EncodeProto.create(Scope scope,
Operand<Integer> sizes,
Iterable<Operand<?>> values,
List<String> fieldNames,
String messageType,
EncodeProto.Options... options)
Factory method to create a class to wrap a new EncodeProto operation to the graph.
|
Copyright © 2015–2019. All rights reserved.