Home
last modified time | relevance | path

Searched refs:fill_op (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/common/cpu_operations/
DFill.cpp26 namespace fill_op { namespace
70 NN_REGISTER_OPERATION_DEFAULT_VALIDATION(FILL, fill_op::prepare, fill_op::execute);
/packages/modules/NeuralNetworks/common/types/operations/src/
DFill.cpp22 namespace fill_op { namespace
64 NN_DEFINE_VALIDATION_FUNCTION(FILL, fill_op::validate);
/packages/modules/NeuralNetworks/common/types/operations/include/
DFill.h22 namespace android::nn::fill_op {