Searched defs:tensorData (Results 1 – 7 of 7) sorted by relevance
14 void PermuteTensorNchwToNhwc(armnn::TensorInfo& tensorInfo, std::vector<T>& tensorData) in PermuteTensorNchwToNhwc()26 void PermuteTensorNhwcToNchw(armnn::TensorInfo& tensorInfo, std::vector<T>& tensorData) in PermuteTensorNhwcToNchw()
91 std::vector<float> tensorData; in TfLiteDelegateMainImpl() local103 std::vector<int8_t> tensorData; in TfLiteDelegateMainImpl() local115 std::vector<int32_t> tensorData; in TfLiteDelegateMainImpl() local127 std::vector<uint8_t> tensorData; in TfLiteDelegateMainImpl() local318 TContainer tensorData; in MainImpl() local
105 void PopulateTensorWithDataGeneric(std::vector<T>& tensorData, in PopulateTensorWithDataGeneric()
176 void PopulateTensorWithData(TContainer& tensorData, in PopulateTensorWithData()
381 func tensorData(c *C.TF_Tensor) []byte { func
470 std::unique_ptr<float[]> tensorData(new float[tensorInfo.GetNumElements()]); in CreateConstTensor() local
860 const T* tensorData, const TensorInfo& tensorInfo) in ParsedConstTfOperation()1069 std::vector<int8_t> tensorData; in ParseConst() local