@Namespace(value="tensorflow") @NoOffset public static class tensorflow.FunctionLibraryDefinition extends tensorflow.OpRegistryInterface
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
FunctionLibraryDefinition(Pointer p)
Pointer cast constructor.
|
FunctionLibraryDefinition(tensorflow.FunctionLibraryDefinition lib_def) |
FunctionLibraryDefinition(tensorflow.OpRegistryInterface default_registry,
tensorflow.FunctionDefLibrary lib_def) |
LookUpOpDef, LookUpOpDef, LookUpOpDefaddress, 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 FunctionLibraryDefinition(Pointer p)
Pointer.Pointer(Pointer).public FunctionLibraryDefinition(@Const @ByRef tensorflow.FunctionLibraryDefinition lib_def)
public FunctionLibraryDefinition(@Const tensorflow.OpRegistryInterface default_registry, @Const @ByRef tensorflow.FunctionDefLibrary lib_def)
@Cast(value="bool") public boolean Contains(@StdString BytePointer func)
@Cast(value="bool") public boolean Contains(@StdString String func)
@Const public tensorflow.FunctionDef Find(@StdString BytePointer func)
@Const public tensorflow.FunctionDef Find(@StdString String func)
@ByVal public tensorflow.Status AddFunctionDef(@Const @ByRef tensorflow.FunctionDef fdef)
@ByVal public tensorflow.Status AddGradientDef(@Const @ByRef tensorflow.GradientDef grad)
@ByVal public tensorflow.Status ReplaceFunction(@StdString BytePointer func, @Const @ByRef tensorflow.FunctionDef fdef)
@ByVal public tensorflow.Status ReplaceFunction(@StdString String func, @Const @ByRef tensorflow.FunctionDef fdef)
@ByVal public tensorflow.Status ReplaceGradient(@Const @ByRef tensorflow.GradientDef grad)
@ByVal public tensorflow.Status AddLibrary(@Const @ByRef tensorflow.FunctionLibraryDefinition other)
@ByVal public tensorflow.Status AddLibrary(@Const @ByRef tensorflow.FunctionDefLibrary lib_def)
@StdString public BytePointer FindGradient(@StdString BytePointer func)
@StdString public String FindGradient(@StdString String func)
@ByVal public tensorflow.Status LookUp(@StdString BytePointer op_type_name, @Cast(value="const tensorflow::OpRegistrationData**") PointerPointer op_reg_data)
LookUp in class tensorflow.OpRegistryInterface@ByVal public tensorflow.Status LookUp(@StdString BytePointer op_type_name, @Const @ByPtrPtr tensorflow.OpRegistrationData op_reg_data)
LookUp in class tensorflow.OpRegistryInterface@ByVal public tensorflow.Status LookUp(@StdString String op_type_name, @Const @ByPtrPtr tensorflow.OpRegistrationData op_reg_data)
LookUp in class tensorflow.OpRegistryInterface@StdString public BytePointer UniqueFunctionName(@tensorflow.StringPiece BytePointer prefix)
@StdString public String UniqueFunctionName(@tensorflow.StringPiece String prefix)
@MemberGetter @Cast(value="const char*") public static BytePointer kArgOp()
@MemberGetter @Cast(value="const char*") public static BytePointer kRetOp()
@MemberGetter @Cast(value="const char*") public static BytePointer kGradientOp()
@MemberGetter @Cast(value="const char*") public static BytePointer kFuncAttr()
@ByVal public tensorflow.FunctionDefLibrary ToProto()
@Const public tensorflow.OpRegistryInterface default_registry()
Copyright © 2019. All rights reserved.