Home
last modified time | relevance | path

Searched refs:try_add_operator (Results 1 – 12 of 12) sorted by relevance

/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/
DGpuOperatorGroup.cpp71 bool GpuOperatorGroup::try_add_operator(const Operator &op, bool is_output) const in try_add_operator() function in arm_compute::experimental::dynamic_fusion::GpuOperatorGroup
148 ARM_COMPUTE_ERROR_ON(!try_add_operator(op, is_output)); in add_operator()
DGpuOperatorGroup.h86 bool try_add_operator(const Operator &op, bool is_output = false) const;
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/
DGpuOutput.cpp85 const auto success = group.try_add_operator(op, true); in validate_op()
DGpuReshape.cpp107 ARM_COMPUTE_RETURN_ERROR_ON_MSG(!sketch.implementation().operator_group().try_add_operator(op), in validate_op()
DGpuClamp.cpp117 ARM_COMPUTE_RETURN_ERROR_ON_MSG(!sketch.implementation().operator_group().try_add_operator(op), in validate_op()
DGpuCast.cpp123 ARM_COMPUTE_RETURN_ERROR_ON_MSG(!sketch.implementation().operator_group().try_add_operator(op), in validate_op()
DGpuResize.cpp137 ARM_COMPUTE_RETURN_ERROR_ON_MSG(!sketch.implementation().operator_group().try_add_operator(op), in validate_op()
DGpuPool2d.cpp86 ARM_COMPUTE_RETURN_ERROR_ON_MSG(!sketch.implementation().operator_group().try_add_operator(op), in validate_op()
DGpuSoftmax.cpp124 ARM_COMPUTE_RETURN_ERROR_ON_MSG(!sketch.implementation().operator_group().try_add_operator(op), in validate_op()
DGpuDepthwiseConv2d.cpp179 ARM_COMPUTE_RETURN_ERROR_ON_MSG(!sketch.implementation().operator_group().try_add_operator(op), in validate_op()
DGpuConv2d.cpp220 ARM_COMPUTE_RETURN_ERROR_ON_MSG(!sketch.implementation().operator_group().try_add_operator(op), in validate_op()
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/internal/
DGpuElementwiseBinaryCommon.cpp133 ARM_COMPUTE_RETURN_ERROR_ON_MSG(!sketch.implementation().operator_group().try_add_operator(op), in validate_op()