Home
last modified time | relevance | path

Searched refs:ASSET_FILE_PREFIX (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/android/java/org/tensorflow/contrib/android/
DTensorFlowInferenceInterface.java51 private static final String ASSET_FILE_PREFIX = "file:///android_asset/"; field in TensorFlowInferenceInterface
67 final boolean hasAssetPrefix = model.startsWith(ASSET_FILE_PREFIX); in TensorFlowInferenceInterface()
70 String aname = hasAssetPrefix ? model.split(ASSET_FILE_PREFIX)[1] : model; in TensorFlowInferenceInterface()