Home
last modified time | relevance | path

Searched refs:SqueezeDims (Results 1 – 4 of 4) sorted by relevance

/external/armnn/include/armnnUtils/
DTensorUtils.hpp53 std::vector<unsigned int> SqueezeDims(const armnn::TensorShape& tensorShape);
/external/armnn/src/armnn/
DLayer.cpp432 std::vector<unsigned int> outputDims = armnnUtils::SqueezeDims(outputShape); in ValidateAndCopyShape()
433 std::vector<unsigned int> inferredDims = armnnUtils::SqueezeDims(inferredShape); in ValidateAndCopyShape()
/external/armnn/src/armnnUtils/
DTensorUtils.cpp193 std::vector<unsigned int> SqueezeDims(const TensorShape& tensorShape) in SqueezeDims() function
/external/tensorflow/
DRELEASE.md8669 * Rename `SqueezeDims` attribute to `Axis` in C++ API for Squeeze op.