Searched refs:GetTensorHandleFactoryId (Results 1 – 7 of 7) sorted by relevance
356 CHECK(inputLayerOut.GetTensorHandleFactoryId() == "TestHandleFactoryD1");357 CHECK(softmaxLayer1Out.GetTensorHandleFactoryId() == "TestHandleFactoryB1");358 CHECK(softmaxLayer2Out.GetTensorHandleFactoryId() == "TestHandleFactoryB1");359 CHECK(softmaxLayer3Out.GetTensorHandleFactoryId() == "TestHandleFactoryC1");360 CHECK(softmaxLayer4Out.GetTensorHandleFactoryId() == "TestHandleFactoryD1");
94 ITensorHandleFactory::FactoryId factoryId = outSlot.GetTensorHandleFactoryId(); in CreateTensors()135 factoryId == slot->GetTensorHandleFactoryId() && //(2) in CreateTensors()183 ITensorHandleFactory::FactoryId factoryId = slot.GetTensorHandleFactoryId(); in CreateTensorHandles()
57 ITensorHandleFactory::FactoryId factoryId = GetOutputSlot(0).GetTensorHandleFactoryId(); in CreateTensors()126 factoryId == slot->GetTensorHandleFactoryId() && //(2) in CreateTensors()185 ITensorHandleFactory::FactoryId factoryId = slot.GetTensorHandleFactoryId(); in CreateTensorHandles()
205 ITensorHandleFactory::FactoryId OutputSlot::GetTensorHandleFactoryId() const in GetTensorHandleFactoryId() function in armnn::OutputSlot287 ITensorHandleFactory::FactoryId factoryId = slot.GetTensorHandleFactoryId(); in CreateTensorHandles()
457 … ITensorHandleFactory::FactoryId factoryId = layer->GetOutputSlot(0).GetTensorHandleFactoryId(); in LoadedNetwork()508 ITensorHandleFactory::FactoryId factoryId = outputSlot->GetTensorHandleFactoryId(); in LoadedNetwork()633 const auto factoryId = outSlot.GetTensorHandleFactoryId(); in AllocateAndExecuteConstantWorkloadsAsync()1520 ITensorHandleFactory::FactoryId factoryId = outputSlot.GetTensorHandleFactoryId(); in ImportInputs()1652 …andleFactory::FactoryId factoryId = inputSlot.GetConnectedOutputSlot()->GetTensorHandleFactoryId(); in ImportOutputs()1963 ITensorHandleFactory::FactoryId factoryId = outputSlot.GetTensorHandleFactoryId(); in CreateWorkingMemHandle()
168 ITensorHandleFactory::FactoryId GetTensorHandleFactoryId() const;
388 auto srcPref = srcOutputSlot.GetTensorHandleFactoryId(); in AddCompatibilityLayers()