Uses of Class
ai.heavy.thrift.server.TGpuSpecification
-
Packages that use TGpuSpecification Package Description ai.heavy.thrift.server -
-
Uses of TGpuSpecification in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TGpuSpecification Modifier and Type Field Description List<TGpuSpecification>THardwareInfo. gpu_infoMethods in ai.heavy.thrift.server that return TGpuSpecification Modifier and Type Method Description TGpuSpecificationTGpuSpecification. deepCopy()TGpuSpecificationTGpuSpecification. setClock_frequency_kHz(long clock_frequency_kHz)TGpuSpecificationTGpuSpecification. setCompute_capability_major(short compute_capability_major)TGpuSpecificationTGpuSpecification. setCompute_capability_minor(short compute_capability_minor)TGpuSpecificationTGpuSpecification. setMemory(long memory)TGpuSpecificationTGpuSpecification. setNum_sm(int num_sm)Methods in ai.heavy.thrift.server that return types with arguments of type TGpuSpecification Modifier and Type Method Description List<TGpuSpecification>THardwareInfo. getGpu_info()Iterator<TGpuSpecification>THardwareInfo. getGpu_infoIterator()Methods in ai.heavy.thrift.server with parameters of type TGpuSpecification Modifier and Type Method Description voidTHardwareInfo. addToGpu_info(TGpuSpecification elem)intTGpuSpecification. compareTo(TGpuSpecification other)booleanTGpuSpecification. equals(TGpuSpecification that)Method parameters in ai.heavy.thrift.server with type arguments of type TGpuSpecification Modifier and Type Method Description THardwareInfoTHardwareInfo. setGpu_info(List<TGpuSpecification> gpu_info)Constructors in ai.heavy.thrift.server with parameters of type TGpuSpecification Constructor Description TGpuSpecification(TGpuSpecification other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TGpuSpecification Constructor Description THardwareInfo(short num_gpu_hw, short num_cpu_hw, short num_gpu_allocated, short start_gpu, String host_name, List<TGpuSpecification> gpu_info)
-