Searched refs:ASSET_FILE_PREFIX (Results 1 – 1 of 1) sorted by relevance
51 private static final String ASSET_FILE_PREFIX = "file:///android_asset/"; field in TensorFlowInferenceInterface67 final boolean hasAssetPrefix = model.startsWith(ASSET_FILE_PREFIX); in TensorFlowInferenceInterface()70 String aname = hasAssetPrefix ? model.split(ASSET_FILE_PREFIX)[1] : model; in TensorFlowInferenceInterface()