class PreProcessing extends EncryptSupportive with InferenceSupportive
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PreProcessing
- InferenceSupportive
- EstimateSupportive
- EncryptSupportive
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PreProcessing()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
BLOCK_SIZE: Int
- Definition Classes
- EncryptSupportive
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- var byteBuffer: Array[Byte]
-
def
clearWeightBias(model: Module[Float]): Unit
- Definition Classes
- EstimateSupportive
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def decodeArrowBase64(key: String, s: String, serde: String = ""): Activity
- def decodeImage(s: String, idx: Int = 0): Tensor[Float]
- def decodeString(s: String): Tensor[String]
- def decodeTensor(info: (ArrayBuffer[Int], ArrayBuffer[Float], ArrayBuffer[Int], ArrayBuffer[Int])): Tensor[Float]
-
def
decryptBytesWithAESGCM(content: Array[Byte], secret: String, salt: String, keyLen: Int): Array[Byte]
- Definition Classes
- EncryptSupportive
-
def
decryptFileWithAESCBC(filePath: String, secret: String, salt: String, outputFile: String): Unit
- Definition Classes
- EncryptSupportive
-
def
decryptFileWithAESCBC(filePath: String, secret: String, salt: String, keyLen: Int, encoding: String): String
- Definition Classes
- EncryptSupportive
-
def
decryptWithAESCBC(content: String, secret: String, salt: String, keyLen: Int): String
- Definition Classes
- EncryptSupportive
-
def
decryptWithAESGCM(content: String, secret: String, salt: String, keyLen: Int): String
- Definition Classes
- EncryptSupportive
-
def
encryptBytesWithAESGCM(content: Array[Byte], secret: String, salt: String, keyLen: Int): Array[Byte]
- Definition Classes
- EncryptSupportive
-
def
encryptFileWithAESCBC(filePath: String, secret: String, salt: String, outputFile: String, keyLen: Int, encoding: String): Unit
- Definition Classes
- EncryptSupportive
-
def
encryptWithAESCBC(content: String, secret: String, salt: String, keyLen: Int): String
- Definition Classes
- EncryptSupportive
-
def
encryptWithAESGCM(content: String, secret: String, salt: String, keyLen: Int): String
- Definition Classes
- EncryptSupportive
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getInputFromInstance(instance: Instances): Seq[Activity]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val helper: ClusterServingHelper
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logger: Logger
-
def
makeMetaModel(original: AbstractModule[Activity, Activity, Float]): AbstractModule[Activity, Activity, Float]
- Definition Classes
- EstimateSupportive
-
def
makeUpModel(clonedModel: Module[Float], weightBias: Array[Tensor[Float]]): AbstractModule[Activity, Activity, Float]
- Definition Classes
- EstimateSupportive
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
releaseWeightBias(model: Module[Float]): Unit
- Definition Classes
- EstimateSupportive
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
throughputing[T](name: String, batch: Int)(f: ⇒ T): T
- Definition Classes
- EstimateSupportive
-
def
throughputingWithLoss[T](name: String, batch: Int)(f: ⇒ T): T
- Definition Classes
- EstimateSupportive
-
def
timing[T](name: String)(f: ⇒ T): T
- Definition Classes
- EstimateSupportive
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
transferBatchTableToJListOfJListOfJTensor(batchTable: Table, batchSize: Int): List[List[JTensor]]
- Definition Classes
- InferenceSupportive
-
def
transferBatchTensorToJListOfJListOfJTensor(batchTensor: Tensor[Float], batchSize: Int): List[List[JTensor]]
- Definition Classes
- InferenceSupportive
-
def
transferListOfActivityToActivityOfBatch(inputs: List[List[JTensor]], batchSize: Int): Activity
- Definition Classes
- InferenceSupportive
-
def
transferTensorToJTensor(input: Tensor[Float]): JTensor
- Definition Classes
- InferenceSupportive
-
def
transferTensorsToTensorOfBatch(tensors: Array[JTensor]): Tensor[Float]
- Definition Classes
- InferenceSupportive
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()