Home
last modified time | relevance | path

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

/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonModel.cpp206 std::vector<float> transposed = in createConvFilterTensor() local
210 reinterpret_cast<const uint8_t*>(transposed.data()), in createConvFilterTensor()
213 std::vector<uint8_t> transposed = in createConvFilterTensor() local
217 reinterpret_cast<const uint8_t*>(transposed.data()), in createConvFilterTensor()
239 std::vector<float> transposed = transpose<float>( in createFullyConnectedWeightTensor() local
242 reinterpret_cast<const uint8_t*>(transposed.data()), in createFullyConnectedWeightTensor()
245 std::vector<uint8_t> transposed = transpose<uint8_t>( in createFullyConnectedWeightTensor() local
248 reinterpret_cast<const uint8_t*>(transposed.data()), in createFullyConnectedWeightTensor()
/hardware/interfaces/neuralnetworks/1.1/
Dtypes.hal344 * * 0: An n-D tensor, specifying the tensor to be transposed.
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal2200 * * 0: An n-D tensor, specifying the tensor to be transposed.
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal2271 * * 0: An n-D tensor, specifying the tensor to be transposed.