![JAR search and dependency download from the Maven repository](/logo.png)
org.bytedeco.tensorflow.TF_Server Maven / Gradle / Ivy
The newest version!
// Targeted by JavaCPP version 1.5.8: DO NOT EDIT THIS FILE
package org.bytedeco.tensorflow;
import org.bytedeco.tensorflow.Allocator;
import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;
import static org.bytedeco.javacpp.presets.javacpp.*;
import static org.bytedeco.tensorflow.global.tensorflow.*;
// #if !defined(IS_MOBILE_PLATFORM) && !defined(IS_SLIM_BUILD)
@NoOffset @Properties(inherit = org.bytedeco.tensorflow.presets.tensorflow.class)
public class TF_Server extends Pointer {
static { Loader.load(); }
/** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
public TF_Server(Pointer p) { super(p); }
public TF_Server(@MoveUniquePtr ServerInterface server) { super((Pointer)null); allocate(server); }
private native void allocate(@MoveUniquePtr ServerInterface server);
@MemberGetter public native @StdString BytePointer target();
public native @MoveUniquePtr ServerInterface server(); public native TF_Server server(ServerInterface setter);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy