Skip navigation links
C D F G I L M N P R S T V W 

C

convert(Tensor) - Static method in class deepboof.io.torch7.ConvertBoofToTorch
Converts a DeepBoof tensor into a Torch tensor
convert(boolean) - Static method in class deepboof.io.torch7.ConvertBoofToTorch
 
convert(double) - Static method in class deepboof.io.torch7.ConvertBoofToTorch
 
convert(String) - Static method in class deepboof.io.torch7.ConvertBoofToTorch
 
convert(TorchObject) - Static method in class deepboof.io.torch7.ConvertTorchToBoofForward
Converts a torch object into a DeepBoof object.
ConvertBoofToTorch - Class in deepboof.io.torch7
 
ConvertBoofToTorch() - Constructor for class deepboof.io.torch7.ConvertBoofToTorch
 
ConvertTorchToBoofForward - Class in deepboof.io.torch7
Converts a Torch network into the equivalent DeepBoof network.
ConvertTorchToBoofForward() - Constructor for class deepboof.io.torch7.ConvertTorchToBoofForward
 
createForward(int...) - Method in class deepboof.io.torch7.SequenceAndParameters
 

D

data - Variable in class deepboof.io.torch7.struct.TorchByteStorage
 
data - Variable in class deepboof.io.torch7.struct.TorchCharStorage
 
data - Variable in class deepboof.io.torch7.struct.TorchDoubleStorage
 
data - Variable in class deepboof.io.torch7.struct.TorchFloatStorage
 
data - Variable in class deepboof.io.torch7.struct.TorchLongStorage
 
decompressTGZ(File, File) - Static method in class deepboof.io.DeepBoofDataBaseOps
 
decompressZip(File, File, boolean) - Static method in class deepboof.io.DeepBoofDataBaseOps
 
deepboof.io - package deepboof.io
 
deepboof.io.caffe - package deepboof.io.caffe
 
deepboof.io.torch7 - package deepboof.io.torch7
 
deepboof.io.torch7.struct - package deepboof.io.torch7.struct
 
deepboof.net - package deepboof.net
 
DeepBoofDataBaseOps - Class in deepboof.io
Functions for obtaining and processing network models
DeepBoofDataBaseOps() - Constructor for class deepboof.io.DeepBoofDataBaseOps
 
DescFunction - Class in deepboof.net
 
DescFunction() - Constructor for class deepboof.net.DescFunction
 
download(String, File) - Static method in class deepboof.io.DeepBoofDataBaseOps
Downloads a file from the specified address and saves it at the specified location
downloadModel(List<String>, File) - Static method in class deepboof.io.DeepBoofDataBaseOps
Attempts to download a model from the list of addresses.

F

fromFile(String) - Static method in class deepboof.io.caffe.PrintCrap
 
fromFile(String) - Static method in class deepboof.io.caffe.PrintWeightCrap
 
function - Variable in class deepboof.io.torch7.FunctionAndParameters
 
FunctionAndParameters<T extends deepboof.Tensor<T>> - Class in deepboof.io.torch7
Storage for a saved DeepBoof function and learned parameters
FunctionAndParameters() - Constructor for class deepboof.io.torch7.FunctionAndParameters
 

G

get(String) - Method in class deepboof.io.torch7.struct.TorchGeneric
 
get(int) - Method in class deepboof.io.torch7.struct.TorchList
 
getDataObject() - Method in class deepboof.io.torch7.struct.TorchByteStorage
 
getDataObject() - Method in class deepboof.io.torch7.struct.TorchCharStorage
 
getDataObject() - Method in class deepboof.io.torch7.struct.TorchDoubleStorage
 
getDataObject() - Method in class deepboof.io.torch7.struct.TorchFloatStorage
 
getDataObject() - Method in class deepboof.io.torch7.struct.TorchLongStorage
 
getDataObject() - Method in class deepboof.io.torch7.struct.TorchStorage
 
getFunction() - Method in class deepboof.io.torch7.FunctionAndParameters
 
getNumber(String) - Method in class deepboof.io.torch7.struct.TorchGeneric
 
getStorage() - Method in class deepboof.io.torch7.struct.TorchTensor
 
getTensorF32(String) - Method in class deepboof.io.torch7.struct.TorchGeneric
 
