Searched refs:mKeyValueStore (Results 1 – 1 of 1) sorted by relevance
86 @NonNull private KeyValueStore mKeyValueStore; field in InferenceInput.Params178 this.mKeyValueStore = keyValueStore; in Params()179 AnnotationValidations.validate(NonNull.class, null, mKeyValueStore); in Params()198 return mKeyValueStore; in getKeyValueStore()251 && java.util.Objects.equals(mKeyValueStore, that.mKeyValueStore) in equals()265 _hash = 31 * _hash + java.util.Objects.hashCode(mKeyValueStore); in hashCode()278 private @NonNull KeyValueStore mKeyValueStore; field in InferenceInput.Params.Builder295 mKeyValueStore = keyValueStore; in Builder()296 AnnotationValidations.validate(NonNull.class, null, mKeyValueStore); in Builder()308 mKeyValueStore = value; in setKeyValueStore()[all …]