Searched refs:GetNumLayers (Results 1 – 15 of 15) sorted by relevance
108 CHECK(5 == graph.GetNumLayers());115 CHECK(5 == graph.GetNumLayers());
60 CHECK(graph.GetNumLayers() == 5); in ReduceWithMultipleAxesTest()70 CHECK(graph.GetNumLayers() == 6); in ReduceWithMultipleAxesTest()
53 CHECK(graph.GetNumLayers() == 5); in PermuteDepthwiseConv2dWeightsTestRunner()
244 CHECK(5 == graphFused.GetNumLayers()); in FuseBatchNormIntoConvTest()289 CHECK(6 == graphNotFused.GetNumLayers()); in FuseBatchNormIntoConvTest()
476 CHECK(4 == graphFused.GetNumLayers()); in FuseActivationIntoPreviousLayerTest()491 CHECK(3 == graphFused.GetNumLayers()); in FuseActivationIntoPreviousLayerTest()534 CHECK(6 == graphNotFused.GetNumLayers()); in FuseActivationIntoPreviousLayerTest()546 CHECK(5 == graphNotFused.GetNumLayers()); in FuseActivationIntoPreviousLayerTest()
174 SvcRateAllocator::NumLayers SvcRateAllocator::GetNumLayers( in GetNumLayers() function in webrtc::SvcRateAllocator200 num_layers_(GetNumLayers(codec)), in SvcRateAllocator()408 const NumLayers num_layers = GetNumLayers(codec); in GetMaxBitrate()438 const NumLayers num_layers = GetNumLayers(codec); in GetLayerStartBitrates()
44 static NumLayers GetNumLayers(const VideoCodec& codec);
924 CHECK(6 == graph.GetNumLayers());935 CHECK(5 == graph.GetNumLayers());952 CHECK(5 == graph.GetNumLayers());981 CHECK((5 == graph.GetNumLayers()));991 CHECK(5 == graph.GetNumLayers());
159 CHECK(net.GetGraph().GetNumLayers() == 13);
741 CHECK(subgraph.GetIConnectableLayers().size() == graph.GetNumLayers());
98 CHECK(graph.GetNumLayers() == 5);
246 CHECK((graph.GetNumLayers() == 7));
200 CHECK(graph.GetNumLayers() == 5);
198 size_t GetNumLayers() const { return m_Layers.size(); } in GetNumLayers() function in armnn::Graph
847 if (graph.GetNumLayers() < 2) in EnqueueWorkload()