Home
last modified time | relevance | path

Searched refs:ConstantTensors (Results 1 – 5 of 5) sorted by relevance

/external/armnn/delegate/classic/src/
DMultiLayerFacade.hpp125 ConstantTensors GetConstantTensorsByRef() override { return {}; } in GetConstantTensorsByRef()
/external/armnn/src/armnn/
DLayer.cpp541 Layer::ConstantTensors Layer::GetConstantTensorsByRef() in GetConstantTensorsByRef()
544 ConstantTensors res; in GetConstantTensorsByRef()
DLayer.hpp409 virtual ConstantTensors GetConstantTensorsByRef() override final;
/external/armnn/include/armnn/
DINetwork.hpp124 using ConstantTensors = std::vector<std::reference_wrapper<std::shared_ptr<ConstTensorHandle>>>; typedef in armnn::IConnectableLayer
127 virtual ConstantTensors GetConstantTensorsByRef() = 0;
/external/pytorch/test/cpp/tensorexpr/
Dtest_kernel.cpp1507 TEST_F(Kernel, ConstantTensors) { in TEST_F() argument