Searched defs:ETCoreMLAssetManager (Results 1 – 6 of 6) sorted by relevance
349 - (instancetype)initWithAssetManager:(ETCoreMLAssetManager *)assetManager {406 - (nullable NSURL *)compiledModelURLWithIdentifier:(NSString *)identifier
257 @interface ETCoreMLAssetManager () <NSFileManagerDelegate> { interface in NSFileManagerDelegate270 @implementation ETCoreMLAssetManager implementation
17 @interface ETCoreMLAssetManager : NSObject variable
46 + (nullable ETCoreMLModel *)loadModelWithContentsOfURL:(NSURL *)compiledModelURL
503 - (nullable instancetype)initWithModelAsset:(ETCoreMLAsset *)modelAsset
46 - (nullable instancetype)initWithCompiledModelAsset:(ETCoreMLAsset *)compiledModelAsset