org.bytedeco.tensorflowlite.OpResolverInternal Maven / Gradle / Ivy
The newest version!
// Targeted by JavaCPP version 1.5.11: DO NOT EDIT THIS FILE
package org.bytedeco.tensorflowlite;
import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;
import static org.bytedeco.tensorflowlite.global.tensorflowlite.*;
// #ifndef DOXYGEN_SKIP
@Namespace("tflite") @Opaque @Properties(inherit = org.bytedeco.tensorflowlite.presets.tensorflowlite.class)
public class OpResolverInternal extends Pointer {
/** Empty constructor. Calls {@code super((Pointer)null)}. */
public OpResolverInternal() { super((Pointer)null); }
/** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
public OpResolverInternal(Pointer p) { super(p); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy