Searched refs:widthTensor (Results 1 – 1 of 1) sorted by relevance
49 std::shared_ptr<NNTensor> widthTensor {nullptr}; member in OHOS::NeuralNetworkRuntime::UnitTest::ResizeBilinearBuilderTest81 widthTensor->SetBuffer(widthValue, sizeof(int64_t)); in SaveWidthTensor()82 m_allTensors.emplace_back(widthTensor); in SaveWidthTensor()262 widthTensor->SetBuffer(&widthValues, sizeof(widthValues));263 m_allTensors.emplace_back(widthTensor);267 widthTensor->SetBuffer(nullptr, 0);390 widthTensor->SetBuffer(widthValues, 2 * sizeof(int64_t));391 m_allTensors.emplace_back(widthTensor);395 widthTensor->SetBuffer(nullptr, 0);539 m_allTensors.emplace_back(widthTensor);[all …]