All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.tjake.jlama.net.CombineResponseOrBuilder Maven / Gradle / Ivy

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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy