Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/extension/android/jni/
H A Djni_layer.cpp156 static const auto jMethodGetTensor = in JEValueToTensorImpl() local
160 auto jtensor = jMethodGetTensor(JEValue); in JEValueToTensorImpl()
/aosp_15_r20/external/pytorch/android/pytorch_android/src/main/cpp/
H A Dpytorch_jni_common.cpp501 static const auto jMethodGetTensor = in JIValueToAtIValue() local
505 return TensorHybrid::newAtTensorFromJTensor(jMethodGetTensor(jivalue)); in JIValueToAtIValue()