Searched refs:transposed (Results 1 – 4 of 4) sorted by relevance
206 std::vector<float> transposed = in createConvFilterTensor() local210 reinterpret_cast<const uint8_t*>(transposed.data()), in createConvFilterTensor()213 std::vector<uint8_t> transposed = in createConvFilterTensor() local217 reinterpret_cast<const uint8_t*>(transposed.data()), in createConvFilterTensor()239 std::vector<float> transposed = transpose<float>( in createFullyConnectedWeightTensor() local242 reinterpret_cast<const uint8_t*>(transposed.data()), in createFullyConnectedWeightTensor()245 std::vector<uint8_t> transposed = transpose<uint8_t>( in createFullyConnectedWeightTensor() local248 reinterpret_cast<const uint8_t*>(transposed.data()), in createFullyConnectedWeightTensor()
344 * * 0: An n-D tensor, specifying the tensor to be transposed.
2200 * * 0: An n-D tensor, specifying the tensor to be transposed.
2271 * * 0: An n-D tensor, specifying the tensor to be transposed.