getTensorF64(String) - Method in class deepboof.io.torch7.struct.TorchGeneric
 
getTensorU8(String) - Method in class deepboof.io.torch7.struct.TorchGeneric
 
getValue() - Method in enum deepboof.io.torch7.TorchType
 

I

id - Variable in class deepboof.io.torch7.struct.TorchReference
 
index - Variable in class deepboof.io.torch7.struct.TorchReferenceable
 
input - Variable in class deepboof.io.torch7.ParseTorch7
 
isVerbose() - Method in class deepboof.io.torch7.ParseTorch7
 
isVerbose() - Method in class deepboof.io.torch7.SerializeTorch7
 

L

length() - Method in class deepboof.io.torch7.struct.TorchTensor
 
list - Variable in class deepboof.io.torch7.struct.TorchList
 

M

main(String[]) - Static method in class deepboof.io.caffe.PrintCrap
 
main(String[]) - Static method in class deepboof.io.caffe.PrintWeightCrap
 
main(String[]) - Static method in class deepboof.io.torch7.TorchUtilities
 
map - Variable in class deepboof.io.torch7.struct.TorchGeneric
 
masterTable - Variable in class deepboof.io.torch7.ParseTorch7
 
message - Variable in class deepboof.io.torch7.struct.TorchString
 
moveInsideAndDeleteDir(File, File) - Static method in class deepboof.io.DeepBoofDataBaseOps
Moves everything that's inside the source directory into the destination directory then deletes the source dir.

N

name - Variable in class deepboof.net.DescFunction
 

P

parameters - Variable in class deepboof.io.torch7.FunctionAndParameters
 
parameters - Variable in class deepboof.io.torch7.SequenceAndParameters
Map of learned parameters.
parse(File) - Method in class deepboof.io.torch7.ParseTorch7
Parses serialized objects inside the specified file.
ParseAsciiTorch7 - Class in deepboof.io.torch7
 
ParseAsciiTorch7() - Constructor for class deepboof.io.torch7.ParseAsciiTorch7
 
ParseBinaryTorch7 - Class in deepboof.io.torch7
Parser for binary Torch 7 serialized objects.
ParseBinaryTorch7(boolean) - Constructor for class deepboof.io.torch7.ParseBinaryTorch7
Constructor which allows you to configure byte order
ParseBinaryTorch7() - Constructor for class deepboof.io.torch7.ParseBinaryTorch7
Default constructor.
parseIntoBoof(File) - Method in class deepboof.io.torch7.ParseTorch7
Parses the file, grabs the first element, and converts it into a Deep Boof object.
parseOne(File) - Method in class deepboof.io.torch7.ParseTorch7
 
ParseTorch7 - Class in deepboof.io.torch7
Parser for binary Torch 7 serialized objects.
ParseTorch7() - Constructor for class deepboof.io.torch7.ParseTorch7
 
PrintCrap - Class in deepboof.io.caffe
 
PrintCrap() - Constructor for class deepboof.io.caffe.PrintCrap
 
printLayer(List<Caffe.LayerParameter>) - Static method in class deepboof.io.caffe.PrintWeightCrap
 
printSummary() - Method in class deepboof.io.torch7.struct.TorchByteStorage
 
printSummary() - Method in class deepboof.io.torch7.struct.TorchCharStorage
 
printSummary() - Method in class deepboof.io.torch7.struct.TorchDoubleStorage
 
printSummary() - Method in class deepboof.io.torch7.struct.TorchFloatStorage
 
printSummary() - Method in class deepboof.io.torch7.struct.TorchLongStorage
 
printSummary() - Method in class deepboof.io.torch7.struct.TorchStorage
 
PrintWeightCrap - Class in deepboof.io.caffe
 
PrintWeightCrap() - Constructor for class deepboof.io.caffe.PrintWeightCrap
 

R

readArrayByte(int, byte[]) - Method in class deepboof.io.torch7.ParseAsciiTorch7
 
readArrayByte(int, byte[]) - Method in class deepboof.io.torch7.ParseBinaryTorch7
 
readArrayByte(int, byte[]) - Method in class deepboof.io.torch7.ParseTorch7
 
readArrayChar(int, char[]) - Method in class deepboof.io.torch7.ParseAsciiTorch7
 
