Home
last modified time | relevance | path

Searched defs:TensorPtr (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/executorch/extension/tensor/
H A Dtensor_ptr.h26 using TensorPtr = std::shared_ptr<executorch::aten::Tensor>; variable
H A Dtensor_ptr_maker.h117 operator TensorPtr() && { in TensorPtr() function
/aosp_15_r20/external/executorch/backends/apple/mps/runtime/
H A DMPSGraphBuilder.h34 using TensorPtr = const mpsgraph::MPSTensor *; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dtensor.h110 using TensorPtr = std::shared_ptr<Tensor>; variable
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/
H A DTfLiteParser.hpp34 using TensorPtr = std::unique_ptr<tflite::TensorT>; typedef in armnnTfLiteParser::TfLiteParserImpl