Home
last modified time | relevance | path

Searched defs:CreateSlice (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/
H A Dcopy_on_write_buffer_unittest.cc310 TEST(CopyOnWriteBufferTest, CreateSlice) { in TEST() argument
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadFactoryBase.hpp235 std::unique_ptr<IWorkload> CreateSlice(const SliceQueueDescriptor& /*descriptor*/, in CreateSlice() function in armnn::WorkloadFactoryBase
H A DWorkloadFactory.cpp2274 std::unique_ptr<IWorkload> IWorkloadFactory::CreateSlice(const SliceQueueDescriptor& /*descriptor*/, in CreateSlice() function in armnn::IWorkloadFactory
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dwhile_loop_concat_code_motion.cc106 HloInstruction* CreateSlice(HloInstruction* full_data, int64_t element_index, in CreateSlice() function
H A Dhlo_instruction.cc1504 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateSlice( in CreateSlice() function in xla::HloInstruction
/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefWorkloadFactory.cpp1101 std::unique_ptr<IWorkload> RefWorkloadFactory::CreateSlice(const SliceQueueDescriptor& descriptor, in CreateSlice() function in armnn::RefWorkloadFactory
/aosp_15_r20/external/armnn/src/backends/neon/
H A DNeonWorkloadFactory.cpp1028 std::unique_ptr<IWorkload> NeonWorkloadFactory::CreateSlice(const SliceQueueDescriptor& descriptor, in CreateSlice() function in armnn::NeonWorkloadFactory
/aosp_15_r20/external/armnn/src/backends/cl/
H A DClWorkloadFactory.cpp1183 std::unique_ptr<IWorkload> ClWorkloadFactory::CreateSlice(const SliceQueueDescriptor& descriptor, in CreateSlice() function in armnn::ClWorkloadFactory