readArrayChar(int, char[]) - Method in class deepboof.io.torch7.ParseBinaryTorch7
 
readArrayChar(int, char[]) - Method in class deepboof.io.torch7.ParseTorch7
 
readArrayDouble(int, double[]) - Method in class deepboof.io.torch7.ParseAsciiTorch7
 
readArrayDouble(int, double[]) - Method in class deepboof.io.torch7.ParseBinaryTorch7
 
readArrayDouble(int, double[]) - Method in class deepboof.io.torch7.ParseTorch7
 
readArrayFloat(int, float[]) - Method in class deepboof.io.torch7.ParseAsciiTorch7
 
readArrayFloat(int, float[]) - Method in class deepboof.io.torch7.ParseBinaryTorch7
 
readArrayFloat(int, float[]) - Method in class deepboof.io.torch7.ParseTorch7
 
readBoolean() - Method in class deepboof.io.torch7.ParseAsciiTorch7
 
readBoolean() - Method in class deepboof.io.torch7.ParseBinaryTorch7
 
readBoolean() - Method in class deepboof.io.torch7.ParseTorch7
 
readDouble() - Method in class deepboof.io.torch7.ParseAsciiTorch7
 
readDouble() - Method in class deepboof.io.torch7.ParseBinaryTorch7
 
readDouble() - Method in class deepboof.io.torch7.ParseTorch7
 
readFloat() - Method in class deepboof.io.torch7.ParseAsciiTorch7
 
readFloat() - Method in class deepboof.io.torch7.ParseBinaryTorch7
 
readFloat() - Method in class deepboof.io.torch7.ParseTorch7
 
readS32() - Method in class deepboof.io.torch7.ParseAsciiTorch7
 
readS32() - Method in class deepboof.io.torch7.ParseBinaryTorch7
 
readS32() - Method in class deepboof.io.torch7.ParseTorch7
 
readS64() - Method in class deepboof.io.torch7.ParseAsciiTorch7
 
readS64() - Method in class deepboof.io.torch7.ParseBinaryTorch7
 
readS64() - Method in class deepboof.io.torch7.ParseTorch7
 
readShape(int) - Method in class deepboof.io.torch7.ParseAsciiTorch7
 
readShape(int) - Method in class deepboof.io.torch7.ParseBinaryTorch7
 
readShape(int) - Method in class deepboof.io.torch7.ParseTorch7
 
readString() - Method in class deepboof.io.torch7.ParseAsciiTorch7
 
readString() - Method in class deepboof.io.torch7.ParseBinaryTorch7
 
readString() - Method in class deepboof.io.torch7.ParseTorch7
 
readType() - Method in class deepboof.io.torch7.ParseAsciiTorch7
 
readType() - Method in class deepboof.io.torch7.ParseBinaryTorch7
 
readType() - Method in class deepboof.io.torch7.ParseTorch7
 
readU8() - Method in class deepboof.io.torch7.ParseAsciiTorch7
 
readU8() - Method in class deepboof.io.torch7.ParseBinaryTorch7
 
readU8() - Method in class deepboof.io.torch7.ParseTorch7
 

S

savedObjects - Variable in class deepboof.io.torch7.SerializeTorch7
 
sequence - Variable in class deepboof.io.torch7.SequenceAndParameters
Set of functions with auxillary information, e.g.
SequenceAndParameters<T extends deepboof.Tensor<T>,F extends deepboof.Function<T>> - Class in deepboof.io.torch7
Storage for a saved DeepBoof a sequence of functions and their learned parameters
SequenceAndParameters() - Constructor for class deepboof.io.torch7.SequenceAndParameters
 
serialize(TorchObject, OutputStream) - Method in class deepboof.io.torch7.SerializeTorch7
 
serialize(List<TorchObject>, OutputStream) - Method in class deepboof.io.torch7.SerializeTorch7
 
SerializeBinaryTorch7 - Class in deepboof.io.torch7
Binary serialization of torch objects
SerializeBinaryTorch7(boolean) - Constructor for class deepboof.io.torch7.SerializeBinaryTorch7
Constructor which allows you to configure byte order
serializeList(TorchList) - Method in class deepboof.io.torch7.SerializeTorch7
 
