| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static tensorflow.FunctionDefHelper.AttrValueWrapper |
tensorflow.FunctionDefHelper.FunctionRef(BytePointer name) |
static tensorflow.FunctionDefHelper.AttrValueWrapper |
tensorflow.FunctionDefHelper.FunctionRef(BytePointer name,
tensorflow.StringAttrPairVector attrs) |
static tensorflow.FunctionDefHelper.AttrValueWrapper |
tensorflow.FunctionDefHelper.FunctionRef(String name) |
static tensorflow.FunctionDefHelper.AttrValueWrapper |
tensorflow.FunctionDefHelper.FunctionRef(String name,
tensorflow.StringAttrPairVector attrs) |
tensorflow.FunctionDefHelper.AttrValueWrapper |
tensorflow.FunctionDefHelper.AttrValueWrapper.position(long position) |
tensorflow.FunctionDefHelper.AttrValueWrapper |
tensorflow.FunctionDefHelper.AttrValueWrapper.proto(tensorflow.AttrValue proto) |
tensorflow.FunctionDefHelper.AttrValueWrapper |
tensorflow.StringAttrPairVector.second(long i) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.StringAttrPairVector |
tensorflow.StringAttrPairVector.put(BytePointer[] firstValue,
tensorflow.FunctionDefHelper.AttrValueWrapper[] secondValue) |
tensorflow.StringAttrPairVector |
tensorflow.StringAttrPairVector.put(String[] firstValue,
tensorflow.FunctionDefHelper.AttrValueWrapper[] secondValue) |
tensorflow.StringAttrPairVector |
tensorflow.StringAttrPairVector.second(long i,
tensorflow.FunctionDefHelper.AttrValueWrapper second) |
| Constructor and Description |
|---|
StringAttrPairVector(BytePointer[] firstValue,
tensorflow.FunctionDefHelper.AttrValueWrapper[] secondValue) |
StringAttrPairVector(String[] firstValue,
tensorflow.FunctionDefHelper.AttrValueWrapper[] secondValue) |
Copyright © 2019. All rights reserved.