Home
last modified time | relevance | path

Searched defs:ETCoreMLAssetManager (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/delegate/
H A DETCoreMLModelManager.mm349 - (instancetype)initWithAssetManager:(ETCoreMLAssetManager *)assetManager {
406 - (nullable NSURL *)compiledModelURLWithIdentifier:(NSString *)identifier
H A DETCoreMLAssetManager.mm257 @interface ETCoreMLAssetManager () <NSFileManagerDelegate> { interface in NSFileManagerDelegate
270 @implementation ETCoreMLAssetManager implementation
H A DETCoreMLAssetManager.h17 @interface ETCoreMLAssetManager : NSObject variable
H A DETCoreMLModelLoader.mm46 + (nullable ETCoreMLModel *)loadModelWithContentsOfURL:(NSURL *)compiledModelURL
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/sdk/
H A DETCoreMLModelDebugger.mm503 - (nullable instancetype)initWithModelAsset:(ETCoreMLAsset *)modelAsset
H A DETCoreMLModelAnalyzer.mm46 - (nullable instancetype)initWithCompiledModelAsset:(ETCoreMLAsset *)compiledModelAsset