Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/tensor/
H A Dpython_tensor.cpp302 static std::vector<PyTensorType*> tensor_types; variable
346 static void initialize_aten_types(std::vector<PyTensorType*>& tensor_types) { in initialize_aten_types()
392 const std::vector<PyTensorType*>& tensor_types) { in py_bind_tensor_types()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dshape_analysis.cpp159 std::vector<TensorTypePtr> tensor_types; in gatherTensorTypes() local
771 std::optional<at::ScalarType> t) -> TensorTypePtr { in PropagateTensorShapeOnNode()
1710 std::vector<TensorTypePtr> tensor_types; in PropagateTensorShapeOnNode() local
1714 const std::vector<TensorTypePtr>& tensor_types) -> TensorTypePtr { in PropagateTensorShapeOnNode()
1875 std::vector<TensorTypePtr> tensor_types) { in PropagateCompleteShapeOnNode()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dflatbuffer_import.cc217 llvm::SmallVector<mlir::TensorType> tensor_types; in GetTensorType() local