Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/profiler/standalone/
H A Dexecution_trace_observer.cpp190 std::vector<std::string> inputStrides; member
234 const std::string& inputStrides = "[]", in writeJsonNode()
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorConvolution.h39 array<Index, NumDims> inputStrides; in IndexMapper() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/onednn/
H A Dgraph_helper.cpp304 auto inputStrides = typeOfInput->strides().concrete_sizes(); in createOperator() local