Home
last modified time | relevance | path

Searched defs:tensor_t (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/examples/tensor/
Deinstein_notation.cpp24 using tensor_t = tensor<value_t,format_t>; in main() typedef
Dprod_expressions.cpp24 using tensor_t = tensor<value_t,format_t>; in main() typedef
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_class_type.py1482 def f(self, x: tensor_t, y: torch.device) -> tensor_t: