Searched refs:algorithm (Results 1 – 10 of 10) sorted by relevance
209 void SetTransformAlgorithm(TransformAlgorithm algorithm) in SetTransformAlgorithm() argument211 algorithm_ = algorithm; in SetTransformAlgorithm()
48 TransformAlgorithm algorithm; member74 TransformAlgorithm algorithm; member
478 TransformAlgorithm algorithm = NEAREST_NEIGHBOR; variable479 imageView_->SetTransformAlgorithm(algorithm);480 EXPECT_EQ(imageView_->GetTransformAlgorithm(), algorithm);
12 …algorithm plug-ins. The framework consists of the plug-in management, module management, and commu…35 │ │ └── keyword_spotting # ASR algorithm plug-in reference: keyword spotting37 │ │ └── image_classification # CV algorithm plug-in reference: image classification107 …algorithm in use, you only need to implement the **SyncProcess** or **AsyncProcess** API. Use …141 Directory: //foundation/ai/engine/services/client/algorithm\_sdk/asr/keyword\_spotting
141 位置://foundation/ai/engine/services/client/algorithm\_sdk/asr/keyword\_spotting
42 TransformAlgorithm algorithm; member
49 …Module-model processing module: responsible for providing the adjustment and scheduling algorithm …
889 - // This is used by the automatic mask choice algorithm to find the mask pattern that yields the l…898 // implemented as a lookup table over all possible parameter values, instead of as an algorithm.
37 Audio data is in stream form. For the convenience of audio algorithm processing and transmission, i…
1618 if (part.info.algorithm == TransformAlgorithm::NEAREST_NEIGHBOR) {