Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/nested/
H A D__init__.py194 def nested_tensor(tensor_list, *, dtype=None, layout=None, device=None, requires_grad=False, pin_me… function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/
H A DNestedTensorTransformerFunctions.cpp16 const Tensor& nested_tensor, in check_nested_tensor_matrix_constraints()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dflatbuffer_import.cc222 for (const auto& nested_tensor : tensor.variant_tensors) { in GetTensorType() local