com.github.tjake.jlama.net.CombineResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jlama-net Show documentation
Show all versions of jlama-net Show documentation
Jlama: A modern LLM inference engine for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: JlamaService.proto
package com.github.tjake.jlama.net;
public interface CombineResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.github.tjake.jlama.net.CombineResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated bytes tensor = 1;
* @return A list containing the tensor.
*/
java.util.List getTensorList();
/**
* repeated bytes tensor = 1;
* @return The count of tensor.
*/
int getTensorCount();
/**
* repeated bytes tensor = 1;
* @param index The index of the element to return.
* @return The tensor at the given index.
*/
com.google.protobuf.ByteString getTensor(int index);
}