static void |
tensorflow.TF_AddControlInput(tensorflow.TF_OperationDescription desc,
tensorflow.TF_Operation input) |
static void |
tensorflow.TF_AddInput(tensorflow.TF_OperationDescription desc,
tensorflow.TF_Output input) |
static void |
tensorflow.TF_AddInputList(tensorflow.TF_OperationDescription desc,
tensorflow.TF_Output inputs,
int num_inputs) |
static void |
tensorflow.TF_ColocateWith(tensorflow.TF_OperationDescription desc,
tensorflow.TF_Operation op) |
static tensorflow.TF_Operation |
tensorflow.TF_FinishOperation(tensorflow.TF_OperationDescription desc,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrBool(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
byte value) |
static void |
tensorflow.TF_SetAttrBool(tensorflow.TF_OperationDescription desc,
String attr_name,
byte value) |
static void |
tensorflow.TF_SetAttrBoolList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
byte[] values,
int num_values) |
static void |
tensorflow.TF_SetAttrBoolList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
ByteBuffer values,
int num_values) |
static void |
tensorflow.TF_SetAttrBoolList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
BytePointer values,
int num_values) |
static void |
tensorflow.TF_SetAttrBoolList(tensorflow.TF_OperationDescription desc,
String attr_name,
byte[] values,
int num_values) |
static void |
tensorflow.TF_SetAttrBoolList(tensorflow.TF_OperationDescription desc,
String attr_name,
ByteBuffer values,
int num_values) |
static void |
tensorflow.TF_SetAttrBoolList(tensorflow.TF_OperationDescription desc,
String attr_name,
BytePointer values,
int num_values) |
static void |
tensorflow.TF_SetAttrFloat(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
float value) |
static void |
tensorflow.TF_SetAttrFloat(tensorflow.TF_OperationDescription desc,
String attr_name,
float value) |
static void |
tensorflow.TF_SetAttrFloatList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
float[] values,
int num_values) |
static void |
tensorflow.TF_SetAttrFloatList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
FloatBuffer values,
int num_values) |
static void |
tensorflow.TF_SetAttrFloatList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
FloatPointer values,
int num_values) |
static void |
tensorflow.TF_SetAttrFloatList(tensorflow.TF_OperationDescription desc,
String attr_name,
float[] values,
int num_values) |
static void |
tensorflow.TF_SetAttrFloatList(tensorflow.TF_OperationDescription desc,
String attr_name,
FloatBuffer values,
int num_values) |
static void |
tensorflow.TF_SetAttrFloatList(tensorflow.TF_OperationDescription desc,
String attr_name,
FloatPointer values,
int num_values) |
static void |
tensorflow.TF_SetAttrFuncName(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
BytePointer value,
long length) |
static void |
tensorflow.TF_SetAttrFuncName(tensorflow.TF_OperationDescription desc,
String attr_name,
String value,
long length) |
static void |
tensorflow.TF_SetAttrInt(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
long value) |
static void |
tensorflow.TF_SetAttrInt(tensorflow.TF_OperationDescription desc,
String attr_name,
long value) |
static void |
tensorflow.TF_SetAttrIntList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
long[] values,
int num_values) |
static void |
tensorflow.TF_SetAttrIntList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
LongBuffer values,
int num_values) |
static void |
tensorflow.TF_SetAttrIntList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
LongPointer values,
int num_values) |
static void |
tensorflow.TF_SetAttrIntList(tensorflow.TF_OperationDescription desc,
String attr_name,
long[] values,
int num_values) |
static void |
tensorflow.TF_SetAttrIntList(tensorflow.TF_OperationDescription desc,
String attr_name,
LongBuffer values,
int num_values) |
static void |
tensorflow.TF_SetAttrIntList(tensorflow.TF_OperationDescription desc,
String attr_name,
LongPointer values,
int num_values) |
static void |
tensorflow.TF_SetAttrShape(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
long[] dims,
int num_dims) |
static void |
tensorflow.TF_SetAttrShape(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
LongBuffer dims,
int num_dims) |
static void |
tensorflow.TF_SetAttrShape(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
LongPointer dims,
int num_dims) |
static void |
tensorflow.TF_SetAttrShape(tensorflow.TF_OperationDescription desc,
String attr_name,
long[] dims,
int num_dims) |
static void |
tensorflow.TF_SetAttrShape(tensorflow.TF_OperationDescription desc,
String attr_name,
LongBuffer dims,
int num_dims) |
static void |
tensorflow.TF_SetAttrShape(tensorflow.TF_OperationDescription desc,
String attr_name,
LongPointer dims,
int num_dims) |
static void |
tensorflow.TF_SetAttrShapeList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
long[] dims,
int[] num_dims,
int num_shapes) |
static void |
tensorflow.TF_SetAttrShapeList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
LongBuffer dims,
IntBuffer num_dims,
int num_shapes) |
static void |
tensorflow.TF_SetAttrShapeList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
LongPointer dims,
IntPointer num_dims,
int num_shapes) |
static void |
tensorflow.TF_SetAttrShapeList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
PointerPointer dims,
IntPointer num_dims,
int num_shapes) |
static void |
tensorflow.TF_SetAttrShapeList(tensorflow.TF_OperationDescription desc,
String attr_name,
long[] dims,
int[] num_dims,
int num_shapes) |
static void |
tensorflow.TF_SetAttrShapeList(tensorflow.TF_OperationDescription desc,
String attr_name,
LongBuffer dims,
IntBuffer num_dims,
int num_shapes) |
static void |
tensorflow.TF_SetAttrShapeList(tensorflow.TF_OperationDescription desc,
String attr_name,
LongPointer dims,
IntPointer num_dims,
int num_shapes) |
static void |
tensorflow.TF_SetAttrString(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
Pointer value,
long length) |
static void |
tensorflow.TF_SetAttrString(tensorflow.TF_OperationDescription desc,
String attr_name,
Pointer value,
long length) |
static void |
tensorflow.TF_SetAttrStringList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
PointerPointer values,
SizeTPointer lengths,
int num_values) |
static void |
tensorflow.TF_SetAttrStringList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
Pointer values,
SizeTPointer lengths,
int num_values) |
static void |
tensorflow.TF_SetAttrStringList(tensorflow.TF_OperationDescription desc,
String attr_name,
Pointer values,
SizeTPointer lengths,
int num_values) |
static void |
tensorflow.TF_SetAttrTensor(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
tensorflow.TF_Tensor value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrTensor(tensorflow.TF_OperationDescription desc,
String attr_name,
tensorflow.TF_Tensor value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrTensorList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
PointerPointer values,
int num_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrTensorList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
tensorflow.TF_Tensor values,
int num_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrTensorList(tensorflow.TF_OperationDescription desc,
String attr_name,
tensorflow.TF_Tensor values,
int num_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrTensorShapeProto(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
Pointer proto,
long proto_len,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrTensorShapeProto(tensorflow.TF_OperationDescription desc,
String attr_name,
Pointer proto,
long proto_len,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrTensorShapeProtoList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
PointerPointer protos,
SizeTPointer proto_lens,
int num_shapes,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrTensorShapeProtoList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
Pointer protos,
SizeTPointer proto_lens,
int num_shapes,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrTensorShapeProtoList(tensorflow.TF_OperationDescription desc,
String attr_name,
Pointer protos,
SizeTPointer proto_lens,
int num_shapes,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrType(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
int value) |
static void |
tensorflow.TF_SetAttrType(tensorflow.TF_OperationDescription desc,
String attr_name,
int value) |
static void |
tensorflow.TF_SetAttrTypeList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
int[] values,
int num_values) |
static void |
tensorflow.TF_SetAttrTypeList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
IntBuffer values,
int num_values) |
static void |
tensorflow.TF_SetAttrTypeList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
IntPointer values,
int num_values) |
static void |
tensorflow.TF_SetAttrTypeList(tensorflow.TF_OperationDescription desc,
String attr_name,
int[] values,
int num_values) |
static void |
tensorflow.TF_SetAttrTypeList(tensorflow.TF_OperationDescription desc,
String attr_name,
IntBuffer values,
int num_values) |
static void |
tensorflow.TF_SetAttrTypeList(tensorflow.TF_OperationDescription desc,
String attr_name,
IntPointer values,
int num_values) |
static void |
tensorflow.TF_SetAttrValueProto(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
Pointer proto,
long proto_len,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrValueProto(tensorflow.TF_OperationDescription desc,
String attr_name,
Pointer proto,
long proto_len,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetDevice(tensorflow.TF_OperationDescription desc,
BytePointer device) |
static void |
tensorflow.TF_SetDevice(tensorflow.TF_OperationDescription desc,
String device) |