Searched refs:ConstantTensors (Results 1 – 5 of 5) sorted by relevance
125 ConstantTensors GetConstantTensorsByRef() override { return {}; } in GetConstantTensorsByRef()
541 Layer::ConstantTensors Layer::GetConstantTensorsByRef() in GetConstantTensorsByRef()544 ConstantTensors res; in GetConstantTensorsByRef()
409 virtual ConstantTensors GetConstantTensorsByRef() override final;
124 using ConstantTensors = std::vector<std::reference_wrapper<std::shared_ptr<ConstTensorHandle>>>; typedef in armnn::IConnectableLayer127 virtual ConstantTensors GetConstantTensorsByRef() = 0;
1507 TEST_F(Kernel, ConstantTensors) { in TEST_F() argument