@NoOffset public static class tensorflow.GraphDefBuilder.Options extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Options(Pointer p)
Pointer cast constructor.
|
Options(tensorflow.Graph graph,
tensorflow.Status status) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Options(Pointer p)
Pointer.Pointer(Pointer).public Options(tensorflow.Graph graph, tensorflow.Status status)
@ByVal public tensorflow.GraphDefBuilder.Options WithName(@tensorflow.StringPiece BytePointer name)
@ByVal public tensorflow.GraphDefBuilder.Options WithName(@tensorflow.StringPiece String name)
@ByVal public tensorflow.GraphDefBuilder.Options WithDevice(@tensorflow.StringPiece BytePointer device)
@ByVal public tensorflow.GraphDefBuilder.Options WithDevice(@tensorflow.StringPiece String device)
@ByVal public tensorflow.GraphDefBuilder.Options WithControlInput(tensorflow.Node control_input)
@ByVal public tensorflow.GraphDefBuilder.Options WithControlInputs(@ByVal tensorflow.NodeVector control_inputs)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, int value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, int value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @tensorflow.ArraySlice IntPointer value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @tensorflow.ArraySlice IntBuffer value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @tensorflow.ArraySlice int... value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @tensorflow.ArraySlice IntPointer value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @tensorflow.ArraySlice IntBuffer value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @tensorflow.ArraySlice int... value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @Cast(value="long long") long value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @Cast(value="long long") long value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @Cast(value="long long*") @tensorflow.ArraySlice LongPointer value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @Cast(value="long long*") @tensorflow.ArraySlice LongBuffer value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @Cast(value="long long*") @tensorflow.ArraySlice long... value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @Cast(value="long long*") @tensorflow.ArraySlice LongPointer value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @Cast(value="long long*") @tensorflow.ArraySlice LongBuffer value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @Cast(value="long long*") @tensorflow.ArraySlice long... value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, float value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, float value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @tensorflow.ArraySlice FloatPointer value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @tensorflow.ArraySlice FloatBuffer value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @tensorflow.ArraySlice float... value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @tensorflow.ArraySlice FloatPointer value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @tensorflow.ArraySlice FloatBuffer value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @tensorflow.ArraySlice float... value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, double value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, double value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @tensorflow.ArraySlice DoublePointer value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @tensorflow.ArraySlice DoubleBuffer value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @tensorflow.ArraySlice double... value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @tensorflow.ArraySlice DoublePointer value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @tensorflow.ArraySlice DoubleBuffer value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @tensorflow.ArraySlice double... value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @Cast(value="bool") boolean value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @Cast(value="bool") boolean value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @Cast(value="bool*") @tensorflow.ArraySlice BoolPointer value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @Cast(value="bool*") @tensorflow.ArraySlice boolean... value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @StdString BytePointer value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @StdString String value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<std::string>*") tensorflow.StringVector value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<std::string>*") tensorflow.StringVector value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @ByVal tensorflow.Tensor value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @ByVal tensorflow.Tensor value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @ByVal tensorflow.TensorVector value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @ByVal tensorflow.TensorVector value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @ByVal tensorflow.TensorProto value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @ByVal tensorflow.TensorProto value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @ByVal tensorflow.TensorProtoVector value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @ByVal tensorflow.TensorProtoVector value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @ByVal tensorflow.TensorShape value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @ByVal tensorflow.TensorShape value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<tensorflow::TensorShape>*") tensorflow.TensorShapeVector value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<tensorflow::TensorShape>*") tensorflow.TensorShapeVector value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece BytePointer attr_name, @ByVal tensorflow.NameAttrList value)
@ByVal public tensorflow.GraphDefBuilder.Options WithAttr(@tensorflow.StringPiece String attr_name, @ByVal tensorflow.NameAttrList value)
@StdString public BytePointer StatusToString()
@StdString public BytePointer GetNameForOp(@tensorflow.StringPiece BytePointer op)
@StdString public String GetNameForOp(@tensorflow.StringPiece String op)
public tensorflow.Node FinalizeBuilder(tensorflow.NodeBuilder builder)
public void UpdateStatus(@Const @ByRef tensorflow.Status status)
@Const public tensorflow.OpRegistryInterface op_registry()
Copyright © 2019. All rights reserved.