Home
last modified time | relevance | path

Searched defs:CreateSwitch (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadFactoryBase.hpp267 std::unique_ptr<IWorkload> CreateSwitch(const SwitchQueueDescriptor& /*descriptor*/, in CreateSwitch() function in armnn::WorkloadFactoryBase
H A DWorkloadFactory.cpp2322 std::unique_ptr<IWorkload> IWorkloadFactory::CreateSwitch(const SwitchQueueDescriptor& /*descriptor… in CreateSwitch() function in armnn::IWorkloadFactory
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Ddeadness_analysis_test.cc64 ops::Switch CreateSwitch(const Scope& root, const string& prefix) { in CreateSwitch() function
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1238 func (b Builder) CreateSwitch(v Value, elseb BasicBlock, numCases int) (rv Value) { func