serializeObject(TorchObject) - Method in class deepboof.io.torch7.SerializeTorch7
 
serializeStorage(TorchStorage) - Method in class deepboof.io.torch7.SerializeTorch7
 
serializeTable(TorchGeneric) - Method in class deepboof.io.torch7.SerializeTorch7
 
serializeTensor(TorchTensor) - Method in class deepboof.io.torch7.SerializeTorch7
 
SerializeTorch7 - Class in deepboof.io.torch7
Base class for serializing Torch data types.
SerializeTorch7() - Constructor for class deepboof.io.torch7.SerializeTorch7
 
setVerbose(boolean) - Method in class deepboof.io.torch7.ParseTorch7
 
setVerbose(boolean) - Method in class deepboof.io.torch7.SerializeTorch7
 
shape - Variable in class deepboof.io.torch7.struct.TorchTensor
 
size() - Method in class deepboof.io.torch7.struct.TorchByteStorage
 
size() - Method in class deepboof.io.torch7.struct.TorchCharStorage
 
size() - Method in class deepboof.io.torch7.struct.TorchDoubleStorage
 
size() - Method in class deepboof.io.torch7.struct.TorchFloatStorage
 
size() - Method in class deepboof.io.torch7.struct.TorchLongStorage
 
size() - Method in class deepboof.io.torch7.struct.TorchStorage
 
startIndex - Variable in class deepboof.io.torch7.struct.TorchTensor
 
storage - Variable in class deepboof.io.torch7.struct.TorchTensor
 
stream - Variable in class deepboof.io.torch7.ParseTorch7
 
stringToVersionNumber(String) - Method in class deepboof.io.torch7.ParseTorch7
 

T

TorchBoolean - Class in deepboof.io.torch7.struct
 
TorchBoolean() - Constructor for class deepboof.io.torch7.struct.TorchBoolean
 
TorchByteStorage - Class in deepboof.io.torch7.struct
 
TorchByteStorage(int) - Constructor for class deepboof.io.torch7.struct.TorchByteStorage
 
TorchCharStorage - Class in deepboof.io.torch7.struct
 
TorchCharStorage(int) - Constructor for class deepboof.io.torch7.struct.TorchCharStorage
 
TorchDoubleStorage - Class in deepboof.io.torch7.struct
 
TorchDoubleStorage(int) - Constructor for class deepboof.io.torch7.struct.TorchDoubleStorage
 
TorchFloatStorage - Class in deepboof.io.torch7.struct
 
TorchFloatStorage(int) - Constructor for class deepboof.io.torch7.struct.TorchFloatStorage
 
TorchGeneric - Class in deepboof.io.torch7.struct
Generic torch data structure.
TorchGeneric() - Constructor for class deepboof.io.torch7.struct.TorchGeneric
 
TorchList - Class in deepboof.io.torch7.struct
 
TorchList() - Constructor for class deepboof.io.torch7.struct.TorchList
 
TorchLongStorage - Class in deepboof.io.torch7.struct
 
TorchLongStorage(int) - Constructor for class deepboof.io.torch7.struct.TorchLongStorage
 
torchName - Variable in class deepboof.io.torch7.struct.TorchReferenceable
 
TorchNumber - Class in deepboof.io.torch7.struct
 
TorchNumber() - Constructor for class deepboof.io.torch7.struct.TorchNumber
 
TorchObject - Class in deepboof.io.torch7.struct
Base class for all Torch objects.
TorchObject() - Constructor for class deepboof.io.torch7.struct.TorchObject
 
TorchReference - Class in deepboof.io.torch7.struct
 
TorchReference() - Constructor for class deepboof.io.torch7.struct.TorchReference
 
TorchReferenceable - Class in deepboof.io.torch7.struct
 
TorchReferenceable() - Constructor for class deepboof.io.torch7.struct.TorchReferenceable
 
TorchStorage - Class in deepboof.io.torch7.struct
 
TorchStorage() - Constructor for class deepboof.io.torch7.struct.TorchStorage
 
TorchString - Class in deepboof.io.torch7.struct
 
TorchString() - Constructor for class deepboof.io.torch7.struct.TorchString
 
TorchTensor - Class in deepboof.io.torch7.struct
 
