Home
last modified time | relevance | path

Searched defs:s_tensor (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/executorch/runtime/executor/
H A Dtensor_parser_aten.cpp34 const executorch_flatbuffer::Tensor* s_tensor) { in parseTensor()
H A Dtensor_parser_portable.cpp30 const executorch_flatbuffer::Tensor* s_tensor) { in parseTensor()
H A Dtensor_parser_exec_aten.cpp106 const executorch_flatbuffer::Tensor* s_tensor, in getTensorDataPtr()
/aosp_15_r20/external/pytorch/torch/csrc/profiler/standalone/
H A Dnvtx_observer.cpp114 for (const c10::IValue& s_tensor : fn.outputs()) { in updateOutputTensorTracker() local