| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static tensorflow.OpList |
tensorflow.OpList.default_instance() |
static tensorflow.OpList |
tensorflow.OpList.internal_default_instance() |
tensorflow.OpList |
tensorflow.MetaGraphDef_MetaInfoDef.mutable_stripped_op_list() |
tensorflow.OpList |
tensorflow.OpList.New() |
tensorflow.OpList |
tensorflow.OpList.New(tensorflow.Arena arena) |
tensorflow.OpList |
tensorflow.OpList.position(long position) |
tensorflow.OpList |
tensorflow.OpList.put(tensorflow.OpList from) |
tensorflow.OpList |
tensorflow.MetaGraphDef_MetaInfoDef.release_stripped_op_list() |
tensorflow.OpList |
tensorflow.MetaGraphDef_MetaInfoDef.stripped_op_list() |
tensorflow.OpList |
tensorflow.MetaGraphDef_MetaInfoDef.unsafe_arena_release_stripped_op_list() |
| Modifier and Type | Method and Description |
|---|---|
void |
tensorflow.OpList.CopyFrom(tensorflow.OpList from) |
void |
tensorflow.OpRegistry.Export(boolean include_internal,
tensorflow.OpList ops) |
void |
tensorflow.OpList.MergeFrom(tensorflow.OpList from) |
tensorflow.OpList |
tensorflow.OpList.put(tensorflow.OpList from) |
static void |
tensorflow.RemoveDescriptionsFromOpList(tensorflow.OpList op_list) |
void |
tensorflow.MetaGraphDef_MetaInfoDef.set_allocated_stripped_op_list(tensorflow.OpList stripped_op_list) |
void |
tensorflow.OpList.Swap(tensorflow.OpList other) |
void |
tensorflow.MetaGraphDef_MetaInfoDef.unsafe_arena_set_allocated_stripped_op_list(tensorflow.OpList stripped_op_list) |
void |
tensorflow.OpList.UnsafeArenaSwap(tensorflow.OpList other) |
static void |
tensorflow.WriteCCOps(tensorflow.OpList ops,
tensorflow.ApiDefMap api_def_map,
BytePointer dot_h_fname,
BytePointer dot_cc_fname)
Result is written to files dot_h and dot_cc.
|
static void |
tensorflow.WriteCCOps(tensorflow.OpList ops,
tensorflow.ApiDefMap api_def_map,
String dot_h_fname,
String dot_cc_fname) |
| Constructor and Description |
|---|
ApiDefMap(tensorflow.OpList op_list) |
OpList(tensorflow.OpList from) |
OpListOpRegistry(tensorflow.OpList op_list) |
TF_ApiDefMap(tensorflow.OpList op_list) |
Copyright © 2019. All rights reserved.