Home
last modified time | relevance | path

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

/external/pytorch/android/pytorch_android/src/main/cpp/
Dpytorch_jni_common.h109 constexpr static int kTypeCodeString = 6; variable
Dpytorch_jni_common.cpp521 } else if (JIValue::kTypeCodeString == typeCode) { in JIValueToAtIValue()
/external/executorch/extension/android/jni/
Djni_layer.cpp102 constexpr static int kTypeCodeString = 2; member in executorch::extension::JEValue