| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.Device |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.DeviceBase |
tensorflow.OpKernelConstruction.device() |
tensorflow.DeviceBase |
tensorflow.OpKernelContext.device() |
tensorflow.DeviceBase |
tensorflow.OpKernelContext.Params.device() |
tensorflow.DeviceBase |
tensorflow.DeviceBase.UnderlyingDevice() |
| Modifier and Type | Method and Description |
|---|---|
static tensorflow.Status |
tensorflow.CreateOpKernel(tensorflow.DeviceType device_type,
tensorflow.DeviceBase device,
tensorflow.Allocator allocator,
tensorflow.FunctionLibraryRuntime flib,
tensorflow.NodeDef def,
int graph_def_version,
PointerPointer kernel) |
static tensorflow.Status |
tensorflow.CreateOpKernel(tensorflow.DeviceType device_type,
tensorflow.DeviceBase device,
tensorflow.Allocator allocator,
tensorflow.FunctionLibraryRuntime flib,
tensorflow.NodeDef def,
int graph_def_version,
tensorflow.OpKernel kernel) |
static tensorflow.OpKernel |
tensorflow.CreateOpKernel(tensorflow.DeviceType device_type,
tensorflow.DeviceBase device,
tensorflow.Allocator allocator,
tensorflow.NodeDef def,
int graph_def_version,
tensorflow.Status status) |
tensorflow.OpKernelContext.Params |
tensorflow.OpKernelContext.Params.device(tensorflow.DeviceBase device) |
| Constructor and Description |
|---|
OpKernelConstruction(tensorflow.DeviceType device_type,
tensorflow.DeviceBase device,
tensorflow.Allocator allocator,
tensorflow.NodeDef node_def,
tensorflow.OpDef op_def,
tensorflow.FunctionLibraryRuntime flib,
tensorflow.DataTypeVector input_types,
tensorflow.StringAttrPairVector input_memory_types,
tensorflow.DataTypeVector output_types,
tensorflow.StringAttrPairVector output_memory_types,
int graph_def_version,
tensorflow.Status status) |
Copyright © 2019. All rights reserved.