Searched defs:CreateSlice (Results 1 – 8 of 8) sorted by relevance
322 TEST(CopyOnWriteBufferTest, CreateSlice) { in TEST() argument
241 std::unique_ptr<IWorkload> CreateSlice(const SliceQueueDescriptor& /*descriptor*/, in CreateSlice() function in armnn::WorkloadFactoryBase
1620 std::unique_ptr<IWorkload> IWorkloadFactory::CreateSlice(const SliceQueueDescriptor& /*descriptor*/, in CreateSlice() function in armnn::IWorkloadFactory
617 std::unique_ptr<IWorkload> RefWorkloadFactory::CreateSlice(const SliceQueueDescriptor& descriptor, in CreateSlice() function in armnn::RefWorkloadFactory
532 std::unique_ptr<IWorkload> NeonWorkloadFactory::CreateSlice(const SliceQueueDescriptor& descriptor, in CreateSlice() function in armnn::NeonWorkloadFactory
595 std::unique_ptr<IWorkload> ClWorkloadFactory::CreateSlice(const SliceQueueDescriptor& descriptor, in CreateSlice() function in armnn::ClWorkloadFactory
106 HloInstruction* CreateSlice(HloInstruction* full_data, int64_t element_index, in CreateSlice() function
1407 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateSlice( in CreateSlice() function in xla::HloInstruction