TorchTensor() - Constructor for class deepboof.io.torch7.struct.TorchTensor
 
TorchType - Enum in deepboof.io.torch7
Enumerated type for the different types of Torch data structures.
TorchUtilities - Class in deepboof.io.torch7
Application which runs through the user specified model or all the models to see if the input produces the expected output.
TorchUtilities() - Constructor for class deepboof.io.torch7.TorchUtilities
 
toString() - Method in class deepboof.io.torch7.struct.TorchBoolean
 
toString() - Method in class deepboof.io.torch7.struct.TorchNumber
 
toString() - Method in class deepboof.io.torch7.struct.TorchString
 
toString() - Method in class deepboof.io.torch7.struct.TorchTensor
 
type - Variable in class deepboof.io.torch7.SequenceAndParameters
 

V

validateNetwork(File, boolean) - Static method in class deepboof.io.torch7.TorchUtilities
 
value - Variable in class deepboof.io.torch7.struct.TorchBoolean
 
value - Variable in class deepboof.io.torch7.struct.TorchNumber
 
valueOf(String) - Static method in enum deepboof.io.torch7.TorchType
Returns the enum constant of this type with the specified name.
values() - Static method in enum deepboof.io.torch7.TorchType
Returns an array containing the constants of this enum type, in the order they are declared.
valueToType(int) - Static method in enum deepboof.io.torch7.TorchType
 
verbose - Variable in class deepboof.io.torch7.ParseTorch7
 
verbose - Variable in class deepboof.io.torch7.SerializeTorch7
 
version - Variable in class deepboof.io.torch7.struct.TorchReferenceable
 

W

writeArrayByte(byte[], int) - Method in class deepboof.io.torch7.SerializeBinaryTorch7
 
writeArrayByte(byte[], int) - Method in class deepboof.io.torch7.SerializeTorch7
 
writeArrayChar(char[], int) - Method in class deepboof.io.torch7.SerializeBinaryTorch7
 
writeArrayChar(char[], int) - Method in class deepboof.io.torch7.SerializeTorch7
 
writeArrayDouble(double[], int) - Method in class deepboof.io.torch7.SerializeBinaryTorch7
 
writeArrayDouble(double[], int) - Method in class deepboof.io.torch7.SerializeTorch7
 
writeArrayFloat(float[], int) - Method in class deepboof.io.torch7.SerializeBinaryTorch7
 
writeArrayFloat(float[], int) - Method in class deepboof.io.torch7.SerializeTorch7
 
writeBoolean(boolean) - Method in class deepboof.io.torch7.SerializeBinaryTorch7
 
writeBoolean(boolean) - Method in class deepboof.io.torch7.SerializeTorch7
 
writeDouble(double) - Method in class deepboof.io.torch7.SerializeBinaryTorch7
 
writeDouble(double) - Method in class deepboof.io.torch7.SerializeTorch7
 
writeFloat(float) - Method in class deepboof.io.torch7.SerializeBinaryTorch7
 
writeFloat(float) - Method in class deepboof.io.torch7.SerializeTorch7
 
writeS32(int) - Method in class deepboof.io.torch7.SerializeBinaryTorch7
 
writeS32(int) - Method in class deepboof.io.torch7.SerializeTorch7
 
writeS64(long) - Method in class deepboof.io.torch7.SerializeBinaryTorch7
 
writeS64(long) - Method in class deepboof.io.torch7.SerializeTorch7
 
writeShape(int[]) - Method in class deepboof.io.torch7.SerializeBinaryTorch7
 
writeShape(int[]) - Method in class deepboof.io.torch7.SerializeTorch7
 
writeString(String) - Method in class deepboof.io.torch7.SerializeBinaryTorch7
 
writeString(String) - Method in class deepboof.io.torch7.SerializeTorch7
 
writeType(TorchType) - Method in class deepboof.io.torch7.SerializeBinaryTorch7
 
writeType(TorchType) - Method in class deepboof.io.torch7.SerializeTorch7
 
writeU8(int) - Method in class deepboof.io.torch7.SerializeBinaryTorch7
 
writeU8(int) - Method in class deepboof.io.torch7.SerializeTorch7
 
C D F G I L M N P R S T V W 
Skip navigation links