Home
last modified time | relevance | path

Searched refs:stridesShape (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/common/
DOperationsUtils.cpp828 const int32_t* stridesData, const Shape& stridesShape, in stridedSlicePrepare() argument
837 NN_OPS_CHECK(getNumberOfDimensions(stridesShape) == 1); in stridedSlicePrepare()
841 NN_OPS_CHECK(getSizeOfDimension(stridesShape, 0) == numInputDims); in stridedSlicePrepare()
845 NN_OPS_CHECK(stridesShape.type == OperandType::TENSOR_INT32); in stridedSlicePrepare()
/frameworks/ml/nn/common/include/
DOperationsUtils.h279 const int32_t* stridesData, const Shape& stridesShape,