Home
last modified time | relevance | path

Searched refs:create_virtual_tensor (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/
H A DGpuWorkloadSketchImpl.h110 ITensorInfo *create_virtual_tensor() in create_virtual_tensor() function
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/
H A DGpuReshape.cpp122 ITensorInfo *dst = sketch.implementation().create_virtual_tensor(); in create_op()
H A DGpuClamp.cpp132 ITensorInfo *dst = sketch.implementation().create_virtual_tensor(); in create_op()
H A DGpuCast.cpp138 ITensorInfo *dst = sketch.implementation().create_virtual_tensor(); in create_op()
H A DGpuResize.cpp152 ITensorInfo *dst = sketch.implementation().create_virtual_tensor(); in create_op()
H A DGpuDepthwiseConv2d.cpp196 ITensorInfo *dst = sketch.implementation().create_virtual_tensor(); in create_op()
H A DGpuConv2d.cpp240 ITensorInfo *dst = sketch.implementation().create_virtual_tensor(); in create_op()
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/internal/
H A DGpuElementwiseBinaryCommon.cpp149 ITensorInfo *dst = sketch.implementation().create_virtual_tensor(); in create_op()