| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.FunctionLibraryDefinition |
static class |
tensorflow.OpListOpRegistry |
static class |
tensorflow.OpRegistry |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.OpRegistryInterface |
tensorflow.FunctionLibraryDefinition.default_registry() |
tensorflow.OpRegistryInterface |
tensorflow.Graph.op_registry() |
tensorflow.OpRegistryInterface |
tensorflow.GraphDefBuilder.Options.op_registry() |
| Modifier and Type | Method and Description |
|---|---|
static tensorflow.Status |
tensorflow.ValidateKernelRegistrations(tensorflow.OpRegistryInterface op_registry) |
| Constructor and Description |
|---|
FunctionLibraryDefinition(tensorflow.OpRegistryInterface default_registry,
tensorflow.FunctionDefLibrary lib_def) |
Graph(tensorflow.OpRegistryInterface registry) |
GraphDefBuilder(int arg0,
tensorflow.OpRegistryInterface op_registry) |
GraphDefBuilder(tensorflow.OpRegistryInterface op_registry) |
NodeBuilder(BytePointer name,
BytePointer op_name,
tensorflow.OpRegistryInterface op_registry) |
NodeBuilder(String name,
String op_name,
tensorflow.OpRegistryInterface op_registry) |
NodeDefBuilder(BytePointer name,
BytePointer op_name,
tensorflow.OpRegistryInterface op_registry) |
NodeDefBuilder(String name,
String op_name,
tensorflow.OpRegistryInterface op_registry) |
ShapeRefiner(int graph_def_version,
tensorflow.OpRegistryInterface ops) |
ShapeRefiner(tensorflow.VersionDef versions,
tensorflow.OpRegistryInterface ops) |
Copyright © 2019. All rights reserved.