Home
last modified time | relevance | path

Searched defs:toTensorList (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/android/pytorch_android/src/main/java/org/pytorch/
H A DIValue.java300 public Tensor[] toTensorList() { in toTensorList() method in IValue
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dtype_spec_test.py594 def toTensorList(self): member in TypeSpecTest